You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/04/01 23:54:13 UTC

[maven-shade-plugin] 04/04: Downgraded to 6.0 cause 6.1/6.1.1 cause IllegalArgumentExceptions in jdependency

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

khmarbaise pushed a commit to branch MSHADE-275
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git

commit 7ff8c9ddb4deb5c13f780ba625d0d2fa26dc3bfb
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Apr 2 01:32:16 2018 +0200

    Downgraded to 6.0 cause 6.1/6.1.1 cause IllegalArgumentExceptions in
    jdependency
---
 pom.xml | 26 +-------------------------
 1 file changed, 1 insertion(+), 25 deletions(-)

diff --git a/pom.xml b/pom.xml
index f83b835..e211dd2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <mavenVersion>3.0</mavenVersion>
     <currentVersion>${project.version}</currentVersion>
     <surefire.version>2.21.0</surefire.version>
-    <asmVersion>6.1.1</asmVersion>
+    <asmVersion>6.0</asmVersion>
   </properties>
 
   <contributors>
@@ -152,30 +152,6 @@
       <groupId>org.vafer</groupId>
       <artifactId>jdependency</artifactId>
       <version>1.2</version>
-      <!--
-      <exclusions>
-        <exclusion>
-          <groupId>org.ow2.asm</groupId>
-          <artifactId>asm</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.ow2.asm</groupId>
-          <artifactId>asm-analysis</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.ow2.asm</groupId>
-          <artifactId>asm-commons</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.ow2.asm</groupId>
-          <artifactId>asm-util</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.ow2.asm</groupId>
-          <artifactId>asm-tree</artifactId>
-        </exclusion>
-      </exclusions>
-      -->
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.