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

jamesnetherton pushed a commit to branch quarkus-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/quarkus-master by this push:
     new 5d1e478  Add required infinispan-component-annotations to infinispan 
itest
5d1e478 is described below

commit 5d1e4780ba8d3a213a3eaef6f83652f628288fbe
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Tue Feb 25 13:54:45 2020 +0000

    Add required infinispan-component-annotations to infinispan itest
---
 integration-tests/infinispan/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/integration-tests/infinispan/pom.xml 
b/integration-tests/infinispan/pom.xml
index d20bd1a..e4f51fb 100644
--- a/integration-tests/infinispan/pom.xml
+++ b/integration-tests/infinispan/pom.xml
@@ -82,6 +82,11 @@
         </dependency>
         <dependency>
             <groupId>org.infinispan</groupId>
+            <artifactId>infinispan-component-annotations</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.infinispan</groupId>
             <artifactId>infinispan-server-hotrod</artifactId>
             <type>test-jar</type>
             <scope>test</scope>

Reply via email to