mirror of https://github.com/apache/activemq.git
Merge pull request #1171 from jbonofre/AMQ-9299
AMQ-9299: remove gram dependency
This commit is contained in:
commit
b08f65d48c
|
@ -29,17 +29,6 @@
|
||||||
<name>ActiveMQ :: Openwire Generator</name>
|
<name>ActiveMQ :: Openwire Generator</name>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
|
||||||
<groupId>groovy</groupId>
|
|
||||||
<artifactId>gram</artifactId>
|
|
||||||
<version>1.1</version>
|
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>ant</groupId>
|
|
||||||
<artifactId>ant</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.groovy</groupId>
|
<groupId>org.apache.groovy</groupId>
|
||||||
<artifactId>groovy</artifactId>
|
<artifactId>groovy</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue