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.git
commit 7af3bdb738153db23c8b50e2133b0f4b438c5d6a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jan 23 11:01:32 2023 +0100 CAMEL-18956 - Camel-Jcache: It's using a bundle of javax-cache-api Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- components/camel-jcache/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/camel-jcache/pom.xml b/components/camel-jcache/pom.xml index 140cf3185f9..8c95479b346 100644 --- a/components/camel-jcache/pom.xml +++ b/components/camel-jcache/pom.xml @@ -42,9 +42,9 @@ <artifactId>camel-support</artifactId> </dependency> <dependency> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.javax-cache-api</artifactId> - <version>${jcache-bundle-version}</version> + <groupId>javax.cache</groupId> + <artifactId>cache-api</artifactId> + <version>1.1.1</version> </dependency> <!-- testing -->