Skip to content

Commit

Permalink
Jakarta Namespace - jackson compatible on the jakarta classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed Nov 12, 2020
1 parent a0ed49a commit f995f38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -79,8 +79,9 @@
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<groupId>com.guicedee.services</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<classifier>jakarta</classifier>
</dependency>

</dependencies>
Expand Down
1 change: 0 additions & 1 deletion src/jre11/java/module-info.java
Expand Up @@ -24,7 +24,6 @@
requires static java.net.http;

requires transitive org.apache.cxf;
requires transitive java.ws.rs;
requires transitive org.apache.commons.io;
requires transitive com.fasterxml.jackson.module.paramnames;

Expand Down

0 comments on commit f995f38

Please sign in to comment.