[ https://issues.apache.org/jira/browse/FLINK-4409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15424902#comment-15424902 ]
ASF GitHub Bot commented on FLINK-4409: --------------------------------------- Github user StephanEwen closed the pull request at: https://github.com/apache/flink/pull/2378 > class conflict between jsr305-1.3.9.jar and flink-shaded-hadoop2-1.1.1.jar > -------------------------------------------------------------------------- > > Key: FLINK-4409 > URL: https://issues.apache.org/jira/browse/FLINK-4409 > Project: Flink > Issue Type: Bug > Components: Build System > Affects Versions: 1.1.0 > Reporter: Renkai Ge > Assignee: Stephan Ewen > Priority: Minor > Fix For: 1.2.0, 1.1.2 > > > It seems all classes in jsr305-1.3.9.jar can be found in > flink-shaded-hadoop2-1.1.1.jar,too. > I can exclude these jars for a success assembly and run when I was using sbt > {code:none} > libraryDependencies ++= Seq( > "com.typesafe.play" %% "play-json" % "2.3.8", > "org.apache.flink" %% "flink-scala" % "1.1.1" > exclude("com.google.code.findbugs", "jsr305"), > "org.apache.flink" %% "flink-connector-kafka-0.8" % "1.1.1" > exclude("com.google.code.findbugs", "jsr305"), > "org.apache.flink" %% "flink-streaming-scala" % "1.1.1" > exclude("com.google.code.findbugs", "jsr305"), > "org.apache.flink" %% "flink-clients" % "1.1.1" > exclude("com.google.code.findbugs", "jsr305"), > "joda-time" % "joda-time" % "2.9.4", > "org.scalikejdbc" %% "scalikejdbc" % "2.2.7", > "mysql" % "mysql-connector-java" % "5.1.15", > "io.spray" %% "spray-caching" % "1.3.3" > ) > {code} > But I think it might be better to remove jsr305 dependency from Flink. -- This message was sent by Atlassian JIRA (v6.3.4#6332)