#61 - Re-added spring-cql as additional artifact for the Cassandra module.

API polishing in Project and ArtifactCoordinates.
This commit is contained in:
Oliver Gierke
2017-07-26 07:58:15 +02:00
parent 618f04cfa1
commit ab64b68245
4 changed files with 56 additions and 49 deletions

View File

@@ -37,8 +37,6 @@ public class ProjectUnitTests {
projects.stream().map(Project::getName).forEach(System.out::println);
System.out.println();
assertThat(projects.get(0), is(Projects.BUILD));
assertThat(projects.get(1), is(Projects.COMMONS));
}