[ https://issues.apache.org/jira/browse/FLINK-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16067790#comment-16067790 ]
Tzu-Li (Gordon) Tai commented on FLINK-6890: -------------------------------------------- I can also confirm that this isn't a problem any more. It could have been a hiccup with Maven .. Closing this > flink-dist Jar contains non-shaded Guava dependencies (built with Maven 3.0.5) > ------------------------------------------------------------------------------ > > Key: FLINK-6890 > URL: https://issues.apache.org/jira/browse/FLINK-6890 > Project: Flink > Issue Type: Bug > Components: Build System > Affects Versions: 1.3.0, 1.2.1 > Reporter: Tzu-Li (Gordon) Tai > > See original discussion on ML: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Guava-version-conflict-td13561.html. > Running {{mvn dependency:tree}} for {{flink-dist}} did not reveal any Guava > dependencies. > This was tested with Maven 3.0.5. > {code} > com/google/common/util/concurrent/Futures$CombinedFuture.class > com/google/common/util/concurrent/Futures$CombinerFuture.class > com/google/common/util/concurrent/Futures$FallbackFuture$1$1.class > com/google/common/util/concurrent/Futures$FallbackFuture$1.class > com/google/common/util/concurrent/Futures$FallbackFuture.class > com/google/common/util/concurrent/Futures$FutureCombiner.class > com/google/common/util/concurrent/Futures$ImmediateCancelledFuture.class > com/google/common/util/concurrent/Futures$ImmediateFailedCheckedFuture.class > com/google/common/util/concurrent/Futures$ImmediateFailedFuture.class > com/google/common/util/concurrent/Futures$ImmediateFuture.class > com/google/common/util/concurrent/Futures$ImmediateSuccessfulCheckedFuture.class > com/google/common/util/concurrent/Futures$ImmediateSuccessfulFuture.class > com/google/common/util/concurrent/Futures$MappingCheckedFuture.class > com/google/common/util/concurrent/Futures$NonCancellationPropagatingFuture$1.class > com/google/common/util/concurrent/Futures$NonCancellationPropagatingFuture.class > com/google/common/util/concurrent/Futures$WrappedCombiner.class > com/google/common/util/concurrent/Futures.class > com/google/common/util/concurrent/JdkFutureAdapters$ListenableFutureAdapter$1.class > com/google/common/util/concurrent/JdkFutureAdapters$ListenableFutureAdapter.class > com/google/common/util/concurrent/JdkFutureAdapters.class > com/google/common/util/concurrent/ListenableFuture.class > com/google/common/util/concurrent/ListenableFutureTask.class > com/google/common/util/concurrent/ListenableScheduledFuture.class > com/google/common/util/concurrent/ListenerCallQueue$Callback.class > com/google/common/util/concurrent/ListenerCallQueue.class > com/google/common/util/concurrent/ListeningExecutorService.class > com/google/common/util/concurrent/ListeningScheduledExecutorService.class > com/google/common/util/concurrent/Monitor$Guard.class > com/google/common/util/concurrent/Monitor.class > com/google/common/util/concurrent/MoreExecutors$1.class > com/google/common/util/concurrent/MoreExecutors$2.class > com/google/common/util/concurrent/MoreExecutors$3.class > com/google/common/util/concurrent/MoreExecutors$4.class > com/google/common/util/concurrent/MoreExecutors$Application$1.class > ... > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)