This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch deps in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git
commit 89fbc5e882948f3d0908ac592557d03abfd8fc87 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Wed Mar 17 10:55:14 2021 -0400 no longer use SubArtifact --- pom.xml | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) diff --git a/pom.xml b/pom.xml index 8869f6a..7d7d48e 100644 --- a/pom.xml +++ b/pom.xml @@ -110,20 +110,6 @@ under the License. <version>0.12.0</version> </dependency> <dependency> - <!-- org.eclipse.aether.util.artifact.SubArtifact --> - <groupId>org.apache.maven.resolver</groupId> - <artifactId>maven-resolver-util</artifactId> - <version>1.4.1</version> - <optional>true</optional> - </dependency> - <dependency> - <!-- org.sonatype.aether.util.artifact.SubArtifact --> - <groupId>org.sonatype.aether</groupId> - <artifactId>aether-util</artifactId> - <version>1.13.1</version> - <optional>true</optional> - </dependency> - <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> <version>3.3.0</version> @@ -187,42 +173,6 @@ under the License. </plugin> </plugins> </pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <version>3.2.2</version> - <executions> - <execution> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>org.apache.maven.resolver:maven-resolver-util</include> - <include>org.sonatype.aether:aether-util</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>org.apache.maven.resolver:maven-resolver-util</artifact> - <includes> - <include>org/eclipse/aether/util/artifact/SubArtifact.class</include> - </includes> - </filter> - <filter> - <artifact>org.sonatype.aether:aether-util</artifact> - <includes> - <include>org/sonatype/aether/util/artifact/SubArtifact.class</include> - </includes> - </filter> - </filters> - </configuration> - </execution> - </executions> - </plugin> - </plugins> </build> <profiles>
