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>


Reply via email to