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 2023/10/11 16:04:45 UTC

[camel-spring-boot] branch main updated: CAMEL-19955 - Camel-Infinispan: Review the usage of Protostream sample domain definition and implementation in tests (#971)

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new a8abe22518b CAMEL-19955 - Camel-Infinispan: Review the usage of Protostream sample domain definition and implementation in tests (#971)
a8abe22518b is described below

commit a8abe22518bdab04a292d5f7d0650d1761608610
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 11 18:04:37 2023 +0200

    CAMEL-19955 - Camel-Infinispan: Review the usage of Protostream sample domain definition and implementation in tests (#971)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components-starter/camel-infinispan-starter/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/components-starter/camel-infinispan-starter/pom.xml b/components-starter/camel-infinispan-starter/pom.xml
index fc6fb1656d5..548f1b51d5f 100644
--- a/components-starter/camel-infinispan-starter/pom.xml
+++ b/components-starter/camel-infinispan-starter/pom.xml
@@ -93,15 +93,15 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.infinispan.protostream</groupId>
-      <artifactId>sample-domain-definition</artifactId>
-      <version>${protostream-sample-version}</version>
+      <groupId>org.infinispan</groupId>
+      <artifactId>proto-sample-domain-definition</artifactId>
+      <version>${infinispan-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.infinispan.protostream</groupId>
-      <artifactId>sample-domain-implementation</artifactId>
-      <version>${protostream-sample-version}</version>
+      <groupId>org.infinispan</groupId>
+      <artifactId>proto-sample-domain-implementation</artifactId>
+      <version>${infinispan-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>