revert explicit junit, maven version overrides for boot projects

This commit is contained in:
Loredana
2020-10-14 16:16:17 +03:00
parent 71b6c96a47
commit aae130aab4
27 changed files with 2 additions and 116 deletions

View File

@@ -47,10 +47,6 @@
<start-class>com.baeldung.h2db.demo.server.SpringBootApp</start-class>
<db-util.version>1.0.4</db-util.version>
<!-- testing -->
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<junit-jupiter.version>5.6.2</junit-jupiter.version>
<junit.version>4.13</junit.version>
</properties>
</project>