summaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins/repository-statistics/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-09-09 15:37:27 +0000
committerOlivier Lamy <olamy@apache.org>2012-09-09 15:37:27 +0000
commitb3f857bd37d08caf3fa2de5b26ff8d5a32401829 (patch)
tree4821e8d4c08eb46feba0f58f76a5ca4d72e1a4c3 /archiva-modules/plugins/repository-statistics/pom.xml
parent57b6bb091a33f095f951d1ee558c81234c54eb14 (diff)
downloadarchiva-b3f857bd37d08caf3fa2de5b26ff8d5a32401829.tar.gz
archiva-b3f857bd37d08caf3fa2de5b26ff8d5a32401829.zip
[MRM-1660] use log4j 2.x done for testing webapp js
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1382517 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/plugins/repository-statistics/pom.xml')
-rw-r--r--archiva-modules/plugins/repository-statistics/pom.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/archiva-modules/plugins/repository-statistics/pom.xml b/archiva-modules/plugins/repository-statistics/pom.xml
index eee8231ed..4c32130a3 100644
--- a/archiva-modules/plugins/repository-statistics/pom.xml
+++ b/archiva-modules/plugins/repository-statistics/pom.xml
@@ -36,6 +36,16 @@
<dependency>
<groupId>org.apache.archiva</groupId>
<artifactId>maven2-repository</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@@ -56,14 +66,20 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl-over-slf4j</artifactId>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-jcl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-core</artifactId>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>