vibhatha commented on code in PR #40149:
URL: https://github.com/apache/arrow/pull/40149#discussion_r1625383156


##########
java/tools/pom.xml:
##########
@@ -57,10 +57,12 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-core</artifactId>
+      <scope>test</scope>

Review Comment:
   Similar issue mentioned here: 
https://stackoverflow.com/questions/77360885/maven-dependency-plugin-3-6-started-to-find-new-used-undeclared-dependencies
   
   I am re-thinking, is it worth fixing this somehow or should we wait until we 
get a suitable version of this plugin and do the upgrade then. I am not sure if 
we have to upgrade because according to 
[this](https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-dependency-plugin),
 there are no vulnerabilities in the current versions (3.1.2 -> root, 3.3.0 -> 
flight-core).  
   
   What do you think @lidavidm?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to