You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2022/04/18 08:25:32 UTC

[GitHub] [activemq] gemmellr commented on a diff in pull request #782: [AMQ-8513] Upgrade to ant 1.10.12

gemmellr commented on code in PR #782:
URL: https://github.com/apache/activemq/pull/782#discussion_r851970149


##########
activemq-openwire-generator/pom.xml:
##########
@@ -44,9 +44,9 @@
       <artifactId>annogen</artifactId>
     </dependency>
     <dependency>
-      <groupId>ant</groupId>
+      <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
-      <version>1.6.2</version>
+      <version>1.10.12</version>

Review Comment:
   There are various other occurrences of Ant in the build per the previous discussion, which this change doesnt affect. Use dependencyManagement to align the dep versions from one place at the root.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org