srdo commented on a change in pull request #3013: fix uploading dependency jars
too slow when storm client and server located in different IDC
URL: https://github.com/apache/storm/pull/3013#discussion_r287882698
##########
File path: storm-client/pom.xml
##########
@@ -83,6 +83,11 @@
<artifactId>kryo</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
Review comment:
This is not necessary. IOUtils is already available somewhere under the
`org.apache.storm.shade` namespace. Try removing this again, and letting your
IDE add the import in DependencyUploader
----------------------------------------------------------------
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