JAVA-2801: Upgrade spring-data-cassandra-reactive to the latest Spring Boot version

This commit is contained in:
Rafael Lopez 2021-09-26 12:57:40 -04:00
parent 0fd6e90f3c
commit 924fb8bbe2
2 changed files with 7 additions and 3 deletions

View File

@ -28,6 +28,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
@ -52,8 +56,7 @@
</dependencies>
<properties>
<spring-boot.version>2.2.6.RELEASE</spring-boot.version>
<cassandra-unit-spring.version>3.11.2.0</cassandra-unit-spring.version>
<cassandra-unit-spring.version>4.3.1.0</cassandra-unit-spring.version>
</properties>
</project>

View File

@ -1,2 +1,3 @@
spring.data.cassandra.keyspace-name=practice
spring.data.cassandra.port=9042
spring.data.cassandra.port=9042
spring.data.cassandra.local-datacenter=datacenter1