summaryrefslogtreecommitdiffstats
path: root/archiva-cli
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2010-03-10 16:15:43 +0000
committerBrett Porter <brett@apache.org>2010-03-10 16:15:43 +0000
commit4fed1a6fc5affc98ec3bfd570b47bc1723241597 (patch)
treed08e14ac71b4ed17911e4aab107b06f78fe69e8a /archiva-cli
parentd6c33feff12568218e694f0bf9a421fa19cb1914 (diff)
downloadarchiva-4fed1a6fc5affc98ec3bfd570b47bc1723241597.tar.gz
archiva-4fed1a6fc5affc98ec3bfd570b47bc1723241597.zip
analyze dependencies
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921424 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli')
-rw-r--r--archiva-cli/pom.xml24
1 files changed, 22 insertions, 2 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml
index aae3c57eb..dd8e55555 100644
--- a/archiva-cli/pom.xml
+++ b/archiva-cli/pom.xml
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>org.apache.archiva</groupId>
- <artifactId>archiva-repository-layer</artifactId>
+ <artifactId>archiva-repository-scanner</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
@@ -45,7 +45,11 @@
</dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
- <artifactId>archiva-xml-tools</artifactId>
+ <artifactId>archiva-configuration</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.archiva</groupId>
+ <artifactId>archiva-consumer-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
@@ -65,6 +69,22 @@
<artifactId>plexus-spring</artifactId>
</dependency>
<dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-artifact-manager</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<scope>compile</scope>