Skip to content

Commit

Permalink
DATACASS-265 - Merge Spring CQL into Spring Data Cassandra module.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed May 23, 2017
1 parent 319b7ce commit 19c1e35
Show file tree
Hide file tree
Showing 309 changed files with 45 additions and 811 deletions.
12 changes: 0 additions & 12 deletions README.md
Expand Up @@ -32,12 +32,6 @@ Prerequisites:
Add the Maven dependency:

```xml
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-cql</artifactId>
<version>${version}.RELEASE</version>
</dependency>

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-cassandra</artifactId>
Expand All @@ -48,12 +42,6 @@ Add the Maven dependency:
If you would rather like the latest snapshots of the upcoming major version, use our Maven snapshot repository and declare the appropriate dependency version.

```xml
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-cql</artifactId>
<version>${version}.BUILD-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-cassandra</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Expand Up @@ -78,7 +78,6 @@
</developers>

<modules>
<module>spring-cql</module>
<module>spring-data-cassandra</module>
<module>spring-data-cassandra-distribution</module>
</modules>
Expand Down Expand Up @@ -199,11 +198,6 @@
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
</dependency>

<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
Expand Down
1 change: 0 additions & 1 deletion spring-cql/.gitignore

This file was deleted.

110 changes: 0 additions & 110 deletions spring-cql/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion spring-cql/src/main/resources/META-INF/spring.handlers

This file was deleted.

4 changes: 0 additions & 4 deletions spring-cql/src/main/resources/META-INF/spring.schemas

This file was deleted.

4 changes: 0 additions & 4 deletions spring-cql/src/main/resources/META-INF/spring.tooling

This file was deleted.

This file was deleted.

0 comments on commit 19c1e35

Please sign in to comment.