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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/build.moxie b/build.moxie
index 9862f95..79a9030 100644
--- a/build.moxie
+++ b/build.moxie
@@ -152,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