This is an automated email from the ASF dual-hosted git repository.
reta 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 9115be3 Fixing JSONB API dependency
9115be3 is described below
commit 9115be37d5a5a76b747c03452bbbf7fb2da7be56
Author: reta <[email protected]>
AuthorDate: Sun Jul 19 09:21:24 2020 -0400
Fixing JSONB API dependency
---
systests/microprofile/client/async/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/systests/microprofile/client/async/pom.xml
b/systests/microprofile/client/async/pom.xml
index 4b2c69a..6bd06e0 100644
--- a/systests/microprofile/client/async/pom.xml
+++ b/systests/microprofile/client/async/pom.xml
@@ -77,9 +77,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-jsonb_1.0_spec</artifactId>
- <version>${cxf.geronimo.jsonb.version}</version>
+ <groupId>jakarta.json.bind</groupId>
+ <artifactId>jakarta.json.bind-api</artifactId>
+ <version>${cxf.json.bind-api.version}</version>
<scope>test</scope>
</dependency>
<dependency>