Upgrade commons-jelly-tags-interaction dependency to avoid a conflict when we run the console in this project (damned m1 classloader!)

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@416881 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-06-24 07:45:10 +00:00
parent 865a91a5ab
commit c6554fa2b1

View File

@ -39,7 +39,15 @@
<dependency> <dependency>
<groupId>commons-jelly</groupId> <groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-interaction</artifactId> <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> </dependency>
</dependencies> </dependencies>