Merge pull request #1171 from jbonofre/AMQ-9299

AMQ-9299: remove gram dependency
This commit is contained in:
JB Onofré 2024-03-04 17:21:56 +01:00 committed by GitHub
commit b08f65d48c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 11 deletions

View File

@ -29,17 +29,6 @@
<name>ActiveMQ :: Openwire Generator</name>
<dependencies>
<dependency>
<groupId>groovy</groupId>
<artifactId>gram</artifactId>
<version>1.1</version>
<exclusions>
<exclusion>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>