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

michaelo pushed a commit to branch MDEP-937
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 8027c42368638c53c050ae9ebfc4600aafeaf9b1
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sun Jun 2 18:12:17 2024 +0200

    [MDEP-937] Upgrade to Maven Dependency Tree 3.3.0
    
    This closes #402
---
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index a8b4a191..6208fa00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,13 +247,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-dependency-tree</artifactId>
-      <version>3.2.1</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.eclipse.aether</groupId>
-          <artifactId>aether-util</artifactId>
-        </exclusion>
-      </exclusions>
+      <version>3.3.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>

Reply via email to