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>
|
<groupId>groovy</groupId>
|
||||||
<artifactId>gram</artifactId>
|
<artifactId>gram</artifactId>
|
||||||
<version>1.1</version>
|
<version>1.1</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>ant</groupId>
|
||||||
|
<artifactId>ant</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>groovy</groupId>
|
<groupId>groovy</groupId>
|
||||||
|
@ -44,9 +50,8 @@
|
||||||
<artifactId>annogen</artifactId>
|
<artifactId>annogen</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ant</groupId>
|
<groupId>org.apache.ant</groupId>
|
||||||
<artifactId>ant</artifactId>
|
<artifactId>ant</artifactId>
|
||||||
<version>1.6.2</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
7
pom.xml
7
pom.xml
|
@ -44,6 +44,7 @@
|
||||||
<activemq-protobuf-version>1.1</activemq-protobuf-version>
|
<activemq-protobuf-version>1.1</activemq-protobuf-version>
|
||||||
<activesoap-version>1.3</activesoap-version>
|
<activesoap-version>1.3</activesoap-version>
|
||||||
<annogen-version>0.1.0</annogen-version>
|
<annogen-version>0.1.0</annogen-version>
|
||||||
|
<ant-version>1.10.12</ant-version>
|
||||||
<aries-version>1.1.0</aries-version>
|
<aries-version>1.1.0</aries-version>
|
||||||
<axion-version>1.0-M3-dev</axion-version>
|
<axion-version>1.0-M3-dev</axion-version>
|
||||||
<camel-version>2.25.4</camel-version>
|
<camel-version>2.25.4</camel-version>
|
||||||
|
@ -445,6 +446,12 @@
|
||||||
<!-- Required dependencies -->
|
<!-- Required dependencies -->
|
||||||
<!-- =============================== -->
|
<!-- =============================== -->
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.ant</groupId>
|
||||||
|
<artifactId>ant</artifactId>
|
||||||
|
<version>${ant-version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jakarta.jms</groupId>
|
<groupId>jakarta.jms</groupId>
|
||||||
<artifactId>jakarta.jms-api</artifactId>
|
<artifactId>jakarta.jms-api</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue