We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d263cb1 commit 1221308Copy full SHA for 1221308
pom.xml
@@ -936,6 +936,12 @@
936
<artifactId>spring-boot-maven-plugin</artifactId>
937
<configuration>
938
<addResources>true</addResources>
939
+ <excludes>
940
+ <exclude>
941
+ <groupId>org.springframework.boot</groupId>
942
+ <artifactId>spring-boot-configuration-processor</artifactId>
943
+ </exclude>
944
+ </excludes>
945
</configuration>
946
<executions>
947
<execution>
@@ -1237,6 +1243,12 @@
1237
1243
<inherited>true</inherited>
1238
1244
1239
1245
1246
1247
1248
1249
1250
1251
1240
1252
1241
1253
</plugin>
1242
1254
<plugin>
0 commit comments