<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.0.4</version>
</dependency>
<parent> <groupId>org.mybatis</groupId> <artifactId>mybatis-parent</artifactId> <version>8</version> </parent>
compile
|-- org.slf4j:slf4j-log4j12:1.5.8
|-- commons-logging:commons-logging:1.1.1
|-- cglib:cglib:2.2
test
|-- org.apache.derby:derby:10.3.2.1
|-- org.jmock:jmock-junit4:2.1.0
|-- org.jmock:jmock-legacy:2.1.0