From 49acf38a32a56065ad084d1d925718072b9740e4 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 14 Aug 2024 09:39:34 +0200 Subject: Prevent spring dependency management from overriding cassandra driver version in graphadmin - define dependencyManagement for the cassandra driver [0] [0] spring-boot has autoconfiguration and dependency management for cassandra. This management is overriding the newer driver version that is used by janusgraph-cql. Issue-ID: AAI-3963 Change-Id: I9df5e5c91cf7dd5fd330152699121ca164a53da5 Signed-off-by: Fiete Ostkamp --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index e626688..075dea5 100755 --- a/pom.xml +++ b/pom.xml @@ -103,6 +103,11 @@ 1.78 3.5.8 0.6.4 + + + + 4.13.0 @@ -322,6 +327,11 @@ guava 25.0-jre + + com.datastax.oss + java-driver-core + ${cassandra-driver.version} + -- cgit 1.2.3-korg