You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/05 18:19:10 UTC

[maven-gpg-plugin] branch next updated: drop SubArtifact

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

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git


The following commit(s) were added to refs/heads/next by this push:
     new ba9f7ea  drop SubArtifact
ba9f7ea is described below

commit ba9f7eac7348a5e36141edb00a3a8ee96eea5970
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed May 5 20:18:28 2021 +0200

    drop SubArtifact
---
 pom.xml | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/pom.xml b/pom.xml
index 16b3ab3..51a3cef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,13 +110,6 @@ under the License.
       <version>0.13.1</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>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>3.3.0</version>
@@ -180,35 +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>
-                </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>
-              </filters>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
   </build>
 
   <profiles>