diff options
Diffstat (limited to 'archiva-modules/archiva-base/archiva-common')
-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> |