<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-db</artifactId>
<version>1.2.0</version>
<type>bundle</type>
</dependency>
<parent> <groupId>org.assertj</groupId> <artifactId>assertj-parent-pom</artifactId> <version>2.1.4</version> </parent>
compile
|-- org.assertj:assertj-core:2.6.0
test
|-- junit:junit
|-- org.springframework:spring-test:4.3.8.RELEASE
|-- org.springframework:spring-context:4.3.8.RELEASE
|-- org.springframework:spring-jdbc:4.3.8.RELEASE
|-- org.xerial:sqlite-jdbc:3.16.1