You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2015/03/08 14:05:43 UTC

svn commit: r1664986 - /maven/plugins/trunk/maven-shade-plugin/pom.xml

Author: krosenvold
Date: Sun Mar  8 13:05:42 2015
New Revision: 1664986

URL: http://svn.apache.org/r1664986
Log:
[MSHADE-174] Unable to shade Java 8 jarfiles with static interface methods using minimizeJar

Modified:
    maven/plugins/trunk/maven-shade-plugin/pom.xml

Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=1664986&r1=1664985&r2=1664986&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Sun Mar  8 13:05:42 2015
@@ -138,7 +138,7 @@ under the License.
     <dependency>
       <groupId>org.vafer</groupId>
       <artifactId>jdependency</artifactId>
-      <version>0.9</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>