Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

[pom] Set Java and Thirdparty dependencies version in properties #286

Merged
merged 2 commits into from
Dec 27, 2017
Merged

[pom] Set Java and Thirdparty dependencies version in properties #286

merged 2 commits into from
Dec 27, 2017

Conversation

yfouquet
Copy link
Collaborator

This enhance readability of the pom dependencies versions and reduce risk of using several versions of related dependencies. For instance, all jackson artifacts have same version.

This enhance readability of the poms versions and reduce risk of using several versions of related dependencies.
For instance, all jackson artifacts have same version.
This dependency uses retrofit2.
However, it uses a version of retrofit2 that did not exist when this version of the dependency was created.
Upgrade converter-jackson to the same version than retrofit2.
@yfouquet
Copy link
Collaborator Author

Setting all versions in the same place, we can see that retrofit2 and converter-jackson did not have the same version, which does not seem normal as they are released together.

@rickfast rickfast merged commit 57a7462 into rickfast:master Dec 27, 2017
@yfouquet yfouquet deleted the pom_versions branch December 27, 2017 14:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants