We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ae338 commit ddc3536Copy full SHA for ddc3536
klab.services.runtime.server/pom.xml
@@ -116,6 +116,10 @@
116
<groupId>org.apache.logging.log4j</groupId>
117
<artifactId>log4j-to-slf4j</artifactId>
118
</exclusion>
119
+ <exclusion>
120
+ <groupId>com.fasterxml.jackson.datatype</groupId>
121
+ <artifactId>jackson-datatype-jsr310</artifactId>
122
+ </exclusion>
123
</exclusions>
124
</dependency>
125
<dependency>
klab.services.runtime/pom.xml
@@ -109,6 +109,10 @@
109
<artifactId>jakarta.validation-api</artifactId>
110
111
-->
112
113
+ <groupId>com.fasterxml.jackson.jaxrs</groupId>
114
+ <artifactId>jackson-jaxrs-json-provider</artifactId>
115
<!--
<exclusions>
0 commit comments