This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git commit b5e5e0021d5e1bf3dd6f0fc240332a0d1c798e4e Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Feb 23 10:42:06 2016 +0100 Fix java-webstart build on jdk 8 --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6cd8ccb..113da9c 100644 --- a/pom.xml +++ b/pom.xml @@ -208,9 +208,16 @@ <unsign>true</unsign> <canUnsign>true</canUnsign> <pack200> - <enabled>true</enabled> + <enabled>false</enabled> </pack200> </configuration> + <dependencies> + <dependency> + <groupId>org.codehaus.mojo</groupId> + <artifactId>keytool-api-1.7</artifactId> + <version>1.5</version> + </dependency> + </dependencies> </plugin> </plugins> </pluginManagement> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.