79742537

Date: 2025-08-21 16:05:25
Score: 0.5
Natty:
Report link

The problem was with me declaring the cassandra version in properties as:

cassandra-driver.version

I went through the spring-boot parent pom, it also declares the java-driver-bom:pom with the same properties and it was causing a conflict.

Hence I changed it to cassandra.version and it started working.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: hell_storm2004