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 c7d0a61 rt.jar not available from Java 9 and above
c7d0a61 is described below
commit c7d0a614c599752ecc748b98ea65d1b5562f7cf0
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Thu Jun 23 14:17:55 2022 +0200
rt.jar not available from Java 9 and above
---
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 25621da..30069e1 100644
--- a/src/test/script/openejb/tck/commands/CommandSupport.groovy
+++ b/src/test/script/openejb/tck/commands/CommandSupport.groovy
@@ -200,7 +200,7 @@ abstract class CommandSupport {
builder.appendAll("geronimo-*_spec-*.jar")
builder.append("javaee-api-*.jar")
builder.directory = javaHome() +"/lib/"
- builder.append("rt.jar")
+ // builder.append("rt.jar")
builder.getPath("openejb.jee.classes")
// ts.run.classpath - used to run the appclient