]> source.dussan.org Git - archiva.git/commitdiff
Another try to fix the ciserver issue for webtest
authorMartin Stockhammer <martin_s@apache.org>
Thu, 24 May 2018 21:51:50 +0000 (23:51 +0200)
committerMartin Stockhammer <martin_s@apache.org>
Thu, 24 May 2018 21:51:50 +0000 (23:51 +0200)
archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/log4j2-test.xml
archiva-modules/plugins/metadata-store-cassandra/pom.xml

index d86502c4d3229b4c91a1b5504b20d7e7691475c6..08322bd674310b91e504c4856015746e1e225277 100644 (file)
@@ -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>
index c0c1e208b955b1fef09167ad3d0b2778d6f88b3d..e1650b127d0855dbcc73193cb05dc07b0f7d3a28 100644 (file)
           <groupId>org.slf4j</groupId>
           <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>
     <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>