Skip to content

Commit

Permalink
ACS-5371 Exclude xpp3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
damianujma committed Nov 21, 2024
1 parent 70dd764 commit 01ccd72
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,18 @@
<groupId>org.jibx</groupId>
<artifactId>jibx-run</artifactId>
<version>1.4.2</version>
<exclusions>
<!-- [ACS-5371] Excluded to avoid conflict in JDK9+ as it includes javax.xml-->
<exclusion>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>xmlpull</groupId>
<artifactId>xmlpull</artifactId>
<version>${dependency.xmlpull.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ Java Runtime Env + redistributable components http://java.oracle.com/
=== Public Domain License ===
AOP Alliance http://aopalliance.sourceforge.net/
XZ http://tukaani.org/xz/
XMLPULL http://www.xmlpull.org/


=== Sun Public License ===
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
<dependency.maven-artifact.version>3.8.6</dependency.maven-artifact.version>
<dependency.jdom2.version>2.0.6.1</dependency.jdom2.version>
<dependency.pooled-jms.version>3.1.6</dependency.pooled-jms.version>
<dependency.xmlpull.version>1.1.3.1</dependency.xmlpull.version>

<dependency.jakarta-ee-jaxb-api.version>4.0.2</dependency.jakarta-ee-jaxb-api.version>
<dependency.jakarta-ee-jaxb-impl.version>4.0.5</dependency.jakarta-ee-jaxb-impl.version>
Expand Down

0 comments on commit 01ccd72

Please sign in to comment.