From f3a9d8bdbe5e2bfcf23ede30c8ebdb112ce49ba9 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 26 Jun 2013 16:55:25 -0400 Subject: [PATCH] Fixed AngularJS binding bug on dashboards with commit messages using {{notation}} --- build.moxie | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.moxie b/build.moxie index fe938a3..16e06b2 100644 --- a/build.moxie +++ b/build.moxie @@ -3,7 +3,7 @@ # # Specify minimum Moxie version required to build -requires: 0.7.1 +requires: 0.7.4 # Project Metadata name: Gitblit @@ -100,7 +100,7 @@ jetty.version : 7.6.8.v20121106 wicket.version : 1.4.21 lucene.version : 3.6.1 - jgit.version : 2.3.1.201302201838-r + jgit.version : 3.0.0-SNAPSHOT groovy.version : 1.8.8 bouncycastle.version : 1.47 selenium.version : 2.28.0 @@ -147,6 +147,9 @@ - compile 'org.apache.ivy:ivy:2.2.0' :war - compile 'com.toedter:jcalendar:1.3.2' :authority - compile 'org.apache.commons:commons-compress:1.4.1' :war +- compile 'com.force.api:force-partner-api:24.0.0' :war +- compile 'org.freemarker:freemarker:2.3.19' :war +- compile 'com.github.dblock.waffle:waffle-jna:1.5' :war - test 'junit' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar -- Gitblit v1.9.1