diff options
author | Olivier Lamy <olamy@apache.org> | 2011-09-07 20:35:00 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-09-07 20:35:00 +0000 |
commit | 9acde9b594de05eca16a005a7d39d4912fc26980 (patch) | |
tree | 2446dbe05808240a1c57034370d15ec3e3a14a96 /archiva-modules/pom.xml | |
parent | a2dd1fd1a42c97c3bb30ce4e7a4906a7e28b496c (diff) | |
download | archiva-9acde9b594de05eca16a005a7d39d4912fc26980.tar.gz archiva-9acde9b594de05eca16a005a7d39d4912fc26980.zip |
MRM-1507 : api to configure ProxyConnector : use it in the webapp
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1166392 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/pom.xml')
-rw-r--r-- | archiva-modules/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml index f38236274..f228472d8 100644 --- a/archiva-modules/pom.xml +++ b/archiva-modules/pom.xml @@ -36,16 +36,6 @@ <module>metadata</module> <module>plugins</module> </modules> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> - <version>1.8.3</version> - <scope>test</scope> - </dependency> - </dependencies> - </dependencyManagement> <reporting> <plugins> |