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
All required dependencies are provided through Maven.
Actual behaviour
When pulling using Maven com.arcadedb:arcadedb-gremlin:24.5.1 it does not provide any required dependencies. Dependencies exists inside source code: https://github.com/ArcadeData/arcadedb/blob/main/gremlin/pom.xml but are not included. Jar's pom,xml. contains maven-shade-plugin reference which I assume should not be present after work in https://github.com/ArcadeData/arcadedb/pull/1555.
Steps to reproduce
Define com.arcadedb:arcadedb-gremlin:24.5.1 and attempt to start ArcadeDB. It will fail as it will lack tinkerpop, snake-yaml and other ones.
The text was updated successfully, but these errors were encountered:
ArcadeDB Version:
24.5.1
OS and JDK Version:
Windows 11, Adoptium 21.0.1+12
Expected behaviour
All required dependencies are provided through Maven.
Actual behaviour
When pulling using Maven
com.arcadedb:arcadedb-gremlin:24.5.1
it does not provide any required dependencies. Dependencies exists inside source code:https://github.com/ArcadeData/arcadedb/blob/main/gremlin/pom.xml
but are not included. Jar'spom,xml.
containsmaven-shade-plugin
reference which I assume should not be present after work inhttps://github.com/ArcadeData/arcadedb/pull/1555
.Steps to reproduce
Define
com.arcadedb:arcadedb-gremlin:24.5.1
and attempt to start ArcadeDB. It will fail as it will lacktinkerpop
,snake-yaml
and other ones.The text was updated successfully, but these errors were encountered: