Skip to content

Commit f995f38

Browse files
committed
Jakarta Namespace - jackson compatible on the jakarta classifier
just until FasterXML/jackson-modules-base#116
1 parent a0ed49a commit f995f38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@
7979
</dependency>
8080

8181
<dependency>
82-
<groupId>com.fasterxml.jackson.jaxrs</groupId>
82+
<groupId>com.guicedee.services</groupId>
8383
<artifactId>jackson-jaxrs-json-provider</artifactId>
84+
<classifier>jakarta</classifier>
8485
</dependency>
8586

8687
</dependencies>

src/jre11/java/module-info.java

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
requires static java.net.http;
2525

2626
requires transitive org.apache.cxf;
27-
requires transitive java.ws.rs;
2827
requires transitive org.apache.commons.io;
2928
requires transitive com.fasterxml.jackson.module.paramnames;
3029

0 commit comments

Comments
 (0)