Skip to content

Commit

Permalink
Merge pull request apache#783 from jbonofre/AMQ-8514
Browse files Browse the repository at this point in the history
[AMQ-8514] Upgrade to groovy 4.0.1
  • Loading branch information
jbonofre authored Apr 19, 2022
2 parents 89b7e9d + 9ac0e87 commit 57fffe3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions activemq-openwire-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 57fffe3

Please sign in to comment.