Reverting changes. Nested Jar Support

This commit is contained in:
lengleng 2023-12-07 21:08:27 +08:00 committed by lbw
parent 7c6ad1b55f
commit 774d8ce335

View File

@ -117,6 +117,16 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
<configuration>
<loaderImplementation>CLASSIC</loaderImplementation>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.fabric8</groupId>