diff options
author | Olivier Lamy <olamy@apache.org> | 2012-09-21 23:50:33 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-09-21 23:50:33 +0000 |
commit | eaa790d7285cbca583e292a2ef89278cc3d68255 (patch) | |
tree | 8dd90d31a5206d864493f5448d60dae9f4416708 /archiva-modules/archiva-web | |
parent | 9e37277c4a5d4c353f71ec5060951c554f20bab5 (diff) | |
download | archiva-eaa790d7285cbca583e292a2ef89278cc3d68255.tar.gz archiva-eaa790d7285cbca583e292a2ef89278cc3d68255.zip |
log4j 2.0-beta1
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1388727 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web')
6 files changed, 14 insertions, 14 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml index 3973d3a73..6746de7a4 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml @@ -269,13 +269,13 @@ <dependency> - <groupId>org.apache.logging.log4j</groupId> + <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>log4j12-api</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> + <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>slf4j-impl</artifactId> <scope>test</scope> </dependency> @@ -287,7 +287,7 @@ </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> + <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>log4j-jcl</artifactId> <scope>test</scope> </dependency> diff --git a/archiva-modules/archiva-web/archiva-rss/pom.xml b/archiva-modules/archiva-web/archiva-rss/pom.xml index fba754aaa..4d8a816d6 100644 --- a/archiva-modules/archiva-web/archiva-rss/pom.xml +++ b/archiva-modules/archiva-web/archiva-rss/pom.xml @@ -63,7 +63,7 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> + <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>log4j-jcl</artifactId> <scope>test</scope> </dependency> diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml index c6d269acd..fd70481c0 100644 --- a/archiva-modules/archiva-web/archiva-web-common/pom.xml +++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml @@ -135,12 +135,12 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> + <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>log4j12-api</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> + <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>slf4j-impl</artifactId> <scope>test</scope> </dependency> diff --git a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml index ac267f477..e0e097e38 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml @@ -660,17 +660,17 @@ <scope>runtime</scope> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> + <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>log4j12-api</artifactId> <scope>runtime</scope> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> + <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>slf4j-impl</artifactId> <scope>runtime</scope> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> + <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>log4j-jcl</artifactId> <scope>runtime</scope> </dependency> diff --git a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml index 7aab98727..fb2136e33 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml @@ -107,17 +107,17 @@ </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> + <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>log4j-jcl</artifactId> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> + <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>slf4j-impl</artifactId> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> + <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>log4j12-api</artifactId> </dependency> diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index e3ca0d762..7e00a0007 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -327,7 +327,7 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> + <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>log4j12-api</artifactId> <scope>runtime</scope> </dependency> @@ -337,7 +337,7 @@ <scope>runtime</scope> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> + <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>slf4j-impl</artifactId> <scope>runtime</scope> </dependency> |