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

This commit is contained in:
Krzysiek
2021-11-18 12:23:39 +01:00
parent 997b3c5fbf
commit 5088366074
28 changed files with 0 additions and 200 deletions
@@ -73,19 +73,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web-services</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.21.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>