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 38442dd75a79d8ebf6f93e46f577b33b2f8b82ba Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jan 23 11:03:00 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 | 2 +- parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-jcache/pom.xml b/components/camel-jcache/pom.xml index 8c95479b346..4f44d04b3b9 100644 --- a/components/camel-jcache/pom.xml +++ b/components/camel-jcache/pom.xml @@ -44,7 +44,7 @@ <dependency> <groupId>javax.cache</groupId> <artifactId>cache-api</artifactId> - <version>1.1.1</version> + <version>${jcache-version}</version> </dependency> <!-- testing --> diff --git a/parent/pom.xml b/parent/pom.xml index 882219abec9..969a1159dbf 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -283,7 +283,7 @@ <jboss-marshalling-version>1.4.10.Final</jboss-marshalling-version> <jboss-transaction-spi.version>7.6.1.Final</jboss-transaction-spi.version> <jboss-xnio-version>3.3.8.Final</jboss-xnio-version> - <jcache-bundle-version>1.1.1_1</jcache-bundle-version> + <jcache-version>1.1.1</jcache-version> <jcommander-version>1.72</jcommander-version> <jcr-version>2.0</jcr-version> <jedis-client-version>3.7.1</jedis-client-version>