Open carlspring opened 4 years ago
Can I attempt doing this?
We don't need groovy-all
dependency as of now as it pull many transitive dependencies which are not compatible with this project. Below are the required groovy dependencies.
groovy
groovy-json
groovy-xml
After https://github.com/strongbox/strongbox/pull/1701 minimum required version will be 3.0.2
@anki2189 ,
Thanks for the update!
Please, bear in mind that:
strongbox-aql
.Could you please make sure this works properly on Sergey's branch?
Task Description
We currently have several places that are using the groovy dependencies. For example:
strongbox-data-services
. In #1649 this is coming via thegremlin-*
andtinkerpop-*
dependencies.strongbox-cron-api
andstrongbox-cron-tasks
. In #1649 this is coming via thestrongbox-data-services
dependency. In themaster
this isgroovy-all
.We need to be more specific in regards to which exact Groovy dependencies we really need, because these can be very problematic (if multiple transitive dependencies are bringing different versions of the Groovy dependencies, this causes incompatibility issues).
The work will have to be done against the
issues/1649
branch.Dependency Tree
strongbox-data-service
:Tasks
The following tasks will need to be carried out:
groovy-*
dependencies that we don't really needstrongbox-parent
strongbox-data-service
strongbox-cron-api
andstrongbox-cron-tasks
modulesTask Relationships
This task:
Help