Skip to content

Commit

Permalink
ARTEMIS-3903 Remove Xalan dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Jul 25, 2022
1 parent 55865ab commit b57a149
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 30 deletions.
7 changes: 0 additions & 7 deletions artemis-core-client-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.2</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions artemis-jms-client-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions artemis-server-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions artemis-website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,6 @@
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -835,11 +835,6 @@
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.2</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit b57a149

Please sign in to comment.