<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.4.5</version>
</dependency>
<parent> <groupId>org.mybatis</groupId> <artifactId>mybatis-parent</artifactId> <version>29</version> </parent>
compile
|-- ognl:ognl:3.1.15
|-- org.javassist:javassist:3.22.0-CR2
|-- org.slf4j:slf4j-api:1.7.25
|-- org.slf4j:slf4j-log4j12:1.7.25
|-- org.apache.logging.log4j:log4j-core:2.3
|-- commons-logging:commons-logging:1.2
test
|-- junit:junit:4.12
|-- org.apache.derby:derby:10.12.1.1
|-- org.mockito:mockito-core:2.8.47
|-- commons-dbcp:commons-dbcp:1.4
|-- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.1.Final
|-- org.apache.velocity:velocity:1.7
|-- org.postgresql:postgresql:42.1.4.jre6
|-- org.assertj:assertj-core:1.7.1