This question may have an answer already but I couldn't find a satisfying one. I just updated jersey
jars to the latest one. I get jersey
dependencies form the Parent project
which also contains another project as a dependency which uses the lower version of jersey
. I am not updating the jersey
jars in this project. After updating the jars I see two versions of jersey client
one of the them is the latest and the other one is from the project which uses the lower version.Scope is compile. My app is running fine but on the lib folder I see two version of jersey client 1.17 and 2.25.1. Will this cause any issue or Maven will always use the 2.25.1?
Thanks