diff options
| author | sgaebel <sgaebel@localhost.localdomain> | 2021-03-18 19:36:04 +0100 |
|---|---|---|
| committer | sgaebel <sgaebel@localhost.localdomain> | 2021-03-18 21:42:58 +0100 |
| commit | 88c6bc8cd77bf56530fb5e18c30097911a7c7fe3 (patch) | |
| tree | adbdc72cb0f2ded86b1581959cf6397bdcaa4284 /.classpath | |
| parent | e18d0ef5443a3b08c28c5245b15ea569d7f83540 (diff) | |
adds missing solr lib: opentracing 0.33.0
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.classpath b/.classpath index 22a9a7f23..0df6df910 100644 --- a/.classpath +++ b/.classpath @@ -84,6 +84,9 @@ <classpathentry kind="lib" path="lib/lucene-queryparser-8.8.1.jar"/> <classpathentry kind="lib" path="lib/lucene-spatial-extras-8.8.1.jar"/> <classpathentry kind="lib" path="lib/lucene-suggest-8.8.1.jar"/> + <classpathentry kind="lib" path="lib/opentracing-api-0.33.0.jar"/> + <classpathentry kind="lib" path="lib/opentracing-noop-0.33.0.jar"/> + <classpathentry kind="lib" path="lib/opentracing-util-0.33.0.jar"/> <classpathentry kind="lib" path="lib/metadata-extractor-2.11.0.jar"/> <classpathentry kind="lib" path="lib/metrics-core-3.2.2.jar"/> <classpathentry kind="lib" path="lib/metrics-jmx-4.1.5.jar"/> |
