Skip to content

Commit

Permalink
[CXF-8912]:Remove xerces dependency and use JAXP impl in JDK instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jimma committed Aug 9, 2023
1 parent 9c8dc0c commit d458cc5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 32 deletions.
5 changes: 0 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,6 @@
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions distribution/javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,6 @@
<groupId>wsdl4j</groupId>
<artifactId>wsdl4j</artifactId>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
Expand Down
13 changes: 0 additions & 13 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@
<cxf.woodstox.stax2-api.version>4.2.1</cxf.woodstox.stax2-api.version>
<cxf.wsdl4j.version>1.6.3</cxf.wsdl4j.version>
<cxf.jakarta.wss4j.version>3.0.1</cxf.jakarta.wss4j.version>
<cxf.xerces.version>2.12.2</cxf.xerces.version>
<cxf.xmlschema.version>2.3.0</cxf.xmlschema.version>
<cxf.zest.version>2.1</cxf.zest.version>

Expand Down Expand Up @@ -271,7 +270,6 @@
<cxf.servicemix.specs.jaxb.version>2.3_2</cxf.servicemix.specs.jaxb.version>
<cxf.servicemix.specs.version>2.9.0</cxf.servicemix.specs.version>
<cxf.wsdl4j.bundle.version>1.6.3_1</cxf.wsdl4j.bundle.version>
<cxf.xerces.bundle.version>2.12.2_1</cxf.xerces.bundle.version>
<cxf.xmlresolver.bundle.version>1.2_5</cxf.xmlresolver.bundle.version>
<cxf.xpp3.bundle.version>1.1.4c_6</cxf.xpp3.bundle.version>
<cxf.awaitility.version>4.2.0</cxf.awaitility.version>
Expand Down Expand Up @@ -1757,17 +1755,6 @@
<artifactId>jaxen</artifactId>
<version>${cxf.jaxen.version}</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>${cxf.xerces.version}</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- if we use the new woodstox artifact, we're using the new version -->
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
Expand Down
5 changes: 0 additions & 5 deletions rt/databinding/aegis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,6 @@
<version>${cxf.mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
5 changes: 0 additions & 5 deletions rt/javascript/javascript-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@
<version>${cxf.spring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
Expand Down

0 comments on commit d458cc5

Please sign in to comment.