You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2021/03/17 14:55:33 UTC

[maven-gpg-plugin] branch deps created (now 89fbc5e)

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

elharo pushed a change to branch deps
in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git.


      at 89fbc5e  no longer use SubArtifact

This branch includes the following new commits:

     new 89fbc5e  no longer use SubArtifact

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-gpg-plugin] 01/01: no longer use SubArtifact

Posted by el...@apache.org.
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 <el...@google.com>
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>