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 31f6743 commit bcb01eb
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions pom.xml
Expand Up @@ -900,6 +900,36 @@
<version>${project.version}</version>
</dependency>



<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>jackson-jaxrs-base</artifactId>
<version>${project.version}</version>
<classifier>jakarta</classifier>
</dependency>

<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>jackson-datatype-jaxrs</artifactId>
<version>${project.version}</version>
<classifier>jakarta</classifier>
</dependency>

<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${project.version}</version>
<classifier>jakarta</classifier>
</dependency>

<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>${project.version}</version>
<classifier>jakarta</classifier>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit bcb01eb

Please sign in to comment.