Skip to content

Commit 079a338

Browse files
[7.67.x-blue] Upgrade jackson-mapper-asl (#1247)
* Upgrade jackson-mapper-asl * Update to resteasy-jackson2-provider * Removed jackon mapper * Replaced jackson jaxrs
1 parent 07b3a80 commit 079a338

File tree

3 files changed

+6
-6
lines changed
  • business-central-parent
    • business-central-distribution-wars
    • business-central-webapp
  • business-central-tests/business-central-tests-rest

3 files changed

+6
-6
lines changed

business-central-parent/business-central-distribution-wars/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
</dependency>
109109
<dependency>
110110
<groupId>org.jboss.resteasy</groupId>
111-
<artifactId>resteasy-jackson-provider</artifactId>
111+
<artifactId>resteasy-jackson2-provider</artifactId>
112112
</dependency>
113113
<dependency>
114114
<groupId>org.jboss.resteasy</groupId>

business-central-parent/business-central-webapp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,11 +1715,11 @@
17151715
<exclusions>
17161716
<exclusion>
17171717
<groupId>org.jboss.resteasy</groupId>
1718-
<artifactId>resteasy-jackson-provider</artifactId>
1718+
<artifactId>resteasy-jackson2-provider</artifactId>
17191719
</exclusion>
17201720
<exclusion>
1721-
<groupId>org.codehaus.jackson</groupId>
1722-
<artifactId>jackson-core-asl</artifactId>
1721+
<groupId>com.fasterxml.jackson.core</groupId>
1722+
<artifactId>jackson-annotations</artifactId>
17231723
</exclusion>
17241724
<exclusion>
17251725
<groupId>org.jboss.resteasy</groupId>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
</exclusions>
5656
</dependency>
5757
<dependency>
58-
<groupId>org.codehaus.jackson</groupId>
59-
<artifactId>jackson-mapper-asl</artifactId>
58+
<groupId>com.fasterxml.jackson.core</groupId>
59+
<artifactId>jackson-databind</artifactId>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.eclipse.jgit</groupId>

0 commit comments

Comments
 (0)