#93 - Include Spring Data Relational as part of Spring Data JDBC.

This commit is contained in:
Mark Paluch
2018-12-10 14:54:01 +01:00
parent 20a8b8cb6f
commit a9ce64bc9a

View File

@@ -76,7 +76,9 @@ public class Projects {
REDIS = new Project("DATAREDIS", "Redis").withDependencies(KEY_VALUE); REDIS = new Project("DATAREDIS", "Redis").withDependencies(KEY_VALUE);
JDBC = new Project("DATAJDBC", "JDBC").withDependencies(COMMONS); JDBC = new Project("DATAJDBC", "JDBC")
.withAdditionalArtifacts(ArtifactCoordinates.SPRING_DATA.artifacts("spring-data-relational"))
.withDependencies(COMMONS);
GEMFIRE = new Project("SGF", "Gemfire") // GEMFIRE = new Project("SGF", "Gemfire") //
.withDependencies(COMMONS)// .withDependencies(COMMONS)//