diff options
Diffstat (limited to 'archiva-cli/pom.xml')
-rw-r--r-- | archiva-cli/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index 733299940..3c35060b6 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -59,6 +59,10 @@ <version>7</version> </dependency> <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-artifact-manager</artifactId> + </dependency> + <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> @@ -67,10 +71,6 @@ <artifactId>commons-lang</artifactId> </dependency> <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-compat</artifactId> - </dependency> - <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> </dependency> |