File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2525
2626 <!-- dependency versions -->
2727 <jsr305 .version>3.0.2</jsr305 .version>
28- <mybatis-spring .version>2.0.6 </mybatis-spring .version>
28+ <mybatis-spring .version>2.1.0-SNAPSHOT </mybatis-spring .version>
2929 <mybatis .version>3.5.6</mybatis .version>
3030
3131 <!-- databases and jdbc drivers -->
32- <!-- not that these currently do not control the versions of databases used via Testcontainers for testing -->
32+ <!-- note that these currently do not control the versions of databases used via Testcontainers for testing -->
3333 <db2 .version>11.5.5.0</db2 .version>
3434 <h2 .version>1.4.200</h2 .version>
3535 <hsqldb .version>2.5.2</hsqldb .version>
152152 <id >spring-libs-snapshot</id >
153153 <url >https://repo.spring.io/libs-snapshot</url >
154154 </repository >
155+ <repository >
156+ <id >oss-sonatype-snapshot</id >
157+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
158+ </repository >
155159 </repositories >
156160
157161 <pluginRepositories >
You can’t perform that action at this time.
0 commit comments