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:
Mark Paluch
2022-01-18 08:57:07 +01:00
parent 0df875c11b
commit 369efb7c3e

View File

@@ -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) //