File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 25
25
26
26
<!-- dependency versions -->
27
27
<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>
29
29
<mybatis .version>3.5.6</mybatis .version>
30
30
31
31
<!-- 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 -->
33
33
<db2 .version>11.5.5.0</db2 .version>
34
34
<h2 .version>1.4.200</h2 .version>
35
35
<hsqldb .version>2.5.2</hsqldb .version>
152
152
<id >spring-libs-snapshot</id >
153
153
<url >https://repo.spring.io/libs-snapshot</url >
154
154
</repository >
155
+ <repository >
156
+ <id >oss-sonatype-snapshot</id >
157
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
158
+ </repository >
155
159
</repositories >
156
160
157
161
<pluginRepositories >
You can’t perform that action at this time.
0 commit comments