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

This commit is contained in:
Krzysiek
2021-11-18 12:48:35 +01:00
parent 795d78f45e
commit 2c2f2dcf04
52 changed files with 0 additions and 395 deletions

View File

@@ -16,12 +16,6 @@
</parent>
<dependencies>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.17.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>