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

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


The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
     new 3975c55  use the shaded version instead
3975c55 is described below

commit 3975c5592decf2b0af13a765baf0f30e2ed27b53
Author: Jean-Louis Monteiro <jlmonte...@tomitribe.com>
AuthorDate: Thu Jun 10 14:05:50 2021 +0200

    use the shaded version 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 c455229..bf47bdf 100644
--- a/src/test/script/openejb/tck/commands/CommandSupport.groovy
+++ b/src/test/script/openejb/tck/commands/CommandSupport.groovy
@@ -245,13 +245,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

Reply via email to