summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2009-02-04 01:09:17 +0000
committerMaria Odea B. Ching <oching@apache.org>2009-02-04 01:09:17 +0000
commitc0e1f8872e0243918984b81c6e449765f620505a (patch)
tree57a7b1cf4810b71a82400f0a8d7a7e62eb4d9bff /pom.xml
parentcedc0486947736ea872c7804dc59a5ccd5084c58 (diff)
downloadarchiva-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.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4f483b398..d2a342c4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>