This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-19955 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 8b0b1deeb6d6ac4f6ceab093e1080bc42cd1771b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Oct 11 17:59:55 2023 +0200 CAMEL-19955 - Camel-Infinispan: Review the usage of Protostream sample domain definition and implementation in tests Signed-off-by: Andrea Cosentino <anco...@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>