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/plugins/metadata-store-cassandra | |
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/plugins/metadata-store-cassandra')
-rw-r--r-- | archiva-modules/plugins/metadata-store-cassandra/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/archiva-modules/plugins/metadata-store-cassandra/pom.xml b/archiva-modules/plugins/metadata-store-cassandra/pom.xml index 83c6d52dd..c0c1e208b 100644 --- a/archiva-modules/plugins/metadata-store-cassandra/pom.xml +++ b/archiva-modules/plugins/metadata-store-cassandra/pom.xml @@ -89,6 +89,14 @@ <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>log4j-over-slf4j</artifactId> + </exclusion> + <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + </exclusion> </exclusions> </dependency> @@ -109,6 +117,10 @@ <groupId>com.yammer.metrics</groupId> <artifactId>metrics-core</artifactId> </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>log4j-over-slf4j</artifactId> + </exclusion> </exclusions> </dependency> |