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

This commit is contained in:
Krzysiek
2021-11-18 10:36:49 +01:00
parent 1f05cb187b
commit ce43aac971
12 changed files with 0 additions and 83 deletions

View File

@@ -30,12 +30,6 @@
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj-core.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>
@@ -114,7 +108,6 @@
<system-rules.version>1.19.0</system-rules.version>
<system-lambda.version>1.0.0</system-lambda.version>
<system-stubs.version>1.1.0</system-stubs.version>
<assertj-core.version>3.16.1</assertj-core.version>
</properties>
</project>