diff options
author | Olivier Lamy <olamy@apache.org> | 2011-06-10 15:37:00 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-06-10 15:37:00 +0000 |
commit | 45b308aab041fc4d0e4c198f32a1d4f57d366ed7 (patch) | |
tree | 97f097d83cde642b08e03111b737e539e5447c57 /archiva-cli | |
parent | d9ba2b6814028104bf673437da1baf889c7bbbae (diff) | |
download | archiva-45b308aab041fc4d0e4c198f32a1d4f57d366ed7.tar.gz archiva-45b308aab041fc4d0e4c198f32a1d4f57d366ed7.zip |
align maven api to use maven 3 version
temporary comment failing dependency tree
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1134349 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli')
-rw-r--r-- | archiva-cli/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index 207b43da6..733299940 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -68,7 +68,7 @@ </dependency> <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-artifact-manager</artifactId> + <artifactId>maven-compat</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> |