diff options
author | Olivier Lamy <olamy@apache.org> | 2013-12-11 03:40:15 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-12-11 03:40:15 +0000 |
commit | 074386d154d4134fbfae4bc7642cd72d58422313 (patch) | |
tree | 0960ee0394a4e8755dc86a18e1465e03af7b1208 /archiva-modules | |
parent | 664497ee03208ec1d35143eb038cbc58b7d36c1d (diff) | |
download | archiva-074386d154d4134fbfae4bc7642cd72d58422313.tar.gz archiva-074386d154d4134fbfae4bc7642cd72d58422313.zip |
dependencies not needed
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1550044 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
-rw-r--r-- | archiva-modules/archiva-base/archiva-common/pom.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/archiva-modules/archiva-base/archiva-common/pom.xml b/archiva-modules/archiva-base/archiva-common/pom.xml index 5eaa6609e..94d979e8e 100644 --- a/archiva-modules/archiva-base/archiva-common/pom.xml +++ b/archiva-modules/archiva-base/archiva-common/pom.xml @@ -33,7 +33,6 @@ This module should depend on NO OTHER ARCHIVA MODULES. If you feel tempted to add one, discuss it first in the archiva-dev@maven.apache.org mailing-list. - joakime@apache.org --> <dependency> <groupId>commons-lang</groupId> @@ -47,17 +46,13 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> + <!-- <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> <version>2.7.0</version> </dependency> <dependency> - <groupId>org.eclipse.sisu</groupId> - <artifactId>org.eclipse.sisu.plexus</artifactId> - <scope>compile</scope> - </dependency> - <dependency> <groupId>org.apache.maven.indexer</groupId> <artifactId>indexer-core</artifactId> </dependency> @@ -65,6 +60,12 @@ <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> </dependency> + --> + <dependency> + <groupId>org.eclipse.sisu</groupId> + <artifactId>org.eclipse.sisu.plexus</artifactId> + <scope>compile</scope> + </dependency> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> |