diff options
author | Martin Stockhammer <martin_s@apache.org> | 2018-05-24 23:51:50 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2018-05-24 23:51:50 +0200 |
commit | 9351c66bc89c65357ba72bb84982951919cbc0c4 (patch) | |
tree | 4eb05f28b7c48d001bfa61bbbc3d8a6110e9612e /archiva-modules/plugins/metadata-store-cassandra | |
parent | 9ff0b63d8b8ddbde49a140927bac4eb2d4429e57 (diff) | |
download | archiva-9351c66bc89c65357ba72bb84982951919cbc0c4.tar.gz archiva-9351c66bc89c65357ba72bb84982951919cbc0c4.zip |
Another try to fix the ciserver issue for webtest
Diffstat (limited to 'archiva-modules/plugins/metadata-store-cassandra')
-rw-r--r-- | archiva-modules/plugins/metadata-store-cassandra/pom.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/archiva-modules/plugins/metadata-store-cassandra/pom.xml b/archiva-modules/plugins/metadata-store-cassandra/pom.xml index c0c1e208b..e1650b127 100644 --- a/archiva-modules/plugins/metadata-store-cassandra/pom.xml +++ b/archiva-modules/plugins/metadata-store-cassandra/pom.xml @@ -82,6 +82,14 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + </exclusion> + <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-core</artifactId> + </exclusion> + <exclusion> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty</artifactId> </exclusion> @@ -127,7 +135,7 @@ <dependency> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-thrift</artifactId> - <version>1.2.15</version> + <version>3.11.2</version> <exclusions> <exclusion> <groupId>javax.servlet</groupId> |