Removing xalan dependencies

This commit is contained in:
Martin Stockhammer 2019-09-28 22:50:53 +02:00
parent 88329740a3
commit af09aefac1
2 changed files with 0 additions and 11 deletions

View File

@ -659,12 +659,6 @@
<artifactId>jsoup</artifactId>
</dependency>
<!-- we need to force xalan version for IBM servers.. MRM-1803 -->
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
<artifactId>archiva-test-mocks</artifactId>

View File

@ -120,11 +120,6 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>