aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-08-04 06:55:18 +0000
committerOlivier Lamy <olamy@apache.org>2012-08-04 06:55:18 +0000
commitf3e1fc8489eb6148b36d1c128e7566cd3099c11f (patch)
tree5436db9da11daa9f56aa5570fb187bca6e496853 /archiva-modules
parent636eece88825225d33bab7d0bf8c69e4fa4928a9 (diff)
downloadarchiva-f3e1fc8489eb6148b36d1c128e7566cd3099c11f.tar.gz
archiva-f3e1fc8489eb6148b36d1c128e7566cd3099c11f.zip
use dependencyManagement for aether
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1369267 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-js/pom.xml4
-rw-r--r--archiva-modules/plugins/maven2-repository/pom.xml2
2 files changed, 4 insertions, 2 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml
index b30f8a57c..e0020d81e 100644
--- a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml
@@ -271,6 +271,10 @@
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-util</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.sonatype.aether</groupId>
+ <artifactId>aether-connector-file</artifactId>
+ </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
diff --git a/archiva-modules/plugins/maven2-repository/pom.xml b/archiva-modules/plugins/maven2-repository/pom.xml
index 5b6337ff0..9409084a9 100644
--- a/archiva-modules/plugins/maven2-repository/pom.xml
+++ b/archiva-modules/plugins/maven2-repository/pom.xml
@@ -104,11 +104,9 @@
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-util</artifactId>
</dependency>
-
<dependency>
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-connector-file</artifactId>
- <version>${aether.version}</version>
</dependency>
<dependency>