Skip to content

Commit 1221308

Browse files
committed
work
1 parent d263cb1 commit 1221308

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,12 @@
936936
<artifactId>spring-boot-maven-plugin</artifactId>
937937
<configuration>
938938
<addResources>true</addResources>
939+
<excludes>
940+
<exclude>
941+
<groupId>org.springframework.boot</groupId>
942+
<artifactId>spring-boot-configuration-processor</artifactId>
943+
</exclude>
944+
</excludes>
939945
</configuration>
940946
<executions>
941947
<execution>
@@ -1237,6 +1243,12 @@
12371243
<inherited>true</inherited>
12381244
<configuration>
12391245
<addResources>true</addResources>
1246+
<excludes>
1247+
<exclude>
1248+
<groupId>org.springframework.boot</groupId>
1249+
<artifactId>spring-boot-configuration-processor</artifactId>
1250+
</exclude>
1251+
</excludes>
12401252
</configuration>
12411253
</plugin>
12421254
<plugin>

0 commit comments

Comments
 (0)