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

@@ -108,10 +108,6 @@
<projectreactor.version>3.2.0.RELEASE</projectreactor.version>
<mongodb-driver.version>4.0.5</mongodb-driver.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>