You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/01/05 13:26:26 UTC

[maven-release] 03/03: Make org.eclipse.aether:aether-util optional, so maven-artifact-transfer can work with Maven 3.0 too.

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-release.git

commit 65b332c063d1aa7b0249f45d8147ef433561d3db
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Jan 5 14:26:14 2018 +0100

    Make org.eclipse.aether:aether-util optional, so maven-artifact-transfer can work with Maven 3.0 too.
---
 maven-release-api/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/maven-release-api/pom.xml b/maven-release-api/pom.xml
index 2de416d..e96feff 100644
--- a/maven-release-api/pom.xml
+++ b/maven-release-api/pom.xml
@@ -44,6 +44,7 @@
       <groupId>org.eclipse.aether</groupId>
       <artifactId>aether-util</artifactId>
       <version>1.0.0.v20140518</version>
+      <optional>true</optional>
     </dependency>
     
     <dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.