diff options
author | Brett Porter <brett@apache.org> | 2014-07-30 12:04:50 +1000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2014-07-30 12:05:02 +1000 |
commit | b3804c39b5ef07f9abba6f4563994036c1f4ea46 (patch) | |
tree | 1722c5cc4d13e6e5309cf71d75dfcb9830e77d19 | |
parent | 2882d9b199b8f5ea0f277c4a4a4e01c786fdefa8 (diff) | |
download | archiva-b3804c39b5ef07f9abba6f4563994036c1f4ea46.tar.gz archiva-b3804c39b5ef07f9abba6f4563994036c1f4ea46.zip |
remove commented dependency
-rw-r--r-- | archiva-modules/plugins/maven2-repository/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archiva-modules/plugins/maven2-repository/pom.xml b/archiva-modules/plugins/maven2-repository/pom.xml index 128977667..6e9c34000 100644 --- a/archiva-modules/plugins/maven2-repository/pom.xml +++ b/archiva-modules/plugins/maven2-repository/pom.xml @@ -44,10 +44,6 @@ <groupId>org.apache.archiva</groupId> <artifactId>archiva-maven2-metadata</artifactId> </dependency> - <!--dependency> - <groupId>org.apache.archiva</groupId> - <artifactId>archiva-proxy</artifactId> - </dependency--> <dependency> <groupId>org.apache.archiva</groupId> <artifactId>archiva-proxy-api</artifactId> |