aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-04-24 10:24:03 +0000
committerOlivier Lamy <olamy@apache.org>2013-04-24 10:24:03 +0000
commit85ea6004650d23c59d6da6899a09f73dfe054b28 (patch)
tree51aedd26ff2a4bd7d87b32e7cbc78bcc208fa69f
parent8d07c8bf70eae15847d2b4e1c0d1b6b9b26f4517 (diff)
downloadarchiva-85ea6004650d23c59d6da6899a09f73dfe054b28.tar.gz
archiva-85ea6004650d23c59d6da6899a09f73dfe054b28.zip
log4j 2.0-beta5
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1471349 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--pom.xml2
-rw-r--r--redback-integrations/redback-rest/redback-rest-services/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b2c477955..4b661e8b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
<properties>
<springVersion>3.2.2.RELEASE</springVersion>
<slf4jVersion>1.7.2</slf4jVersion>
- <log4j2Version>2.0-beta4</log4j2Version>
+ <log4j2Version>2.0-beta5</log4j2Version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gpg.useagent>true</gpg.useagent>
diff --git a/redback-integrations/redback-rest/redback-rest-services/pom.xml b/redback-integrations/redback-rest/redback-rest-services/pom.xml
index dab8d92b7..c90b9ef02 100644
--- a/redback-integrations/redback-rest/redback-rest-services/pom.xml
+++ b/redback-integrations/redback-rest/redback-rest-services/pom.xml
@@ -158,7 +158,7 @@
</dependency>
<dependency>
- <groupId>org.apache.logging.log4j.adapters</groupId>
+ <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j2Version}</version>
<scope>test</scope>