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

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


The following commit(s) were added to refs/heads/tomee-8.x by this push:
     new 54998b3  Add missing neethi and wsdl4j (from cxf shade)
54998b3 is described below

commit 54998b37deda53ff6499e099cb5c1d88b663441c
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue May 9 15:14:45 2023 +0200

    Add missing neethi and wsdl4j (from cxf shade)
---
 src/test/script/openejb/tck/commands/CommandSupport.groovy | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/test/script/openejb/tck/commands/CommandSupport.groovy 
b/src/test/script/openejb/tck/commands/CommandSupport.groovy
index b336409..3baa54b 100644
--- a/src/test/script/openejb/tck/commands/CommandSupport.groovy
+++ b/src/test/script/openejb/tck/commands/CommandSupport.groovy
@@ -235,17 +235,19 @@ abstract class CommandSupport {
         builder.append("jasper-el.jar")
         
         // for CXF JAX-RS client
-        builder.append("cxf-shade-*.jar")
+        builder.appendAll("cxf-*.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("cxf-rt-rs-sse-*.jar") // commented out as this is 
part of cxf-shade...?
+        builder.append("neethi-*.jar")
+        builder.append("wsdl4j-*.jar")
         builder.append("woodstox-core-*.jar")
         builder.append("stax2-api-*.jar")
         builder.append("xmlschema-core-*.jar")
-        // builder.append("cxf-rt-rs-sse-*.jar") // commented out as this is 
part of cxf-shade...?
 
-        // for jonzon
+        // for johnzon
         builder.appendAll("johnzon-*.jar")
 
         // tomcat for jaspic auth provider and factory

Reply via email to