From 553e0f79c99e3c3b6e7fb5364c10cfc1bd3b9c80 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sun, 04 May 2014 10:43:35 -0400 Subject: [PATCH] Stream directly from repo instead of loading into ram and streaming --- build.moxie | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.moxie b/build.moxie index 7b5aa21..5f56053 100644 --- a/build.moxie +++ b/build.moxie @@ -10,12 +10,12 @@ description: pure Java Git solution groupId: com.gitblit artifactId: gitblit -version: 1.5.0-SNAPSHOT +version: 1.6.0-SNAPSHOT inceptionYear: 2011 # Current stable release -releaseVersion: 1.4.1 -releaseDate: 2014-03-18 +releaseVersion: 1.5.0 +releaseDate: 2014-04-17 # Project urls url: 'http://gitblit.com' @@ -109,7 +109,7 @@ bouncycastle.version : 1.49 selenium.version : 2.28.0 wikitext.version : 1.4 - sshd.version: 0.10.1 + sshd.version: 0.11.0 mina.version: 2.0.7 } @@ -174,6 +174,7 @@ - compile 'commons-codec:commons-codec:1.7' :war - compile 'redis.clients:jedis:2.3.1' :war - compile 'ro.fortsoft.pf4j:pf4j:0.8.0' :war +- compile 'org.apache.tika:tika-core:1.5' :war - test 'junit' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar -- Gitblit v1.9.1