Browse Source

Another try to fix the ciserver issue for webtest

pull/46/head
Martin Stockhammer 6 years ago
parent
commit
9351c66bc8

+ 1
- 1
archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/log4j2-test.xml View 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>

+ 9
- 1
archiva-modules/plugins/metadata-store-cassandra/pom.xml View File

@@ -81,6 +81,14 @@
<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>
@@ -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>

Loading…
Cancel
Save