gianm commented on a change in pull request #8652: Fix missing jackson jars for
hadoop ingestion
URL: https://github.com/apache/incubator-druid/pull/8652#discussion_r332785317
##########
File path: extensions-core/hdfs-storage/pom.xml
##########
@@ -355,6 +355,16 @@
<artifactId>hadoop-hdfs-client</artifactId>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-jaxrs</artifactId>
+ <version>1.9.13</version>
Review comment:
Please specify versions using dependencyManagement in the central pom. (It
makes sure we use the same version everywhere)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]