#93 - Include Spring Data Relational as part of Spring Data JDBC.
This commit is contained in:
@@ -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)//
|
||||||
|
|||||||
Reference in New Issue
Block a user