Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 98a14cb

Browse files
committed
fixed missing maven dep for testing.
1 parent ae9b14f commit 98a14cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
</dependency>
7575
<dependency>
7676
<groupId>org.springframework.boot</groupId>
77-
<artifactId>spring-boot-test</artifactId>
78-
<version>2.3.3.RELEASE</version>
77+
<artifactId>spring-boot-starter-test</artifactId>
7978
<scope>test</scope>
8079
</dependency>
8180
<!-- TESTING -->

0 commit comments

Comments
 (0)