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 6aa598506..3909e65ad 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.adapters</groupId> + <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-jcl</artifactId> <scope>compile</scope> </dependency> <dependency> - <groupId>org.apache.logging.log4j.adapters</groupId> + <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-1.2-api</artifactId> <scope>compile</scope> </dependency> |