Commit 291f44f5 authored by Mark Paluch's avatar Mark Paluch Committed by Andy Wilkinson

Remove spring-cql dependency from Reactive Cassandra starter

The spring-cql module has been merged into the spring-data-cassandra
module.

See gh-9291
parent 9192db69
......@@ -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>
......
provides: spring-data-cassandra, spring-cql
\ No newline at end of file
provides: spring-data-cassandra
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment