You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2020/11/18 16:49:12 UTC

[tomee-tck] branch master updated: Include the sse jar on the classpath

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

jgallimore 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 6fce030  Include the sse jar on the classpath
6fce030 is described below

commit 6fce030cffcb15288e644ea93d84f248c6b4dfc0
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Wed Nov 18 16:33:36 2020 +0000

    Include the sse jar on the classpath
---
 src/test/script/openejb/tck/commands/CommandSupport.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/script/openejb/tck/commands/CommandSupport.groovy b/src/test/script/openejb/tck/commands/CommandSupport.groovy
index f89b7c1..4e52b90 100644
--- a/src/test/script/openejb/tck/commands/CommandSupport.groovy
+++ b/src/test/script/openejb/tck/commands/CommandSupport.groovy
@@ -240,6 +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")
 
         // for jonzon
         builder.appendAll("johnzon-*.jar")