Merge pull request #11470 from kwoyke/JAVA-8436

JAVA-8436: Manage AssertJ dependency in the main pom.xml
This commit is contained in:
Loredana Crusoveanu
2021-11-19 16:56:22 +02:00
committed by GitHub
190 changed files with 11 additions and 1552 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>