[tor-commits] [metrics-web/master] Remove the PostgreSQL jar from our war file.
karsten at torproject.org
karsten at torproject.org
Fri May 18 14:06:08 UTC 2018
commit 5c8eec9d0ea3b3b39dfe99400622d8ad769c5559
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Wed May 16 14:41:56 2018 +0200
Remove the PostgreSQL jar from our war file.
Another part of #25699.
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index bdb908b..81fa363 100644
--- a/build.xml
+++ b/build.xml
@@ -47,7 +47,6 @@
<include name="gson-2.4.jar" />
<include name="logback-core-1.1.9.jar" />
<include name="logback-classic-1.1.9.jar" />
- <include name="postgresql-9.4.1212.jar"/>
<include name="REngine.jar"/>
<include name="Rserve.jar"/>
<include name="slf4j-api-1.7.22.jar"/>
@@ -57,6 +56,7 @@
<patternset refid="common" />
<include name="metrics-lib-${metricslibversion}.jar"/>
<include name="commons-compress-1.13.jar"/>
+ <include name="postgresql-9.4.1212.jar"/>
<include name="servlet-api-3.1.jar"/>
<include name="xz-1.6.jar"/>
</patternset>
More information about the tor-commits
mailing list