JAVA-8436: Remove AssertJ depenendency from the child modules - part 4

This commit is contained in:
Krzysiek
2021-11-18 14:03:13 +01:00
parent 2c2f2dcf04
commit b978d68efb
96 changed files with 1 additions and 871 deletions

View File

@@ -38,13 +38,6 @@
<artifactId>log4j-over-slf4j</artifactId>
<version>${org.slf4j.version}</version>
</dependency>
<!-- test scoped -->
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.github.tomakehurst/wiremock -->
<dependency>
<groupId>com.github.tomakehurst</groupId>
@@ -76,7 +69,6 @@
</build>
<properties>
<assertj.version>3.6.1</assertj.version>
<maven-javadoc-plugin.version>3.0.0-M1</maven-javadoc-plugin.version>
<wiremock.version>2.26.3</wiremock.version>
</properties>