Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/2583#discussion_r172427524
--- Diff: storm-client/test/jvm/org/apache/storm/utils/UtilsTest.java ---
@@ -18,16 +18,19 @@
package org.apache.storm.utils;
+import org.apache.curator.shaded.com.google.common.collect.ImmutableList;
--- End diff --
Use non-shaded package from this line and below.---
