diff options
author | Olivier Lamy <olamy@apache.org> | 2012-09-09 15:38:26 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-09-09 15:38:26 +0000 |
commit | 1377df45646f0de232d0abd52e64bd79eb364ecb (patch) | |
tree | e75eda99ebe0e372141ce9bb4fadf5262c6f0f19 /archiva-modules/plugins/metadata-store-jcr | |
parent | b3f857bd37d08caf3fa2de5b26ff8d5a32401829 (diff) | |
download | archiva-1377df45646f0de232d0abd52e64bd79eb364ecb.tar.gz archiva-1377df45646f0de232d0abd52e64bd79eb364ecb.zip |
[MRM-1660] use log4j2
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1382518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/plugins/metadata-store-jcr')
-rw-r--r-- | archiva-modules/plugins/metadata-store-jcr/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archiva-modules/plugins/metadata-store-jcr/pom.xml b/archiva-modules/plugins/metadata-store-jcr/pom.xml index ac07043de..383dcf330 100644 --- a/archiva-modules/plugins/metadata-store-jcr/pom.xml +++ b/archiva-modules/plugins/metadata-store-jcr/pom.xml @@ -64,16 +64,16 @@ <!-- could trim more, but since it's just for test we don't need to worry --> <exclusions> <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> </exclusion> </exclusions> </dependency> <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-jcl</artifactId> + </dependency> + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> |