You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/02 17:02:20 UTC

[camel] branch master updated: Camel-Infinispan: Fixed build

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 73ac36a  Camel-Infinispan: Fixed build
73ac36a is described below

commit 73ac36ab015303fd0417b8a58fb2a98b61001a1e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 2 19:01:16 2020 +0200

    Camel-Infinispan: Fixed build
---
 components/camel-infinispan/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-infinispan/pom.xml b/components/camel-infinispan/pom.xml
index fe52a83..f60c061 100644
--- a/components/camel-infinispan/pom.xml
+++ b/components/camel-infinispan/pom.xml
@@ -73,6 +73,7 @@
             <artifactId>camel-test-spring-junit5</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
             <groupId>org.infinispan</groupId>
             <artifactId>infinispan-core</artifactId>
             <version>${infinispan-version}</version>