Commit a6ff7c78 authored by Stephane Nicoll's avatar Stephane Nicoll

Remove test starter from core module

Closes gh-15463
parent 71b29684
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<!-- Test --> <!-- Test -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
......
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