|
@@ -127,27 +127,6 @@
|
|
|
<encoding>UTF-8</encoding>
|
|
<encoding>UTF-8</encoding>
|
|
|
</configuration>
|
|
</configuration>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
- <plugin>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
- <version>2.3.7.RELEASE</version>
|
|
|
|
|
- <configuration>
|
|
|
|
|
- <excludes>
|
|
|
|
|
- <exclude>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
|
|
- </exclude>
|
|
|
|
|
- </excludes>
|
|
|
|
|
- </configuration>
|
|
|
|
|
- <executions>
|
|
|
|
|
- <execution>
|
|
|
|
|
- <id>repackage</id>
|
|
|
|
|
- <goals>
|
|
|
|
|
- <goal>repackage</goal>
|
|
|
|
|
- </goals>
|
|
|
|
|
- </execution>
|
|
|
|
|
- </executions>
|
|
|
|
|
- </plugin>
|
|
|
|
|
</plugins>
|
|
</plugins>
|
|
|
</build>
|
|
</build>
|
|
|
|
|
|