Downgrade to mybatis-spring 2.0.7.
Since at the time of the release only snapshot releases of mybatis-spring 2.1 are available we decided to downgrade to 2.0.7. for the release. Unfortunately that release is not compatible with the current milestone of Spring Framework and therefore the MyBatis integration is broken. If you want to use MyBatis with this release, manually add a dependency to mybatis-spring 2.1.0-SNAPSHOT. Closes #1245
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -25,7 +25,7 @@
|
||||
|
||||
<!-- dependency versions -->
|
||||
<jsr305.version>3.0.2</jsr305.version>
|
||||
<mybatis-spring.version>2.1.0-SNAPSHOT</mybatis-spring.version>
|
||||
<mybatis-spring.version>2.0.7</mybatis-spring.version>
|
||||
<mybatis.version>3.5.9</mybatis.version>
|
||||
|
||||
<!-- databases and jdbc drivers -->
|
||||
|
||||
Reference in New Issue
Block a user