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-redback-components-spring-apacheds.git
commit fdf533db3cfc30f3bb5a8e45e2335826b40b4e66 Author: Olivier Lamy <[email protected]> AuthorDate: Sat Sep 8 19:43:42 2012 +0000 prefer o.a.l.l:logj-jcl over o.s:jcl-over-slf4j git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1382347 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 39360ce..0607c21 100644 --- a/pom.xml +++ b/pom.xml @@ -116,9 +116,8 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <version>${slf4jVersion}</version> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-jcl</artifactId> <scope>test</scope> </dependency> -- To stop receiving notification emails like this one, please contact [email protected].
