diff options
author | Martin Stockhammer <martin_s@apache.org> | 2018-05-21 01:05:19 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2018-05-21 01:05:19 +0200 |
commit | 6ae9703f1d162676d437f25c2f307aeb2af09937 (patch) | |
tree | cdf91af2f083128b079784fbae9694175bb13d95 /archiva-modules/archiva-web/archiva-webapp/pom.xml | |
parent | 128bd5464c5a701cc7f89390789c19fc1a4d2242 (diff) | |
download | archiva-6ae9703f1d162676d437f25c2f307aeb2af09937.tar.gz archiva-6ae9703f1d162676d437f25c2f307aeb2af09937.zip |
Modifying dependencies to fix webui test failures
There is a guava compatibility problem with the selenium test
Removing the dependencies that came with the new cassandra version
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 92ae8f2a0..7152a5c93 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -673,6 +673,7 @@ <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-integrations-security</artifactId> </dependency> + <!-- <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> @@ -682,6 +683,7 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-ext</artifactId> </dependency> + --> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> |