aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-02-02 20:50:31 +0000
committerOlivier Lamy <olamy@apache.org>2013-02-02 20:50:31 +0000
commit0e4862b241891840aa04cc542eeea3d1fe672af9 (patch)
tree5418d85e8ab48a14661ed2aeb74c2246f41f7845 /pom.xml
parent826cc87c528358967fccf7cbb6a5eb2c2996b6bf (diff)
downloadarchiva-0e4862b241891840aa04cc542eeea3d1fe672af9.tar.gz
archiva-0e4862b241891840aa04cc542eeea3d1fe672af9.zip
fix groupId
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1441809 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f5b30dff3..8a4d8f6ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1201,7 +1201,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j.adapters</groupId>
- <artifactId>log4j12-api</artifactId>
+ <artifactId>log4j-1.2-api</artifactId>
<version>${log4j.version}</version>
<scope>runtime</scope>
</dependency>