Hi, Is it a transitive dependency of any of your other dependencies?
Cheers, Liam Clarke On Tue, 18 Dec. 2018, 2:57 pm big data <bigdatab...@outlook.com wrote: > 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. > > > But when we move this dependency to project's parent pom file, the > dependency "kafka_2.11" version is changed automatically. Why? > > > 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. >