summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorsgaebel <sgaebel@localhost.localdomain>2021-03-18 19:36:04 +0100
committersgaebel <sgaebel@localhost.localdomain>2021-03-18 21:42:58 +0100
commit88c6bc8cd77bf56530fb5e18c30097911a7c7fe3 (patch)
treeadbdc72cb0f2ded86b1581959cf6397bdcaa4284 /build.xml
parente18d0ef5443a3b08c28c5245b15ea569d7f83540 (diff)
adds missing solr lib: opentracing 0.33.0
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 8e3d16306..5cf33c3af 100644
--- a/build.xml
+++ b/build.xml
@@ -252,6 +252,9 @@
<pathelement location="${lib}/lucene-queryparser-8.8.1.jar" />
<pathelement location="${lib}/lucene-spatial-extras-8.8.1.jar" />
<pathelement location="${lib}/lucene-suggest-8.8.1.jar" />
+ <pathelement location="${lib}/opentracing-api-0.33.0.jar" />
+ <pathelement location="${lib}/opentracing-noop-0.33.0.jar" />
+ <pathelement location="${lib}/opentracing-util-0.33.0.jar" />
<pathelement location="${lib}/metadata-extractor-2.11.0.jar" />
<pathelement location="${lib}/metrics-core-3.2.2.jar" />
<pathelement location="${lib}/metrics-jmx-4.1.5.jar" />