JLine is used by commons-jelly-tags-interaction v1.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@422575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-07-16 23:52:54 +00:00
parent d9222596f7
commit a590ea9c5f

View File

@ -57,15 +57,18 @@
<artifactId>commons-jelly-tags-interaction</artifactId> <artifactId>commons-jelly-tags-interaction</artifactId>
<version>1.1</version> <version>1.1</version>
</dependency> </dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>0.9.5</version>
<properties>
<comment>This library is used by commons-jelly-tags-interaction.</comment>
</properties>
</dependency>
<dependency> <dependency>
<groupId>commons-jelly</groupId> <groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-log</artifactId> <artifactId>commons-jelly-tags-log</artifactId>
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>0.9.5</version>
</dependency>
</dependencies> </dependencies>
</project> </project>