Remove spring-cql dependency from Reactive Cassandra starter
The spring-cql module has been merged into the spring-data-cassandra module. See gh-9291
This commit is contained in:
parent
9192db692b
commit
291f44f5ab
|
@ -40,10 +40,6 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-cql</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.projectreactor</groupId>
|
||||
<artifactId>reactor-core</artifactId>
|
||||
|
|
|
@ -1 +1 @@
|
|||
provides: spring-data-cassandra, spring-cql
|
||||
provides: spring-data-cassandra
|
Loading…
Reference in New Issue