This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
new 1eab4dce8 [AMQ-8513] Upgrade to ant 1.10.12
1eab4dce8 is described below
commit 1eab4dce8c257493aaeca59f6f2b61768ac9bf9d
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Feb 24 15:57:17 2022 +0100
[AMQ-8513] Upgrade to ant 1.10.12
(cherry picked from commit 7e21fa01106554a49ff90024b3ab89cf0ff08e6c)
---
activemq-openwire-generator/pom.xml | 9 +++++++--
pom.xml | 7 +++++++
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/activemq-openwire-generator/pom.xml
b/activemq-openwire-generator/pom.xml
index d69315827..3239565a6 100644
--- a/activemq-openwire-generator/pom.xml
+++ b/activemq-openwire-generator/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 50fd4f07d..c8b711e37 100644
--- a/pom.xml
+++ b/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>
@@ -451,6 +452,12 @@
<version>1.1.1</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>${ant-version}</version>
+ </dependency>
+
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jta_1.1_spec</artifactId>