Author: aheritier
Date: Sat Jun 24 00:45:10 2006
New Revision: 416881

URL: http://svn.apache.org/viewvc?rev=416881&view=rev
Log:
Upgrade commons-jelly-tags-interaction dependency to avoid a conflict when we 
run the console in this project (damned m1 classloader!)

Modified:
    maven/maven-1/plugins/trunk/plugins-site/project.xml

Modified: maven/maven-1/plugins/trunk/plugins-site/project.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/plugins-site/project.xml?rev=416881&r1=416880&r2=416881&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugins-site/project.xml (original)
+++ maven/maven-1/plugins/trunk/plugins-site/project.xml Sat Jun 24 00:45:10 
2006
@@ -39,7 +39,15 @@
     <dependency>
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-interaction</artifactId>
-      <version>1.0</version>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>jline</groupId>
+      <artifactId>jline</artifactId>
+      <version>0.9.5</version>
+      <properties>
+        <comment>Required by 
commons-jelly:commons-jelly-tags-interaction</comment>
+      </properties>
     </dependency>
   </dependencies>
   


Reply via email to