diff options
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-js/pom.xml | 4 | ||||
-rw-r--r-- | archiva-modules/plugins/maven2-repository/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 5 |
3 files changed, 9 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> @@ -795,6 +795,11 @@ <artifactId>aether-util</artifactId> <version>${aether.version}</version> </dependency> + <dependency> + <groupId>org.sonatype.aether</groupId> + <artifactId>aether-connector-file</artifactId> + <version>${aether.version}</version> + </dependency> <dependency> <groupId>org.apache.maven</groupId> |