This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva.git
commit af09aefac16e82d7d9365b6bf2f9bcaa0924f66d Author: Martin Stockhammer <[email protected]> AuthorDate: Sat Sep 28 22:50:53 2019 +0200 Removing xalan dependencies --- archiva-modules/archiva-web/archiva-webapp/pom.xml | 6 ------ pom.xml | 5 ----- 2 files changed, 11 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 296e9af..419cd4b 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -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> diff --git a/pom.xml b/pom.xml index 412e8f5..9f2d6cb 100644 --- a/pom.xml +++ b/pom.xml @@ -121,11 +121,6 @@ <dependencyManagement> <dependencies> <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <version>2.7.1</version> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version>
