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 09:25:13 UTC

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

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


##########
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:
   I don't see other direct other reference (outside of openwire generator). The only ant dependency I can see with `mvn dependency:tree` are transitive dependency. So I think it's OK like this.



-- 
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