i am adding version 1.4.0 in my project. Still dependency tree shows that it is picking up 1.2.71. I am confused why this is happening and how we can resolve this?
Asked
Active
Viewed 987 times
0
-
Does [this](https://stackoverflow.com/questions/28373395/maven-artifact-x-managed-from-y) help you? – mnestorov Apr 16 '21 at 11:01
1 Answers
0
The version you get is coming from the <dependencyManagement>
section of your POM or your parent POM.
You can override this behaviour by adding a <dependency>
entry to the ´` with the desired version.

J Fabian Meier
- 33,516
- 10
- 64
- 142