File tree 2 files changed +4
-4
lines changed
spring-test/src/test/java/org/springframework/test/context/junit 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ configure(allprojects) { project ->
58
58
ext. jpaVersion = " 2.1.1"
59
59
ext. jtaVersion = " 1.2"
60
60
ext. junitVersion = " 4.12"
61
- ext. junitJupiterVersion = ' 5.0.0-SNAPSHOT '
62
- ext. junitPlatformVersion = ' 1.0.0-SNAPSHOT '
61
+ ext. junitJupiterVersion = ' 5.0.0-M1 '
62
+ ext. junitPlatformVersion = ' 1.0.0-M1 '
63
63
ext. log4jVersion = ' 2.6.1'
64
64
ext. nettyVersion = " 4.1.1.Final"
65
65
ext. okhttpVersion = " 2.7.5"
@@ -129,8 +129,6 @@ configure(allprojects) { project ->
129
129
130
130
repositories {
131
131
maven { url " https://repo.spring.io/libs-release" }
132
- // For JUnit Platform and Jupiter snapshots:
133
- maven { url ' https://oss.sonatype.org/content/repositories/snapshots' }
134
132
}
135
133
136
134
dependencies {
Original file line number Diff line number Diff line change 19
19
import org .junit .platform .runner .IncludeEngines ;
20
20
import org .junit .platform .runner .JUnitPlatform ;
21
21
import org .junit .platform .runner .SelectPackages ;
22
+ import org .junit .platform .runner .UseTechnicalNames ;
22
23
import org .junit .runner .RunWith ;
23
24
24
25
/**
36
37
@ RunWith (JUnitPlatform .class )
37
38
@ IncludeEngines ("junit-jupiter" )
38
39
@ SelectPackages ("org.springframework.test.context.junit.jupiter" )
40
+ @ UseTechnicalNames
39
41
public class SpringJUnitJupiterTestSuite {
40
42
}
You can’t perform that action at this time.
0 commit comments