You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2021/06/10 09:48:21 UTC

[tomee-tck] 01/03: Use the shade version of CXF instead

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

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

commit 00f75d4413c1984475af2c8d06ac6606f5bcc738
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Wed Jun 9 17:00:48 2021 +0200

    Use the shade version of CXF instead
---
 src/test/script/openejb/tck/commands/CommandSupport.groovy | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/test/script/openejb/tck/commands/CommandSupport.groovy b/src/test/script/openejb/tck/commands/CommandSupport.groovy
index 026c161..43f4f00 100644
--- a/src/test/script/openejb/tck/commands/CommandSupport.groovy
+++ b/src/test/script/openejb/tck/commands/CommandSupport.groovy
@@ -233,13 +233,14 @@ abstract class CommandSupport {
         builder.append("jasper-el.jar")
         
         // for CXF JAX-RS client
-        builder.append("cxf-rt-rs-client-*.jar")
-        builder.append("cxf-rt-transports-http-*.jar")
-        builder.append("cxf-core-*.jar")
+        builder.append("cxf-shade-*.jar")
+        // builder.append("cxf-rt-rs-client-*.jar")
+        // builder.append("cxf-rt-transports-http-*.jar")
+        // builder.append("cxf-core-*.jar")
+        // builder.append("cxf-rt-frontend-jaxrs-*.jar")
         builder.append("woodstox-core-*.jar")
         builder.append("stax2-api-*.jar")
         builder.append("xmlschema-core-*.jar")
-        builder.append("cxf-rt-frontend-jaxrs-*.jar")
         builder.append("cxf-rt-rs-sse-*.jar")
 
         // for jonzon