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:part1.8B915977.629F799E@outlook.com]

But when we move this dependency to parent pom file, the dependency 
"kafka_2.11" version is changed automatically. Why?
[cid:part2.158422FF.9B2E315C@outlook.com]

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.











Reply via email to