-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
I'm trying to integrate testcontainers into janusgraph. The build process checks the dependencies and maven-enforcer-plugin shows this error:
Dependency convergence error for org.jetbrains:annotations:15.0 paths to dependency are:
+-org.janusgraph:janusgraph-cassandra:0.3.0-SNAPSHOT
+-org.testcontainers:testcontainers:1.7.0
+-org.jetbrains:annotations:15.0
and
+-org.janusgraph:janusgraph-cassandra:0.3.0-SNAPSHOT
+-org.testcontainers:testcontainers:1.7.0
+-org.rnorth.duct-tape:duct-tape:1.0.6
+-org.jetbrains:annotations:13.0
It would be cool to check the dependency consistency.