#121 - Added Spring Data REST HAL Explorer module to release model.

This commit is contained in:
Oliver Drotbohm
2019-06-05 12:03:43 +02:00
parent a09ae80a67
commit c1a7f0d124

View File

@@ -94,7 +94,8 @@ public class Projects {
REST = new Project("DATAREST", "REST") //
.withDependencies(JPA, MONGO_DB, NEO4J, GEMFIRE, SOLR, CASSANDRA, KEY_VALUE) //
.withAdditionalArtifacts(ArtifactCoordinates.SPRING_DATA //
.artifacts("spring-data-rest-core", "spring-data-rest-core", "spring-data-rest-hal-browser"));
.artifacts("spring-data-rest-core", "spring-data-rest-core", "spring-data-rest-hal-browser",
"spring-data-rest-hal-explorer"));
ENVERS = new Project("DATAENV", "Envers", Tracker.GITHUB).withDependencies(JPA);