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:
Phillip Webb
2013-07-29 22:21:23 -07:00
parent 14062964e0
commit d1c31445ec
4 changed files with 193 additions and 47 deletions

View File

@@ -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>