fix spring-boot-test has compile scope

This commit is contained in:
Yiang Guo
2021-04-13 00:03:53 -04:00
parent f0d3b658a9
commit 86d2d91696

View File

@@ -54,6 +54,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>