Open Maheswari-Nagendran opened 1 year ago
In this commit, Powermock deps has moved the version of objenesis
from dependency section to dependencyManagement
section.
The same needs to be implemented here as well so that team who is using this library no need to define objenesis
version as well.
Since we are using this dependency, we are maintaining the version of
objenesis
dependency which is coming as compile dependency even though we are not using the objenesis dependency directly in our project. In this case, why the dependency version is not being managed in this cloning lib itself ?Code changes requested: Instead of maintaining the version here, we need to manage it in
dependencyManagement
section of pom