summaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-04-24 10:41:53 +0000
committerOlivier Lamy <olamy@apache.org>2013-04-24 10:41:53 +0000
commitcadd272aa0205ef31c5779722d8bb33a2ab8b012 (patch)
treef7af46796a187a30f827c09dacfcf64d7ea2992c /archiva-modules/plugins
parentbcd68a2437a3b9be8cb89afefda0735e7e8a6a36 (diff)
downloadarchiva-cadd272aa0205ef31c5779722d8bb33a2ab8b012.tar.gz
archiva-cadd272aa0205ef31c5779722d8bb33a2ab8b012.zip
log4j2 2.0-beta5
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1471362 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/plugins')
-rw-r--r--archiva-modules/plugins/maven2-repository/pom.xml2
-rw-r--r--archiva-modules/plugins/metadata-store-file/pom.xml2
-rw-r--r--archiva-modules/plugins/metadata-store-jcr/pom.xml2
-rw-r--r--archiva-modules/plugins/repository-statistics/pom.xml2
-rw-r--r--archiva-modules/plugins/stage-repository-merge/pom.xml4
5 files changed, 6 insertions, 6 deletions
diff --git a/archiva-modules/plugins/maven2-repository/pom.xml b/archiva-modules/plugins/maven2-repository/pom.xml
index 56930b5d5..06d3a966d 100644
--- a/archiva-modules/plugins/maven2-repository/pom.xml
+++ b/archiva-modules/plugins/maven2-repository/pom.xml
@@ -200,7 +200,7 @@
</dependency>
<dependency>
- <groupId>org.apache.logging.log4j.adapters</groupId>
+ <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
</dependency>
diff --git a/archiva-modules/plugins/metadata-store-file/pom.xml b/archiva-modules/plugins/metadata-store-file/pom.xml
index 9c75dc150..1d4f1b572 100644
--- a/archiva-modules/plugins/metadata-store-file/pom.xml
+++ b/archiva-modules/plugins/metadata-store-file/pom.xml
@@ -62,7 +62,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.logging.log4j.adapters</groupId>
+ <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<scope>test</scope>
</dependency>
diff --git a/archiva-modules/plugins/metadata-store-jcr/pom.xml b/archiva-modules/plugins/metadata-store-jcr/pom.xml
index 859d467ca..a359bd35b 100644
--- a/archiva-modules/plugins/metadata-store-jcr/pom.xml
+++ b/archiva-modules/plugins/metadata-store-jcr/pom.xml
@@ -70,7 +70,7 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.apache.logging.log4j.adapters</groupId>
+ <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
</dependency>
<dependency>
diff --git a/archiva-modules/plugins/repository-statistics/pom.xml b/archiva-modules/plugins/repository-statistics/pom.xml
index 598ec38ec..000cdb411 100644
--- a/archiva-modules/plugins/repository-statistics/pom.xml
+++ b/archiva-modules/plugins/repository-statistics/pom.xml
@@ -55,7 +55,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.logging.log4j.adapters</groupId>
+ <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<scope>test</scope>
</dependency>
diff --git a/archiva-modules/plugins/stage-repository-merge/pom.xml b/archiva-modules/plugins/stage-repository-merge/pom.xml
index 6f14f9d5f..a649a6b1f 100644
--- a/archiva-modules/plugins/stage-repository-merge/pom.xml
+++ b/archiva-modules/plugins/stage-repository-merge/pom.xml
@@ -76,12 +76,12 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.logging.log4j.adapters</groupId>
+ <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.logging.log4j.adapters</groupId>
+ <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>