Skip to content

Commit d1d267a

Browse files
author
Rajeev Kumar Singh
committed
spring-boot-starter-test dependency
1 parent 510af45 commit d1d267a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

polling-app-server/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@
6464
<artifactId>flyway-core</artifactId>
6565
</dependency>
6666

67+
<dependency>
68+
<groupId>org.springframework.boot</groupId>
69+
<artifactId>spring-boot-starter-test</artifactId>
70+
<scope>test</scope>
71+
</dependency>
72+
6773
<dependency>
6874
<groupId>org.springframework.security</groupId>
6975
<artifactId>spring-security-test</artifactId>

0 commit comments

Comments
 (0)