diff options
author | Brett Porter <brett@apache.org> | 2010-03-10 16:15:43 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-03-10 16:15:43 +0000 |
commit | 4fed1a6fc5affc98ec3bfd570b47bc1723241597 (patch) | |
tree | d08e14ac71b4ed17911e4aab107b06f78fe69e8a /archiva-cli | |
parent | d6c33feff12568218e694f0bf9a421fa19cb1914 (diff) | |
download | archiva-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.xml | 24 |
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> |