File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
business-central-distribution-wars
business-central-tests/business-central-tests-rest Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments