mirror of https://github.com/apache/activemq.git
[AMQ-8513] Upgrade to ant 1.10.12
This commit is contained in:
parent
d4ef7d3ee2
commit
7e21fa0110
|
@ -33,6 +33,12 @@
|
|||
<groupId>groovy</groupId>
|
||||
<artifactId>gram</artifactId>
|
||||
<version>1.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>ant</groupId>
|
||||
<artifactId>ant</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>groovy</groupId>
|
||||
|
@ -44,9 +50,8 @@
|
|||
<artifactId>annogen</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ant</groupId>
|
||||
<groupId>org.apache.ant</groupId>
|
||||
<artifactId>ant</artifactId>
|
||||
<version>1.6.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
7
pom.xml
7
pom.xml
|
@ -44,6 +44,7 @@
|
|||
<activemq-protobuf-version>1.1</activemq-protobuf-version>
|
||||
<activesoap-version>1.3</activesoap-version>
|
||||
<annogen-version>0.1.0</annogen-version>
|
||||
<ant-version>1.10.12</ant-version>
|
||||
<aries-version>1.1.0</aries-version>
|
||||
<axion-version>1.0-M3-dev</axion-version>
|
||||
<camel-version>2.25.4</camel-version>
|
||||
|
@ -445,6 +446,12 @@
|
|||
<!-- Required dependencies -->
|
||||
<!-- =============================== -->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.ant</groupId>
|
||||
<artifactId>ant</artifactId>
|
||||
<version>${ant-version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>jakarta.jms</groupId>
|
||||
<artifactId>jakarta.jms-api</artifactId>
|
||||
|
|
Loading…
Reference in New Issue