Skip to content

[Improvement] Refactor the gradle build file to unify all the dependencies #17

@jerryshao

Description

@jerryshao

What would you like to be improved?

Currently dependencies are defined across the build files, which makes dependency management quite mess, we should refactor the current build file to manage all the dependencies in a single place.

How should we improve?

One solution is to introduce version lock mechanism like Iceberg, but the palantir version lock has lots of limitations, one of the big problems is that it only supports one version for one dependency, it is hard to extend to support multi-versions in one project.

Another solution is to introduce spring plugin to manage dependency versions in one place.

Metadata

Metadata

Assignees

Labels

improvementImprovements on everything

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions