JAVA-8286 Split or move spring boot runtime module

This commit is contained in:
mikr
2021-11-14 11:08:17 +01:00
parent 5aca0b05b6
commit 3c5cb8f470
11 changed files with 6 additions and 2 deletions
@@ -25,6 +25,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
</dependency>
</dependencies>
<build>