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-utils.git
commit c571eff14847d8bf4a9d683251dc4a21c0d6b796 Author: Olivier Lamy <[email protected]> AuthorDate: Fri Sep 7 08:45:55 2012 +0000 testing log4j 2 git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1381935 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e9952d4..f52d8db 100644 --- a/pom.xml +++ b/pom.xml @@ -116,9 +116,9 @@ <optional>true</optional> </dependency> <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.17</version> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>slf4j-impl</artifactId> + <version>2.0-alpha2</version> <scope>test</scope> </dependency> -- To stop receiving notification emails like this one, please contact [email protected].
