Skip to content

Commit

Permalink
[JBWS-4377]:Remove xerces dependency and use JDK's JAXP impl instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jimma committed Aug 14, 2023
1 parent 3573f4c commit 543970e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 26 deletions.
4 changes: 0 additions & 4 deletions modules/addons/transports/udp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
<!-- END - this should be JDK9 only dependency -->
<dependency>
<groupId>junit</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<module name="org.jboss.ws.api"/>
<module name="org.jboss.ws.spi"/>
<module name="org.jboss.logging"/>
<module name="org.apache.xerces" services="import"/>
<module name="org.jboss.jaxbintros"/>
<!-- Not supported and the API is not provided in an EE 9 server -->
<module name="javax.xml.rpc.api" optional="true"/>
Expand Down
6 changes: 0 additions & 6 deletions modules/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,6 @@
<artifactId>jakarta.xml.ws-api</artifactId>
</dependency>

<!-- jboss provided -->
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>

<!-- transitive dependencies -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
Expand Down
5 changes: 0 additions & 5 deletions modules/testsuite/cxf-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@
<artifactId>woodstox-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
Expand Down
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
<saaj.api.version>1.0.0.Final</saaj.api.version>
<saaj.impl.version>3.0.0</saaj.impl.version>
<velocity.version>2.3</velocity.version>
<xerces.version>2.12.0.SP05</xerces.version>
<xmlsec.version>3.0.1</xmlsec.version>
<wss4j.version>3.0.0</wss4j.version>
<wstx.version>6.4.0</wstx.version>
Expand Down Expand Up @@ -719,15 +718,6 @@
<artifactId>jakarta.servlet-api</artifactId>
<version>${jakarta.servlet-api.version}</version>
</dependency>

<!-- jboss provided -->
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>${xerces.version}</version>
<scope>provided</scope>
</dependency>

<!-- transitive dependencies -->
<dependency>
<groupId>jakarta.activation</groupId>
Expand Down

0 comments on commit 543970e

Please sign in to comment.