Commit 49a62a7c authored by Andy Wilkinson's avatar Andy Wilkinson

Correct the scope of the spring-boot-test-support dependency

Closes gh-9550
parent 0adeb1da
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment