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 /archiva-cli | |
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 'archiva-cli')
-rw-r--r-- | archiva-cli/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index 14655b4b2..6aa598506 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -91,7 +91,7 @@ </dependency> <dependency> <groupId>org.apache.logging.log4j.adapters</groupId> - <artifactId>log4j12-api</artifactId> + <artifactId>log4j-1.2-api</artifactId> <scope>compile</scope> </dependency> </dependencies> |