You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 pomThe text was updated successfully, but these errors were encountered: