Skip to content

Commit 64767a2

Browse files
author
François Dupire
authored
[JAVA-1670] Follow-up fixes (eugenp#9725)
* Removed junit-platform version overriding from spring-boot-client * Removed junit version overriding from spring-boot-with-starter-parent
1 parent f8e8149 commit 64767a2

File tree

2 files changed

+0
-3
lines changed
  • spring-boot-modules
    • spring-boot-client
    • spring-boot-parent/spring-boot-with-starter-parent

2 files changed

+0
-3
lines changed

spring-boot-modules/spring-boot-client/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116

117117
<properties>
118118
<guava.version>18.0</guava.version>
119-
<junit-platform.version>1.2.0</junit-platform.version>
120119
<git-commit-id-plugin.version>2.2.4</git-commit-id-plugin.version>
121120
</properties>
122121

spring-boot-modules/spring-boot-parent/spring-boot-with-starter-parent/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,5 @@
4141
<properties>
4242
<java.version>1.8</java.version>
4343
<spring-boot-starter-data-jpa.version>2.2.5.RELEASE</spring-boot-starter-data-jpa.version>
44-
<junit.version>4.11</junit.version>
4544
</properties>
46-
4745
</project>

0 commit comments

Comments
 (0)