Make library dependencies have an upper version limit.

Issue #314 resolved
Victor Colin Amador created an issue

The current POM for version 6.5 (not sure if true for all versions) has a lot of dependencies that use the a versioning format such as this [1.5,):

This can cause projects that use these libraries fail since the dependencies can get updated with breaking changes such as what happened on this GitHub issue in the Azure SDK for Java.

Comments (4)

  1. Log in to comment