Polishing.
Use JPA version number for Envers to properly upgrade the BOM for Spring Data 3. It doesn't hurt to do the same for 2.x as version numbers of JPA and Envers are the same after the 2.0 version bump. Closes #200
This commit is contained in:
@@ -56,7 +56,6 @@ public class Projects {
|
||||
|
||||
JPA = new Project("DATAJPA", "JPA", Tracker.GITHUB) //
|
||||
.withDependencies(COMMONS) //
|
||||
// TODO: This is only for Spring Data 3.0.
|
||||
.withAdditionalArtifacts(ArtifactCoordinates.SPRING_DATA.artifacts("spring-data-envers"));
|
||||
|
||||
MONGO_DB = new Project("DATAMONGO", "MongoDB", Tracker.GITHUB) //
|
||||
|
||||
Reference in New Issue
Block a user