🆕 add spring-boot-test
This commit is contained in:
parent
e8b9e9b9b7
commit
4f9c3c1db6
8
pom.xml
8
pom.xml
|
@ -32,6 +32,14 @@
|
|||
<maven.compiler.target>11</maven.compiler.target>
|
||||
<spotless-maven-plugin.version>2.43.0</spotless-maven-plugin.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue