<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
<version>1.2.1</version>
</dependency>
<parent> <groupId>org.mybatis</groupId> <artifactId>mybatis-parent</artifactId> <version>18</version> </parent>
provided
|-- org.springframework:spring-jdbc:3.1.3.RELEASE
|-- org.springframework.batch:spring-batch-infrastructure:2.1.9.RELEASE
test
|-- ognl:ognl:2.6.9
|-- junit:junit:4.11
|-- org.springframework:spring-test:3.1.3.RELEASE