Comment out SSE so we can run against the staging for 8.0.5
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 @@
         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")