From fdb31ca346eb322f7cec5182ed0dc6b01259f918 Mon Sep 17 00:00:00 2001 From: Florian Zschocke <florian.zschocke@cycos.com> Date: Wed, 21 Aug 2013 12:07:15 -0400 Subject: [PATCH] Close streams in finally block. --- build.moxie | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/build.moxie b/build.moxie index b918391..79a9030 100644 --- a/build.moxie +++ b/build.moxie @@ -10,7 +10,7 @@ description: pure Java Git solution groupId: com.gitblit artifactId: gitblit -version: 1.3.1 +version: 1.3.2-SNAPSHOT inceptionYear: 2011 # Current stable release @@ -22,6 +22,7 @@ issuesUrl: 'http://code.google.com/p/gitblit/issues/list' socialNetworkUrl: 'https://plus.google.com/114464678392593421684' forumUrl: 'http://groups.google.com/group/gitblit' +mavenUrl: 'http://gitblit.github.io/gitblit-maven' # Licenses section included for POM generation licenses: @@ -151,6 +152,7 @@ - compile 'org.freemarker:freemarker:2.3.19' :war - 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 - test 'junit' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar -- Gitblit v1.9.1