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 2015/11/15 21:26:34 UTC

svn commit: r1714497 - /maven/plugins/trunk/maven-jar-plugin/pom.xml

Author: khmarbaise
Date: Sun Nov 15 20:26:34 2015
New Revision: 1714497

URL: http://svn.apache.org/viewvc?rev=1714497&view=rev
Log:
Added plexus-utils 3.0.22

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

Modified: maven/plugins/trunk/maven-jar-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/pom.xml?rev=1714497&r1=1714496&r2=1714497&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jar-plugin/pom.xml Sun Nov 15 20:26:34 2015
@@ -107,6 +107,11 @@ under the License.
       <version>3.0.1</version>
     </dependency>
     <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>3.0.22</version>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.11</version>