Hi Till,

I just tried creating an assembly with RC4:

```
  "org.apache.flink" %% "flink-clients" % flinkVersion % "provided",
  "org.apache.flink" %% "flink-streaming-scala" % flinkVersion % "provided",
  "org.apache.flink" %% "flink-connector-kafka-0.8" % flinkVersion,
```

It actually succeeds in creating the assembly now, which is great. However,
I see that it is pulling in the Scala 2.10 version of the Kafka JAR's.
Perhaps the correct Scala version is not specified in the published POM's
for transitive dependencies?

https://repository.apache.org/content/repositories/orgapacheflink-1066/org/apache/flink/flink-connector-kafka-0.8_2.11/1.0.0/flink-connector-kafka-0.8_2.11-1.0.0.pom
refers to ${scala.binary.version} -- not sure how that is resolved



--
View this message in context: 
http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-packaging-makes-life-hard-for-SBT-fat-jar-s-tp4897p5249.html
Sent from the Apache Flink User Mailing List archive. mailing list archive at 
Nabble.com.

Reply via email to