Skip to content

Commit 3cfebef

Browse files
authored
chore: migrate to Maven Resolver (#8560)
2 parents 1a6c915 + 099a71a commit 3cfebef

3 files changed

Lines changed: 119 additions & 210 deletions

File tree

maven/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
9494
<artifactId>maven-dependency-tree</artifactId>
9595
<version>3.3.0</version>
9696
</dependency>
97-
<dependency>
98-
<groupId>org.apache.maven.shared</groupId>
99-
<artifactId>maven-artifact-transfer</artifactId>
100-
<version>0.13.1</version>
101-
</dependency>
10297
<dependency>
10398
<groupId>org.apache.maven.shared</groupId>
10499
<artifactId>maven-common-artifact-filters</artifactId>
@@ -245,10 +240,6 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
245240
<groupId>org.apache.maven.shared</groupId>
246241
<artifactId>maven-dependency-tree</artifactId>
247242
</dependency>
248-
<dependency>
249-
<groupId>org.apache.maven.shared</groupId>
250-
<artifactId>maven-artifact-transfer</artifactId>
251-
</dependency>
252243
<dependency>
253244
<groupId>org.apache.maven.shared</groupId>
254245
<artifactId>maven-common-artifact-filters</artifactId>

0 commit comments

Comments
 (0)