diff options
Diffstat (limited to 'archiva-cli/pom.xml')
-rw-r--r-- | archiva-cli/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index 22addc40c..934adb5af 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -85,12 +85,12 @@ <artifactId>spring-beans</artifactId> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> + <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>log4j-jcl</artifactId> <scope>compile</scope> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> + <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>log4j12-api</artifactId> <scope>compile</scope> </dependency> |