diff options
author | Maria Odea B. Ching <oching@apache.org> | 2009-02-04 01:09:17 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2009-02-04 01:09:17 +0000 |
commit | c0e1f8872e0243918984b81c6e449765f620505a (patch) | |
tree | 57a7b1cf4810b71a82400f0a8d7a7e62eb4d9bff /pom.xml | |
parent | cedc0486947736ea872c7804dc59a5ccd5084c58 (diff) | |
download | archiva-c0e1f8872e0243918984b81c6e449765f620505a.tar.gz archiva-c0e1f8872e0243918984b81c6e449765f620505a.zip |
[MRM-749]
merged -r 728552:740257 from archiva-nexus-indexer branch
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@740552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -246,6 +246,37 @@ <version>2.8.1</version> </dependency> <dependency> + <groupId>org.sonatype.nexus</groupId> + <artifactId>nexus-indexer</artifactId> + <version>1.1.1</version> + <exclusions> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + </exclusion> + <exclusion> + <groupId>classworlds</groupId> + <artifactId>classworlds</artifactId> + </exclusion> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + <exclusion> + <groupId>velocity</groupId> + <artifactId>velocity-dep</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-registry</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.maven</groupId> + <artifactId>maven-settings</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> <version>1.1</version> |