File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
3
<modelVersion >4.0.0</modelVersion >
3
4
4
5
<parent >
84
85
<artifactId >junit-vintage-engine</artifactId >
85
86
<scope >test</scope >
86
87
</dependency >
88
+ <!--
89
+ Spring doesn't include the right version for surefire to pickup
90
+ TODO: Remove once the surefire or spring is upgraded
91
+ -->
92
+ <dependency >
93
+ <groupId >org.junit.platform</groupId >
94
+ <artifactId >junit-platform-commons</artifactId >
95
+ <version >${junit-platform.version} </version >
96
+ <scope >test</scope >
97
+ </dependency >
87
98
</dependencies >
88
99
89
100
<build >
You can’t perform that action at this time.
0 commit comments