Skip to content

Commit a0bc06e

Browse files
committed
Exclude jackson-mapper-asl from resteasy
1 parent 079a338 commit a0bc06e

File tree

1 file changed

+6
-0
lines changed
  • business-central-tests/business-central-tests-rest

1 file changed

+6
-0
lines changed

business-central-tests/business-central-tests-rest/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@
7979
<dependency>
8080
<groupId>org.jboss.resteasy</groupId>
8181
<artifactId>resteasy-jackson-provider</artifactId>
82+
<exclusions>
83+
<exclusion>
84+
<groupId>org.codehaus.jackson</groupId>
85+
<artifactId>jackson-mapper-asl</artifactId>
86+
</exclusion>
87+
</exclusions>
8288
</dependency>
8389
<dependency>
8490
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)