Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the dependency management for the modules in favour of explicit versioning #270

Closed
JaidenAshmore opened this issue Aug 2, 2020 · 1 comment
Assignees
Labels
engineering task A more technically focused task enhancement New feature or request
Milestone

Comments

@JaidenAshmore
Copy link
Owner

Allow better sharing of version numbers in gradle.properties instead of doing constraints. The reason is that I don't want modules like API including all the constraints (e.g. avro, etc) which was not being used at all.

@JaidenAshmore
Copy link
Owner Author

Release Notes

Updates how the dependencies of the library are managed resulting in the removal of the <dependencyManagement>/ constaints for each module in favour of explicitly setting the versions. The reason for this was a module like the api had a dependency management section setting values for libraries like Jackson or Avro which this module does not care about.

@JaidenAshmore JaidenAshmore changed the title Move versions to gradle.properties file and remove constraints Remove the dependency management for the modules in favour of explicit versioning Aug 8, 2020
@JaidenAshmore JaidenAshmore added the enhancement New feature or request label Aug 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engineering task A more technically focused task enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant