Skip to content

Commit 49a62a7

Browse files
committed
Correct the scope of the spring-boot-test-support dependency
Closes gh-9550
1 parent 0adeb1d commit 49a62a7

File tree

1 file changed

+2
-1
lines changed
  • spring-boot-tools/spring-boot-loader

1 file changed

+2
-1
lines changed

spring-boot-tools/spring-boot-loader/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<artifactId>spring-core</artifactId>
2626
<optional>true</optional>
2727
</dependency>
28+
<!-- Test -->
2829
<dependency>
2930
<groupId>org.slf4j</groupId>
3031
<artifactId>jcl-over-slf4j</artifactId>
@@ -47,10 +48,10 @@
4748
<version>1.46</version>
4849
<scope>test</scope>
4950
</dependency>
50-
<!-- Test -->
5151
<dependency>
5252
<groupId>org.springframework.boot</groupId>
5353
<artifactId>spring-boot-test-support</artifactId>
54+
<scope>test</scope>
5455
</dependency>
5556
</dependencies>
5657
<profiles>

0 commit comments

Comments
 (0)