This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MENFORCER-402 in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
commit 1f50f6623c1b18caae694c6076ef6885c7b12b3d Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Mon Nov 15 22:08:20 2021 +0100 [MENFORCER-403] Upgrade aether-util to 1.1.0 --- enforcer-rules/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/enforcer-rules/pom.xml b/enforcer-rules/pom.xml index de2915a..720b84b 100644 --- a/enforcer-rules/pom.xml +++ b/enforcer-rules/pom.xml @@ -46,6 +46,23 @@ <artifactId>maven-core</artifactId> </dependency> <dependency> + <groupId>org.eclipse.aether</groupId> + <artifactId>aether-api</artifactId> + <version>1.1.0</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.eclipse.aether</groupId> + <artifactId>aether-util</artifactId> + <version>1.1.0</version> + <exclusions> + <exclusion> + <groupId>org.eclipse.aether</groupId> + <artifactId>aether-api</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-common-artifact-filters</artifactId> </dependency>
