<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.13.1</version>
<type>bundle</type>
</dependency>
<parent> <groupId>org.assertj</groupId> <artifactId>assertj-parent-pom</artifactId> <version>2.2.5</version> </parent>
provided
|-- junit:junit:4.12
|-- org.junit.jupiter:junit-jupiter-api:5.5.1
|-- org.opentest4j:opentest4j:1.1.1
|-- com.google.code.findbugs:jsr305:3.0.2
|-- org.hamcrest:hamcrest-core:1.3
test
|-- org.junit.jupiter:junit-jupiter:5.5.1
|-- org.junit.vintage:junit-vintage-engine:5.5.1
|-- org.junit.platform:junit-platform-testkit:1.5.1
|-- org.mockito:mockito-core:2.23.0
|-- org.mockito:mockito-junit-jupiter:2.23.0
|-- com.github.marschall:memoryfilesystem:2.1.0