Skip to content

Commit

Permalink
[RHPAM-4700] upgrade snakeyaml (#2959) (#2963)
Browse files Browse the repository at this point in the history
- force jackson version in kie-server war rather than wildfly

Co-authored-by: Toshiya Kobayashi <[email protected]>
  • Loading branch information
github-actions[bot] and tkobayas authored May 26, 2023
1 parent 549dc93 commit 31b2a04
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@
-->
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.1">
<deployment>
<exclusions>
<module name="com.fasterxml.jackson.core.jackson-core" />
<module name="com.fasterxml.jackson.core.jackson-databind" />
<module name="com.fasterxml.jackson.core.jackson-annotations" />
<module name="com.fasterxml.jackson.datatype.jackson-datatype-jdk8" />
<module name="com.fasterxml.jackson.datatype.jackson-datatype-jsr310" />
<module name="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider" />
<module name="com.fasterxml.jackson.dataformat.jackson-dataformat-yaml" />
<module name="org.jboss.resteasy.resteasy-jackson2-provider" />
<module name="org.jboss.resteasy.resteasy-jackson-provider" />
</exclusions>
<dependencies>
<!-- IMPORTANT: when adding dependency (module) here, make sure it is a public one.
Do not add private modules as there is no guarantee they won't be changed or
Expand Down

0 comments on commit 31b2a04

Please sign in to comment.