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 2020/11/18 21:10:45 UTC

[tomee-tck] branch master updated: Comment out SSE so we can run against the staging for 8.0.5

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


The following commit(s) were added to refs/heads/master by this push:
     new f3dd469  Comment out SSE so we can run against the staging for 8.0.5
f3dd469 is described below

commit f3dd469f8a56377358bc4450bdafcb1b57af5085
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Wed Nov 18 22:10:30 2020 +0100

    Comment out SSE so we can run against the staging for 8.0.5
---
 src/test/script/openejb/tck/commands/CommandSupport.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/script/openejb/tck/commands/CommandSupport.groovy b/src/test/script/openejb/tck/commands/CommandSupport.groovy
index 4e52b90..3882453 100644
--- a/src/test/script/openejb/tck/commands/CommandSupport.groovy
+++ b/src/test/script/openejb/tck/commands/CommandSupport.groovy
@@ -240,7 +240,7 @@ abstract class CommandSupport {
         builder.append("stax2-api-*.jar")
         builder.append("xmlschema-core-*.jar")
         builder.append("cxf-rt-frontend-jaxrs-*.jar")
-        builder.append("cxf-rt-rs-sse-*.jar")
+        // builder.append("cxf-rt-rs-sse-*.jar")
 
         // for jonzon
         builder.appendAll("johnzon-*.jar")