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

slachiewicz pushed a commit to branch MENFORCER-403
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/MENFORCER-403 by this push:
     new 9fe27942 [MENFORCER-403] Upgrade aether-util to 1.1.0
9fe27942 is described below

commit 9fe27942fb40275b73c59b927517a345b39cc5be
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>

Reply via email to