forked from camunda/camunda-bpm-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(engine): bump jackson to 2.13.1
* Drop Resteast 2.3.x.Final and Wink from CI and Maven profiles. There are no Camunda distros that use Resteasy 2 or Wink. Furthermore, Jackson 2.13.x drops support for JAX-RS1, which is used by Resteasy 2.3 and Wink. * Rename the resteasy3 properties and profiles to resteasy. It is now the single supported Resteasy version. * Refactor the Jackson Maven properties into a single version.jackson property located in our parent pom.xml. Related to CAM-14218, CAM-14379; closes camunda#1762
- Loading branch information
1 parent
6372936
commit 545c148
Showing
19 changed files
with
30 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ore/jackson-annotations/2.12.1/module.xml → ...ore/jackson-annotations/2.13.1/module.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...n/core/jackson-databind/2.12.1/module.xml → ...n/core/jackson-databind/2.13.1/module.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<module xmlns="urn:jboss:module:1.0" name="com.fasterxml.jackson.core.jackson-databind" slot="@version.jackson.databind@" > | ||
<module xmlns="urn:jboss:module:1.0" name="com.fasterxml.jackson.core.jackson-databind" slot="@version.jackson@" > | ||
<resources> | ||
<resource-root path="jackson-databind-@version.jackson.databind@.jar" /> | ||
<resource-root path="jackson-databind-@version.jackson@.jar" /> | ||
</resources> | ||
|
||
<dependencies> | ||
|
||
<module name="javax.api" /> | ||
<module name="com.fasterxml.jackson.core.jackson-core" export="true" slot="@version.jackson@" /> | ||
<module name="com.fasterxml.jackson.core.jackson-annotations" export="true" slot="@version.jackson.annotations@" /> | ||
<module name="com.fasterxml.jackson.core.jackson-annotations" export="true" slot="@version.jackson@" /> | ||
|
||
</dependencies> | ||
</module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.