commit 650fbddb9407c8e9975161530383e43a9cdac17c Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Oct 16 14:59:37 2017 +0200
Update .war file dependency to Apache Commons Lang 3. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml index 66d78eb..4ba9a3d 100644 --- a/build.xml +++ b/build.xml @@ -155,7 +155,7 @@ <fileset dir="${webapp}" includes="css/* images/* WEB-INF/*"/> <lib dir="${libs}"> <include name="commons-codec-1.10.jar"/> - <include name="commons-lang-2.6.jar"/> + <include name="commons-lang3-3.5.jar"/> <include name="gson-2.4.jar" /> <include name="postgresql-9.4.1212.jar"/> <include name="slf4j-api-1.7.22.jar"/>
tor-commits@lists.torproject.org