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 <[email protected]> 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 "[email protected]" <[email protected]>.
