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 ee7d339b45cbc53327ee5c51b37925ca3d4e20be Author: Martin Stockhammer <[email protected]> AuthorDate: Mon Nov 2 13:48:49 2020 +0100 Removing old dependencies --- .../archiva-web/archiva-webapp-test/pom.xml | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index 57ae9b5..8f45cf4 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -53,20 +53,6 @@ <artifactId>archiva-webapp</artifactId> <type>war</type> </dependency> - <!-- <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-slf4j-logging</artifactId> - <exclusions> - <exclusion> - <artifactId>plexus-component-api</artifactId> - <groupId>org.codehaus.plexus</groupId> - </exclusion> - </exclusions> - </dependency>--> <!-- jcr-oak currently needs guava 15.0 and selenium webdriver needs 22.0 @@ -250,12 +236,6 @@ <!-- End of Selenium dependencies --> - <!-- Dependency for MavenConnectionTest --> - <dependency> - <groupId>jaxen</groupId> - <artifactId>jaxen</artifactId> - </dependency> - <!-- Dependencies below are provided by the appserver --> <dependency> <groupId>org.apache.derby</groupId> @@ -334,10 +314,6 @@ </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-slf4j-logging</artifactId> - </dependency> </dependencies> <build>
