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:
parent
865a91a5ab
commit
c6554fa2b1
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user