commit b7c1615cc8e0c58b72b1876e2a630dd29f4ea7cf Author: Karsten Loesing karsten.loesing@gmx.net Date: Fri Sep 2 12:05:50 2016 +0200
Include more dependencies for the #20049 fix. --- modules/legacy/build.xml | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/modules/legacy/build.xml b/modules/legacy/build.xml index 1e4049b..07ca673 100644 --- a/modules/legacy/build.xml +++ b/modules/legacy/build.xml @@ -13,6 +13,9 @@ <include name="postgresql-jdbc3-9.2.jar"/> <include name="commons-lang-2.6.jar"/> <include name="descriptor-1.4.0.jar"/> + <include name="logback-classic-1.1.2.jar"/> + <include name="logback-core-1.1.2.jar"/> + <include name="slf4j-api-1.7.7.jar"/> </fileset> </path>
tor-commits@lists.torproject.org