We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079a338 commit a0bc06eCopy full SHA for a0bc06e
business-central-tests/business-central-tests-rest/pom.xml
@@ -79,6 +79,12 @@
79
<dependency>
80
<groupId>org.jboss.resteasy</groupId>
81
<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>
88
</dependency>
89
90
<groupId>org.slf4j</groupId>
0 commit comments