Hi,
our project includes this dependency by:
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-streaming-kafka_2.11</artifactId>
<version>1.6.3</version>
</dependency>
From dependency tree, we can see it dependency kafka_2.11:0.8.2.1 verson.
[cid:[email protected]]
But when we move this dependency to parent pom file, the dependency
"kafka_2.11" version is changed automatically. Why?
[cid:[email protected]]
You can see Kafka_2.11 version is changed to 1.0.2? It's so strange, in out
project we DO NOT dependency this jar in other places.