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:
Mark Paluch 2017-05-23 16:16:58 +02:00 committed by Andy Wilkinson
parent 9192db692b
commit 291f44f5ab
2 changed files with 1 additions and 5 deletions

View File

@ -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>

View File

@ -1 +1 @@
provides: spring-data-cassandra, spring-cql
provides: spring-data-cassandra