Skip to content

Commit a6ff7c7

Browse files
committed
Remove test starter from core module
Closes gh-15463
1 parent 71b2968 commit a6ff7c7

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-properties-migrator

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-properties-migrator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<!-- Test -->
2828
<dependency>
2929
<groupId>org.springframework.boot</groupId>
30-
<artifactId>spring-boot-starter-test</artifactId>
30+
<artifactId>spring-boot-test</artifactId>
3131
<scope>test</scope>
3232
</dependency>
3333
</dependencies>

0 commit comments

Comments
 (0)