This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 189e23a Updating JCache version in cxf-rt-rs-client
189e23a is described below
commit 189e23aa82a2a05d60396a8cdd6c8faef5be41b5
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Nov 20 17:58:23 2018 +0000
Updating JCache version in cxf-rt-rs-client
---
rt/rs/client/pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/rt/rs/client/pom.xml b/rt/rs/client/pom.xml
index 8131e95..d1668b0 100644
--- a/rt/rs/client/pom.xml
+++ b/rt/rs/client/pom.xml
@@ -92,11 +92,11 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-jcache_1.0_spec</artifactId>
- <version>1.0-alpha-1</version>
- <scope>provided</scope>
- <optional>true</optional>
+ <groupId>javax.cache</groupId>
+ <artifactId>cache-api</artifactId>
+ <version>${cxf.jcache.version}</version>
+ <scope>provided</scope>
+ <optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>