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 @@ ...@@ -40,10 +40,6 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-cql</artifactId>
</dependency>
<dependency> <dependency>
<groupId>io.projectreactor</groupId> <groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId> <artifactId>reactor-core</artifactId>
......
provides: spring-data-cassandra, spring-cql provides: spring-data-cassandra
\ No newline at end of file \ 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