You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 #1701 minimum required version will be 3.0.2
Task Description
We currently have several places that are using the groovy dependencies. For example:
strongbox-data-services
. In Migrate Strongbox from OrientDB to JanusGraph #1649 this is coming via thegremlin-*
andtinkerpop-*
dependencies.strongbox-cron-api
andstrongbox-cron-tasks
. In Migrate Strongbox from OrientDB to JanusGraph #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
The text was updated successfully, but these errors were encountered: