Removing old dependencies

This commit is contained in:
Martin Stockhammer 2020-11-02 13:48:49 +01:00
parent 06671e010e
commit ee7d339b45
1 changed files with 0 additions and 24 deletions

View File

@ -53,20 +53,6 @@
<artifactId>archiva-webapp</artifactId> <artifactId>archiva-webapp</artifactId>
<type>war</type> <type>war</type>
</dependency> </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 jcr-oak currently needs guava 15.0 and selenium webdriver needs 22.0
@ -250,12 +236,6 @@
<!-- End of Selenium dependencies --> <!-- End of Selenium dependencies -->
<!-- Dependency for MavenConnectionTest -->
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
</dependency>
<!-- Dependencies below are provided by the appserver --> <!-- Dependencies below are provided by the appserver -->
<dependency> <dependency>
<groupId>org.apache.derby</groupId> <groupId>org.apache.derby</groupId>
@ -334,10 +314,6 @@
</dependency> </dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-slf4j-logging</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>