From ada1a326fa36ceb46922006f87d4cff0c49e071f Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 12 Jun 2013 17:19:15 -0400 Subject: [PATCH] Fixed double enumeration of repositories on dashboard page --- build.moxie | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/build.moxie b/build.moxie index 503ff5f..be9a21c 100644 --- a/build.moxie +++ b/build.moxie @@ -3,7 +3,7 @@ # # Specify minimum Moxie version required to build -requires: 0.7.2 +requires: 0.7.4 # Project Metadata name: Gitblit @@ -147,6 +147,7 @@ - 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 - test 'junit' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar -- Gitblit v1.9.1