Skip to content

Commit

Permalink
[WFLY-18644] Removing xerces from distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ropalka committed Oct 17, 2023
1 parent aad5592 commit c28116a
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 55 deletions.
12 changes: 0 additions & 12 deletions boms/common-ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5118,18 +5118,6 @@
<version>${version.wsdl4j}</version>
</dependency>

<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>${version.org.apache.xerces}</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>xml-resolver</groupId>
<artifactId>xml-resolver</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions ee-feature-pack/galleon-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3047,11 +3047,6 @@
<artifactId>wsdl4j</artifactId>
</dependency>

<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>

<dependency>
<groupId>xml-resolver</groupId>
<artifactId>xml-resolver</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5184,17 +5184,6 @@
</license>
</licenses>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
</dependency>
<dependency>
<groupId>xml-resolver</groupId>
<artifactId>xml-resolver</artifactId>
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@
<version.org.apache.velocity>2.3</version.org.apache.velocity>
<version.org.apache.wss4j>3.0.1</version.org.apache.wss4j>
<version.org.apache.ws.xmlschema>2.3.0</version.org.apache.ws.xmlschema>
<version.org.apache.xerces>2.12.0.SP05</version.org.apache.xerces>
<version.org.bitbucket.jose4j>0.9.3</version.org.bitbucket.jose4j>
<version.org.bytebuddy>1.14.7</version.org.bytebuddy>
<version.org.codehaus.woodstox.stax2-api>4.2.1</version.org.codehaus.woodstox.stax2-api>
Expand Down
1 change: 1 addition & 0 deletions testsuite/integration/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.0.SP05</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions webservices/tests-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@
<groupId>org.jboss.ejb3</groupId>
<artifactId>jboss-ejb3-ext-api</artifactId>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.remotingjmx</groupId>
<artifactId>remoting-jmx</artifactId>
Expand Down

0 comments on commit c28116a

Please sign in to comment.