File tree 1 file changed +1
-20
lines changed
1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 105
105
<osgi .import>org.springframework.batch.*;resolution:=optional,*</osgi .import>
106
106
<osgi .dynamicImport>*</osgi .dynamicImport>
107
107
108
- <mybatis .version>3.5.0-SNAPSHOT </mybatis .version>
108
+ <mybatis .version>3.5.0</mybatis .version>
109
109
<spring .version>5.1.4.RELEASE</spring .version>
110
110
<spring-batch .version>4.1.0.RELEASE</spring-batch .version>
111
111
<module .name>org.mybatis.spring</module .name>
306
306
307
307
</dependencies >
308
308
309
- <repositories >
310
- <repository >
311
- <id >sonatype-oss-snapshots</id >
312
- <name >Sonatype OSS Snapshots Repository</name >
313
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
314
- <snapshots >
315
- <enabled >true</enabled >
316
- </snapshots >
317
- </repository >
318
- <repository >
319
- <id >spring-milestones</id >
320
- <name >Spring Milestones</name >
321
- <url >https://repo.spring.io/libs-milestone</url >
322
- <snapshots >
323
- <enabled >false</enabled >
324
- </snapshots >
325
- </repository >
326
- </repositories >
327
-
328
309
<build >
329
310
<plugins >
330
311
<plugin >
You can’t perform that action at this time.
0 commit comments