You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2019/06/18 10:42:50 UTC

[lucene-solr] branch branch_8x updated: SOLR-13434: Fix opentracing mock dependency for Solr core tests

This is an automated email from the ASF dual-hosted git repository.

datcm pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 07023ae  SOLR-13434: Fix opentracing mock dependency for Solr core tests
07023ae is described below

commit 07023aea1ae9810caea944030e2e4cfaaf95faf0
Author: Daniel Collins <dc...@bloomberg.net>
AuthorDate: Tue Jun 18 12:37:31 2019 +0200

    SOLR-13434: Fix opentracing mock dependency for Solr core tests
---
 solr/core/ivy.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/core/ivy.xml b/solr/core/ivy.xml
index eaeec72..8edbec1 100644
--- a/solr/core/ivy.xml
+++ b/solr/core/ivy.xml
@@ -33,6 +33,7 @@
     <dependency org="io.opentracing" name="opentracing-api" rev="${/io.opentracing/opentracing-api}" conf="compile"/>
     <dependency org="io.opentracing" name="opentracing-noop" rev="${/io.opentracing/opentracing-noop}" conf="compile"/>
     <dependency org="io.opentracing" name="opentracing-util" rev="${/io.opentracing/opentracing-util}" conf="compile"/>
+    <dependency org="io.opentracing" name="opentracing-mock" rev="${/io.opentracing/opentracing-mock}" conf="test"/>
 
     <dependency org="commons-codec" name="commons-codec" rev="${/commons-codec/commons-codec}" conf="compile"/>
     <dependency org="commons-io" name="commons-io" rev="${/commons-io/commons-io}" conf="compile"/>