You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/03/04 08:16:50 UTC

[camel-quarkus] 02/02: Add required infinispan-component-annotations to infinispan itest

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

commit c90d5fcec180688fdf617df4a7aef56e1d2f90af
Author: James Netherton <ja...@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>