Added spring-boot-autoconfigure-processor to the active modules of SCT

resolves #432
This commit is contained in:
Glenn Renfro
2018-07-05 17:51:13 -04:00
committed by Michael Minella
parent 1c09ecae24
commit 422efcee78
3 changed files with 15 additions and 1 deletions

View File

@@ -86,6 +86,10 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>

View File

@@ -97,6 +97,11 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>

View File

@@ -93,5 +93,10 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>