Skip to content

Commit ddc3536

Browse files
committed
Remove more redundant jackson dependencies
1 parent 00ae338 commit ddc3536

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

klab.services.runtime.server/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@
116116
<groupId>org.apache.logging.log4j</groupId>
117117
<artifactId>log4j-to-slf4j</artifactId>
118118
</exclusion>
119+
<exclusion>
120+
<groupId>com.fasterxml.jackson.datatype</groupId>
121+
<artifactId>jackson-datatype-jsr310</artifactId>
122+
</exclusion>
119123
</exclusions>
120124
</dependency>
121125
<dependency>

klab.services.runtime/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109
<artifactId>jakarta.validation-api</artifactId>
110110
</exclusion>
111111
-->
112+
<exclusion>
113+
<groupId>com.fasterxml.jackson.jaxrs</groupId>
114+
<artifactId>jackson-jaxrs-json-provider</artifactId>
115+
</exclusion>
112116
</exclusions>
113117
<!--
114118
<exclusions>

0 commit comments

Comments
 (0)