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 22:55:09 UTC

[maven-shade-plugin] branch MSHADE-275 updated: Removed exclusions.

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


The following commit(s) were added to refs/heads/MSHADE-275 by this push:
     new 5ea044f  Removed exclusions.
5ea044f is described below

commit 5ea044f456cb47fcf61789fd6f792e14bd424b91
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Apr 2 00:54:57 2018 +0200

    Removed exclusions.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index a3b0f8a..75b6553 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,6 +152,7 @@
       <groupId>org.vafer</groupId>
       <artifactId>jdependency</artifactId>
       <version>1.2</version>
+      <!--
       <exclusions>
         <exclusion>
           <groupId>org.ow2.asm</groupId>
@@ -174,6 +175,7 @@
           <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.