Skip to content

Commit

Permalink
Merge pull request apache#782 from jbonofre/AMQ-8513
Browse files Browse the repository at this point in the history
[AMQ-8513] Upgrade to ant 1.10.12
  • Loading branch information
jbonofre authored Apr 19, 2022
2 parents f3c7f21 + 7e21fa0 commit 89b7e9d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
9 changes: 7 additions & 2 deletions activemq-openwire-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 89b7e9d

Please sign in to comment.