From: Florian Zschocke Date: Tue, 20 Aug 2013 18:02:51 +0000 (+0200) Subject: Add commons-io to explicit dependencies. X-Git-Tag: v1.4.0~281^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f7286e0d8d92956e85ec1a20c54cd5d972ba1541;p=gitblit.git Add commons-io to explicit dependencies. Add the commons-io library explicitly to the depencencies. It was already present as a transitive dependency but is now used in code. Using the version 2.2 as that got so far already packaged in ext. --- diff --git a/.classpath b/.classpath index 04b4bbaa..ad8756c4 100644 --- a/.classpath +++ b/.classpath @@ -37,6 +37,7 @@ + @@ -60,7 +61,6 @@ - \ No newline at end of file diff --git a/build.moxie b/build.moxie index 78bc4a49..2c6163d8 100644 --- a/build.moxie +++ b/build.moxie @@ -148,6 +148,7 @@ dependencies: - 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 'commons-io:commons-io:2.2' :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 diff --git a/gitblit.iml b/gitblit.iml index d29b31af..82d37a98 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -380,6 +380,17 @@ + + + + + + + + + + + @@ -633,17 +644,6 @@ - - - - - - - - - - -