NicoK commented on a change in pull request #10113: [FLINK-13749][client] Make PackagedProgram respect classloading policy URL: https://github.com/apache/flink/pull/10113#discussion_r345251508
########## File path: flink-tests/src/test/java/org/apache/flink/test/classloading/ClassLoaderITCase.java ########## @@ -40,6 +40,9 @@ import org.apache.flink.util.ExceptionUtils; import org.apache.flink.util.TestLogger; +import org.apache.flink.shaded.guava18.com.google.common.collect.Lists; +import org.apache.flink.shaded.guava18.com.google.common.io.Files; + Review comment: If possible, I wouldn't add further guava dependencies if not really needed. Looking at the use below, I think we can avoid them. ---------------------------------------------------------------- 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
