Skip to content

Commit

Permalink
fix: remove conflicting lib #162
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Dec 8, 2021
1 parent 3e5f5f2 commit d6a2c41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit d6a2c41

Please sign in to comment.