diff options
author | Martin Stockhammer <martin_s@apache.org> | 2018-10-28 13:04:30 +0100 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2018-10-28 13:04:30 +0100 |
commit | d39977c41348cde01f3f54bd22c06ae696aab7b9 (patch) | |
tree | 08d116f43fa6b9e1c13d364d61277a40d3c54151 /archiva-modules/plugins/maven2-repository/pom.xml | |
parent | 24ee701d1daee202e799b5ca17f9dff19d398c6e (diff) | |
download | archiva-d39977c41348cde01f3f54bd22c06ae696aab7b9.tar.gz archiva-d39977c41348cde01f3f54bd22c06ae696aab7b9.zip |
Fixing dependencies and adapting to new lib versions
Diffstat (limited to 'archiva-modules/plugins/maven2-repository/pom.xml')
-rw-r--r-- | archiva-modules/plugins/maven2-repository/pom.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/archiva-modules/plugins/maven2-repository/pom.xml b/archiva-modules/plugins/maven2-repository/pom.xml index a1fc76686..07cfd1821 100644 --- a/archiva-modules/plugins/maven2-repository/pom.xml +++ b/archiva-modules/plugins/maven2-repository/pom.xml @@ -99,8 +99,7 @@ <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-aether-provider</artifactId> - <version>3.3.9</version> + <artifactId>maven-resolver-provider</artifactId> </dependency> <!-- @@ -124,13 +123,11 @@ <dependency> <groupId>org.eclipse.aether</groupId> <artifactId>aether-api</artifactId> - <version>0.9.0.M2</version> </dependency> <dependency> <groupId>org.eclipse.aether</groupId> <artifactId>aether-connector-file</artifactId> - <version>0.9.0.M2</version> </dependency> <dependency> @@ -225,6 +222,12 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>org.ow2.asm</groupId> + <artifactId>asm</artifactId> + <scope>test</scope> + </dependency> + </dependencies> <build> <plugins> |