[ https://issues.apache.org/jira/browse/FLINK-5989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15940291#comment-15940291 ]
Robert Metzger commented on FLINK-5989: --------------------------------------- Yes, I've tried doing this some time ago, but without success. We can only solve this issue once we move to a newer Akka version (this also means requiring Java8): https://issues.apache.org/jira/browse/FLINK-3211?focusedCommentId=15274018&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15274018 > Protobuf in akka needs to be shaded > ----------------------------------- > > Key: FLINK-5989 > URL: https://issues.apache.org/jira/browse/FLINK-5989 > Project: Flink > Issue Type: Improvement > Components: Build System > Reporter: Wenlong Lyu > > Currently akka introduces dependency on protobuf, which is a common jar used > in many systems, I think we need to use a shaded akka like what we do in > dependency on hadoop to avoid version conflicts with user code. > {code} > [INFO] +- com.data-artisans:flakka-actor_2.10:jar:2.3-custom:compile > [INFO] | \- com.typesafe:config:jar:1.2.1:compile > [INFO] +- com.data-artisans:flakka-remote_2.10:jar:2.3-custom:compile > [INFO] | +- io.netty:netty:jar:3.8.0.Final:compile > [INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile > [INFO] | \- org.uncommons.maths:uncommons-maths:jar:1.2.2a:compile > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)