diff options
Diffstat (limited to 'archiva-cli/pom.xml')
-rw-r--r-- | archiva-cli/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index f94d1d732..c54d07d44 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -12,6 +12,10 @@ <url>http://maven.apache.org</url> <dependencies> <dependency> + <groupId>org.apache.maven.archiva</groupId> + <artifactId>archiva-core</artifactId> + </dependency> + <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-cli</artifactId> <version>1.0-SNAPSHOT</version> |