This is an automated email from the ASF dual-hosted git repository.
Croway 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 747e663c125 Migrate infinispan-commons-test to infinispan-testing
747e663c125 is described below
commit 747e663c12599913ce04ecd4525683ad89265677
Author: Croway <[email protected]>
AuthorDate: Wed Jun 10 21:34:52 2026 +0200
Migrate infinispan-commons-test to infinispan-testing
The infinispan-commons-test artifact was removed in Infinispan 16.1.x,
replaced by infinispan-testing.
---
components-starter/camel-infinispan-starter/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components-starter/camel-infinispan-starter/pom.xml
b/components-starter/camel-infinispan-starter/pom.xml
index 07b9cadb6ef..11e3c93176e 100644
--- a/components-starter/camel-infinispan-starter/pom.xml
+++ b/components-starter/camel-infinispan-starter/pom.xml
@@ -102,7 +102,7 @@
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
- <artifactId>infinispan-commons-test</artifactId>
+ <artifactId>infinispan-testing</artifactId>
<version>${infinispan-version}</version>
<scope>test</scope>
</dependency>