Fixup various spring-boot-loader-tools issues
Fix compression of existing jars to detect nested zip entries and use the STORED method. Also fixed various test errors. Issue: #53129653
This commit is contained in:
@@ -18,6 +18,13 @@
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
</dependency>
|
||||
<!-- Provided -->
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>spring-boot-loader</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- Test -->
|
||||
<dependency>
|
||||
<groupId>org.zeroturnaround</groupId>
|
||||
|
||||
Reference in New Issue
Block a user