File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: java
22sudo : false
33
44jdk :
5+ - oraclejdk9
56 - oraclejdk8
67 - openjdk8
78
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.mybatis</groupId >
2424 <artifactId >mybatis-parent</artifactId >
25- <version >29 </version >
25+ <version >30-SNAPSHOT </version >
2626 <relativePath />
2727 </parent >
2828
118118 <signature .group>org.codehaus.mojo.signature</signature .group>
119119 <signature .artifact>java18</signature .artifact>
120120 <signature .version>1.0</signature .version>
121+
122+ <!-- Override: The JUnit 5 not supported maven-surefire-plugin 2.20.x yet. -->
123+ <!-- See https://github.com/junit-team/junit5/issues/809 -->
124+ <surefire .version>2.19.1</surefire .version>
121125 </properties >
122126
123127 <dependencies >
298302 </dependencies >
299303
300304 <repositories >
305+ <repository >
306+ <id >sonatype-oss-snapshots</id >
307+ <name >Sonatype OSS Snapshots Repository</name >
308+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
309+ <snapshots >
310+ <enabled >true</enabled >
311+ </snapshots >
312+ </repository >
301313 <repository >
302314 <id >spring-milestones</id >
303315 <name >Spring Milestones</name >
You can’t perform that action at this time.
0 commit comments