From b01c943a26ba0eba27cc83a5740a6387a27a2151 Mon Sep 17 00:00:00 2001 From: Jeroen Baten <jeroen@jeroenbaten.nl> Date: Sat, 08 Mar 2014 02:40:02 -0500 Subject: [PATCH] dutch translations. why the original shows up, I have no idea --- build.moxie | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.moxie b/build.moxie index 697e054..b8d368b 100644 --- a/build.moxie +++ b/build.moxie @@ -104,7 +104,7 @@ jetty.version : 8.1.13.v20130916 wicket.version : 1.4.21 lucene.version : 4.6.0 - jgit.version : 3.2.0.201312181205-r + jgit.version : 3.3.0.201403021825-r groovy.version : 1.8.8 bouncycastle.version : 1.49 selenium.version : 2.28.0 @@ -152,8 +152,8 @@ - compile 'org.fusesource.wikitext:tracwiki-core:${wikitext.version}' :war - compile 'org.fusesource.wikitext:mediawiki-core:${wikitext.version}' :war - compile 'org.fusesource.wikitext:confluence-core:${wikitext.version}' :war -- compile 'org.eclipse.jgit:org.eclipse.jgit:${jgit.version}' :war :fedclient :manager :authority -- compile 'org.eclipse.jgit:org.eclipse.jgit.http.server:${jgit.version}' :war :manager :authority +- compile 'org.eclipse.jgit:org.eclipse.jgit:${jgit.version}' :war :fedclient :manager :authority !junit +- compile 'org.eclipse.jgit:org.eclipse.jgit.http.server:${jgit.version}' :war :manager :authority !junit - compile 'org.bouncycastle:bcprov-jdk15on:${bouncycastle.version}' :war :authority - compile 'org.bouncycastle:bcmail-jdk15on:${bouncycastle.version}' :war :authority - compile 'org.bouncycastle:bcpkix-jdk15on:${bouncycastle.version}' :war :authority @@ -170,6 +170,7 @@ - compile 'com.github.dblock.waffle:waffle-jna:1.5' :war - compile 'org.kohsuke:libpam4j:1.7' :war - compile 'commons-codec:commons-codec:1.7' :war +- compile 'redis.clients:jedis:2.3.1' :war - test 'junit' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar -- Gitblit v1.9.1