Skip to content

Commit d6a2c41

Browse files
committed
fix: remove conflicting lib #162
1 parent 3e5f5f2 commit d6a2c41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
<groupId>org.jboss.resteasy</groupId>
4848
<artifactId>resteasy-jaxb-provider</artifactId>
4949
</exclusion>
50+
<exclusion>
51+
<groupId>com.fasterxml.jackson.module</groupId>
52+
<artifactId>jackson-module-jaxb-annotations</artifactId>
53+
</exclusion>
5054
</exclusions>
5155
</dependency>
5256
<dependency>

0 commit comments

Comments
 (0)