We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accbe4a commit b899ff0Copy full SHA for b899ff0
pom.xml
@@ -309,6 +309,18 @@
309
<groupId>sh.tak.appbundler</groupId>
310
<artifactId>appbundle-maven-plugin</artifactId>
311
<version>1.2.0</version>
312
+ <dependencies>
313
+ <dependency>
314
+ <groupId>org.codehaus.plexus</groupId>
315
+ <artifactId>plexus-archiver</artifactId>
316
+ <version>RELEASE</version>
317
+ </dependency>
318
319
+ <groupId>org.apache.velocity</groupId>
320
+ <artifactId>velocity-tools</artifactId>
321
+ <version>2.0</version>
322
323
+ </dependencies>
324
<executions>
325
<execution>
326
<phase>package</phase>
0 commit comments