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/11/16 18:59:30 UTC

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

Author: krosenvold
Date: Mon Nov 16 17:59:30 2015
New Revision: 1714645

URL: http://svn.apache.org/viewvc?rev=1714645&view=rev
Log:
[MSHADE-214] Updated jdependency

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=1714645&r1=1714644&r2=1714645&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Mon Nov 16 17:59:30 2015
@@ -145,7 +145,7 @@
     <dependency>
       <groupId>org.vafer</groupId>
       <artifactId>jdependency</artifactId>
-      <version>1.0</version>
+      <version>1.1</version>
       <exclusions>
         <exclusion> <!-- Brings in 2.4 so we ditch it until we finally switch to 1.6 -->
           <groupId>commons-io</groupId>