diff options
author | Martin Stockhammer <martin_s@apache.org> | 2018-05-23 20:52:17 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2018-05-23 20:52:17 +0200 |
commit | 9ff0b63d8b8ddbde49a140927bac4eb2d4429e57 (patch) | |
tree | cf775281855a520a6f58d0e9f4f4e97296af6e88 /archiva-modules/archiva-web | |
parent | 69380bc743c3568483bc450ace23390381b7895b (diff) | |
download | archiva-9ff0b63d8b8ddbde49a140927bac4eb2d4429e57.tar.gz archiva-9ff0b63d8b8ddbde49a140927bac4eb2d4429e57.zip |
Another try to fix webapp test issues on ciserver
Diffstat (limited to 'archiva-modules/archiva-web')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index c826475be..a5267f91e 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -50,7 +50,7 @@ <artifactId>archiva-webapp</artifactId> <type>war</type> </dependency> - <dependency> +<!-- <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> </dependency> @@ -63,7 +63,7 @@ <groupId>org.codehaus.plexus</groupId> </exclusion> </exclusions> - </dependency> + </dependency>--> <!-- jcr-oak currently needs guava 15.0 and selenium webdriver needs 22.0 |