mirror of https://github.com/apache/activemq.git
Upgrade to released versions of groovy and gram
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-4.0@512434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c21297b7c
commit
2a588ecf72
|
@ -249,12 +249,12 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>groovy</groupId>
|
<groupId>groovy</groupId>
|
||||||
<artifactId>gram</artifactId>
|
<artifactId>gram</artifactId>
|
||||||
<version>1.1-SNAPSHOT</version>
|
<version>1.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>groovy</groupId>
|
<groupId>groovy</groupId>
|
||||||
<artifactId>groovy-all</artifactId>
|
<artifactId>groovy-all</artifactId>
|
||||||
<version>1.0-jsr-04</version>
|
<version>1.0</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue