You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/08/27 22:37:46 UTC

[lucene-solr] 06/10: Add Awaitility dep for Ant

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

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

commit 3f2319c557ae593d2727e85cf481ec05585c4ef4
Author: Timothy Potter <th...@gmail.com>
AuthorDate: Wed Aug 26 16:51:10 2020 -0600

    Add Awaitility dep for Ant
---
 solr/solrj/ivy.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/solrj/ivy.xml b/solr/solrj/ivy.xml
index 7a49e48..21f64d0 100644
--- a/solr/solrj/ivy.xml
+++ b/solr/solrj/ivy.xml
@@ -65,6 +65,7 @@
     <dependency org="org.mockito" name="mockito-core" rev="${/org.mockito/mockito-core}" conf="test"/>
     <dependency org="net.bytebuddy" name="byte-buddy" rev="${/net.bytebuddy/byte-buddy}" conf="test"/>
     <dependency org="org.objenesis" name="objenesis" rev="${/org.objenesis/objenesis}" conf="test"/>
+    <dependency org="org.awaitility" name="awaitility" rev="${/org.awaitility/awaitility}" conf="test"/>
 
 
     <exclude org="*" ext="*" matcher="regexp" type="${ivy.exclude.types}"/>