Update packaging dependencies for newer Java versions
This commit is contained in:
parent
80e0fa8bb9
commit
0d500827bf
@ -94,7 +94,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.akathist.maven.plugins.launch4j</groupId>
|
<groupId>com.akathist.maven.plugins.launch4j</groupId>
|
||||||
<artifactId>launch4j-maven-plugin</artifactId>
|
<artifactId>launch4j-maven-plugin</artifactId>
|
||||||
<version>1.7.23</version>
|
<version>1.7.25</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>l4j-clui</id>
|
<id>l4j-clui</id>
|
||||||
@ -140,6 +140,18 @@
|
|||||||
<groupId>sh.tak.appbundler</groupId>
|
<groupId>sh.tak.appbundler</groupId>
|
||||||
<artifactId>appbundle-maven-plugin</artifactId>
|
<artifactId>appbundle-maven-plugin</artifactId>
|
||||||
<version>1.2.0</version>
|
<version>1.2.0</version>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
|
<artifactId>plexus-archiver</artifactId>
|
||||||
|
<version>4.0.0</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.velocity</groupId>
|
||||||
|
<artifactId>velocity-tools</artifactId>
|
||||||
|
<version>2.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
<configuration>
|
<configuration>
|
||||||
<mainClass>com.google.refine.Refine</mainClass>
|
<mainClass>com.google.refine.Refine</mainClass>
|
||||||
<bundleName>OpenRefine</bundleName>
|
<bundleName>OpenRefine</bundleName>
|
||||||
|
Loading…
Reference in New Issue
Block a user