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.6C4724D2.B06C4F81@outlook.com] But when we move this dependency to project's parent pom file, the dependency "kafka_2.11" version is changed automatically. Why? [cid:part2.913D9571.5BD40CBB@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.