mirror of https://github.com/apache/activemq.git
[AMQ-8514] Upgrade to groovy 4.0.1
(cherry picked from commit 9ac0e87713
)
This commit is contained in:
parent
1eab4dce8c
commit
3b153daaaf
|
@ -41,9 +41,14 @@
|
|||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>groovy</groupId>
|
||||
<artifactId>groovy-all</artifactId>
|
||||
<version>1.0-jsr-03</version>
|
||||
<groupId>org.apache.groovy</groupId>
|
||||
<artifactId>groovy</artifactId>
|
||||
<version>4.0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.groovy</groupId>
|
||||
<artifactId>groovy-ant</artifactId>
|
||||
<version>4.0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>annogen</groupId>
|
||||
|
|
Loading…
Reference in New Issue