You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/04/25 07:59:25 UTC

[tomee-tck] 01/03: Add JSON libs to JAX-RS client path

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit fffc17b66b6150f8b49554d9e0d32449ad5e3968
Author: David Blevins <da...@gmail.com>
AuthorDate: Sun Apr 25 00:48:54 2021 -0700

    Add JSON libs to JAX-RS client path
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0bab037..382aea7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -870,6 +870,7 @@
                     <include name="openejb-loader*.jar"/>
                     <include name="openejb-javaagent*.jar"/>
                     <include name="openejb-jee*.jar"/>
+                    <include name="openejb-cxf*.jar"/>
                     <include name="jaxb-runtime*.jar"/>
                     <include name="jakarta.xml.bind-api*.jar"/>
                     <include name="jakarta.activation*.jar"/>
@@ -890,6 +891,7 @@
                     <include name="jackson-databind*.jar"/>
                     <include name="jackson-annotations*.jar"/>
                     <include name="jackson-core*.jar"/>
+                    <include name="johnzon*.jar"/>
                     <include name="geronimo-javamail*.jar"/>
                     <include name="xbean-asm*.jar"/>
                     <include name="xbean-finder*.jar"/>