You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/05/24 21:52:33 UTC

[archiva] branch master updated: Another try to fix the ciserver issue for webtest

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new 9351c66  Another try to fix the ciserver issue for webtest
9351c66 is described below

commit 9351c66bc89c65357ba72bb84982951919cbc0c4
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Thu May 24 23:51:50 2018 +0200

    Another try to fix the ciserver issue for webtest
---
 .../archiva-webapp-test/src/test/resources/log4j2-test.xml     |  2 +-
 archiva-modules/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 d86502c..08322bd 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 @@
     <logger name="com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter" level="off" />
 
 
-    <root level="info">
+    <root level="debug">
       <appender-ref ref="console"/>
     </root>
   </loggers>
diff --git a/archiva-modules/plugins/metadata-store-cassandra/pom.xml b/archiva-modules/plugins/metadata-store-cassandra/pom.xml
index c0c1e20..e1650b1 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>

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.