You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by fm...@apache.org on 2024/01/25 12:46:34 UTC

(camel-spring-boot) 21/40: CAMEL-19955: Review the usage of Protostream

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

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

commit 267ca0d51fc6556240961ecc16d1f0d0a5be2b5a
Author: Croway <fe...@gmail.com>
AuthorDate: Thu Oct 12 14:17:06 2023 +0200

    CAMEL-19955: Review the usage of Protostream
---
 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 52ecd5bc484..95d4c20d077 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-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-version}</version>
+      <groupId>org.infinispan</groupId>
+      <artifactId>proto-sample-domain-implementation</artifactId>
+      <version>${infinispan-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>