More yellow markers

This commit is contained in:
Dave Syer
2018-09-18 13:30:37 +01:00
parent 76e3bf2957
commit 9016ccd969
2 changed files with 5 additions and 1 deletions

View File

@@ -33,6 +33,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
<build>