<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-db</artifactId>
<version>2.0.2</version>
</dependency>
<parent> <groupId>org.assertj</groupId> <artifactId>assertj-parent-pom</artifactId> <version>2.2.8</version> </parent>
compile
|-- org.assertj:assertj-core:3.17.2
test
|-- junit:junit:4.13
|-- org.springframework:spring-test:5.2.9.RELEASE
|-- org.springframework:spring-context:5.2.9.RELEASE
|-- org.springframework:spring-jdbc:5.2.9.RELEASE
|-- org.xerial:sqlite-jdbc:3.32.3.2