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 2014/10/25 18:45:08 UTC

svn commit: r1634236 - /maven/shared/trunk/maven-archiver/pom.xml

Author: krosenvold
Date: Sat Oct 25 16:45:07 2014
New Revision: 1634236

URL: http://svn.apache.org/r1634236
Log:
re-added plexus-utils to the pom with an even better comment

Modified:
    maven/shared/trunk/maven-archiver/pom.xml

Modified: maven/shared/trunk/maven-archiver/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/pom.xml?rev=1634236&r1=1634235&r2=1634236&view=diff
==============================================================================
--- maven/shared/trunk/maven-archiver/pom.xml (original)
+++ maven/shared/trunk/maven-archiver/pom.xml Sat Oct 25 16:45:07 2014
@@ -96,7 +96,12 @@
       <artifactId>plexus-archiver</artifactId>
       <version>2.8.1</version>
     </dependency>
-
+    <!-- plexus-archiver needs this, or else maven-artifact will pull in a version from the pliocene era -->
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>3.0.20</version>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>