mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 09:22:41 +08:00
Switch to Ant lib for tar/zip tasks
The commons wrapper we were using didn't support executable files so Ant seems like the best choice ultimately, even if it has a lot of features we don't use or need.
This commit is contained in:
committed by
Stephane Nicoll
parent
09fc98ef96
commit
06f314dc8c
@@ -52,11 +52,6 @@
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.rauschig</groupId>
|
||||
<artifactId>jarchivelib</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.spring.initializr</groupId>
|
||||
<artifactId>initializr-web</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user