Correct the scope of the spring-boot-test-support dependency
Closes gh-9550
This commit is contained in:
parent
0adeb1da2c
commit
49a62a7c33
|
|
@ -25,6 +25,7 @@
|
|||
<artifactId>spring-core</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<!-- Test -->
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>jcl-over-slf4j</artifactId>
|
||||
|
|
@ -47,10 +48,10 @@
|
|||
<version>1.46</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- Test -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-test-support</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<profiles>
|
||||
|
|
|
|||
Loading…
Reference in New Issue