aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp-test
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2020-11-02 13:48:49 +0100
committerMartin Stockhammer <martin_s@apache.org>2020-11-02 13:48:49 +0100
commitee7d339b45cbc53327ee5c51b37925ca3d4e20be (patch)
treebf76691e4b31706560ffb7c5b352f7cd4132f84b /archiva-modules/archiva-web/archiva-webapp-test
parent06671e010e49b38119a9b6cb0f0f7c89572d5433 (diff)
downloadarchiva-ee7d339b45cbc53327ee5c51b37925ca3d4e20be.tar.gz
archiva-ee7d339b45cbc53327ee5c51b37925ca3d4e20be.zip
Removing old dependencies
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-test')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-test/pom.xml24
1 files changed, 0 insertions, 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 57ae9b58d..8f45cf4cf 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>