Skip to content

Commit

Permalink
⏪ Reverting changes. Nested Jar Support
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx authored and lbw committed Dec 7, 2023
1 parent 7c6ad1b commit 774d8ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pig-register/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 774d8ce

Please sign in to comment.