Merge pull request #11259 from Rafael-Lopez/feature-JAVA-2801
JAVA-2801: Upgrade spring-data-cassandra-reactive to the latest Spring Boot version
This commit is contained in:
commit
5276659f6f
|
@ -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>
|
|
@ -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
|
Loading…
Reference in New Issue