How to configure Springboot 2.4.2 to use the 4.10 Cassandra driver please?
Currently, a Springboot 2.4.2 will pull by default the spring-boot-starter-data-cassandra-reactive 2.4.2 version as well, which depends on the 4.9 version of the Cassandra driver.
I tried overriding at the pom level by importing the 4.10 Cassandra driver, but the app still starts with the 4.9 version.
.d.o.d.i.core.DefaultMavenCoordinates : DataStax Java driver for Apache Cassandra(R) (com.datastax.oss:java-driver-core) version 4.9.0
How to configure Springboot 2.4.2 to use the 4.10 Cassandra driver please?
Thank you
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…