diff options
author | Olivier Lamy <olamy@apache.org> | 2013-02-02 20:50:31 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-02-02 20:50:31 +0000 |
commit | 0e4862b241891840aa04cc542eeea3d1fe672af9 (patch) | |
tree | 5418d85e8ab48a14661ed2aeb74c2246f41f7845 /pom.xml | |
parent | 826cc87c528358967fccf7cbb6a5eb2c2996b6bf (diff) | |
download | archiva-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |