java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Improve Maven setup

Open artur-ciocanu opened this issue 3 months ago • 0 comments

Currently we have quite a few modules in the Java SDK. However the Maven setup is far from ideal.

Here are a few if the issues that have been identified:

  • Version management - we have different dependencies spread across modules. Sometimes versions are conflicting
  • Incorrect plugin management
  • Duplicated dependencies - this is problematic for upgrades and also when dealing with things like tests and examples since some of those are quite different.

The plan is to have a few PRs that would address this one by one.

artur-ciocanu avatar Sep 26 '25 19:09 artur-ciocanu