From 9351c66bc89c65357ba72bb84982951919cbc0c4 Mon Sep 17 00:00:00 2001 From: Martin Stockhammer Date: Thu, 24 May 2018 23:51:50 +0200 Subject: [PATCH] Another try to fix the ciserver issue for webtest --- .../src/test/resources/log4j2-test.xml | 2 +- .../plugins/metadata-store-cassandra/pom.xml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/log4j2-test.xml b/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/log4j2-test.xml index d86502c4d..08322bd67 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/log4j2-test.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/log4j2-test.xml @@ -35,7 +35,7 @@ - + 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 @@ -81,6 +81,14 @@ org.slf4j slf4j-log4j12 + + org.slf4j + jcl-over-slf4j + + + ch.qos.logback + logback-core + org.mortbay.jetty jetty @@ -127,7 +135,7 @@ org.apache.cassandra cassandra-thrift - 1.2.15 + 3.11.2 javax.servlet -- 2.39.5