aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-artifact-converter/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2008-06-14 06:27:11 +0000
committerBrett Porter <brett@apache.org>2008-06-14 06:27:11 +0000
commit6d84f3a0a54e0648ee44d2af5cf927096bc2cd68 (patch)
treeb13dd5e4732ec4242c1242d5c6bd6ff679c27b5c /archiva-modules/archiva-base/archiva-artifact-converter/pom.xml
parentc6a1a4915fab010e64d0bc77933f739efca7eb5a (diff)
downloadarchiva-6d84f3a0a54e0648ee44d2af5cf927096bc2cd68.tar.gz
archiva-6d84f3a0a54e0648ee44d2af5cf927096bc2cd68.zip
POM clean up
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@667751 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-artifact-converter/pom.xml')
-rw-r--r--archiva-modules/archiva-base/archiva-artifact-converter/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/archiva-modules/archiva-base/archiva-artifact-converter/pom.xml b/archiva-modules/archiva-base/archiva-artifact-converter/pom.xml
index 083f08773..d5abcb843 100644
--- a/archiva-modules/archiva-base/archiva-artifact-converter/pom.xml
+++ b/archiva-modules/archiva-base/archiva-artifact-converter/pom.xml
@@ -44,12 +44,6 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact-manager</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-container-default</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
@@ -58,13 +52,6 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-model-converter</artifactId>
- <version>2.1</version>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-container-default</artifactId>
- </exclusion>
- </exclusions>
</dependency>
</dependencies>
<build>