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 2019/07/30 10:12:16 UTC

[tomee-tck] 01/02: Use the right versions for Jakarta EE 8 TCK

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

commit 6936feb97cf72bacc619638ecbbc184dd90fd2a5
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Tue Jul 30 12:11:13 2019 +0200

    Use the right versions for Jakarta EE 8 TCK
---
 src/test/resources/testsuite.properties | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/src/test/resources/testsuite.properties b/src/test/resources/testsuite.properties
index 0dbf8d6..09afe71 100644
--- a/src/test/resources/testsuite.properties
+++ b/src/test/resources/testsuite.properties
@@ -5,22 +5,23 @@ command.testExecute=com.sun.ts.lib.harness.ExecTSTestCmd \
         CLASSPATH=${ts.harness.classpath}${pathsep}${ts.home}/classes${pathsep}\
         ${JAVA_HOME}/../lib/tools.jar${pathsep}\
         ${ts.home}/lib/commons-httpclient-3.1.jar${pathsep}\
-        ${ts.home}/lib/commons-logging-1.1.1.jar${pathsep}\
-        ${ts.home}/lib/commons-codec-1.3.jar${pathsep}\
-        ${ts.home}/lib/cssparser-0.9.5.jar${pathsep}\
-        ${ts.home}/lib/htmlunit-2.2.jar${pathsep}\
-        ${ts.home}/lib/htmlunit-core-js-2.2.jar${pathsep}\
-        ${ts.home}/lib/commons-collections-3.2.jar${pathsep}\
-        ${ts.home}/lib/commons-io-1.4.jar${pathsep}\
-        ${ts.home}/lib/commons-lang-2.4.jar${pathsep}\
-        ${ts.home}/lib/jaxen-1.1-beta-6.jar${pathsep}\
+        ${ts.home}/lib/commons-logging-1.1.3.jar${pathsep}\
+        ${ts.home}/lib/commons-codec-1.9.jar${pathsep}\
+        ${ts.home}/lib/cssparser-0.9.25.jar${pathsep}\
+        ${ts.home}/lib/htmlunit-2.15.jar${pathsep}\
+        ${ts.home}/lib/htmlunit-core-js-2.15.jar${pathsep}\
+        ${ts.home}/lib/commons-collections-3.2.1.jar${pathsep}\
+        ${ts.home}/lib/commons-io-2.4.jar${pathsep}\
+        ${ts.home}/lib/commons-lang3-3.3.2.jar${pathsep}\
+        ${ts.home}/lib/jaxen-1.1.6.jar${pathsep}\
+        ${ts.home}/lib/jaxen-core-1.0.jar${pathsep}\
         ${ts.home}/lib/js-1.6R1.jar${pathsep}\
-        ${ts.home}/lib/nekohtml-1.9.8.jar${pathsep}\
+        ${ts.home}/lib/nekohtml-1.9.21.jar${pathsep}\
         ${ts.home}/lib/sac-1.3.jar${pathsep}\
         ${ts.home}/lib/saxpath.jar${pathsep}\
-        ${ts.home}/lib/xercesImpl-2.8.1.jar${pathsep}\
-        ${ts.home}/lib/xalan-2.7.0.jar${pathsep}\
-        ${ts.home}/lib/xml-apis-1.0.b2.jar \
+        ${ts.home}/lib/xercesImpl-2.11.0.jar${pathsep}\
+        ${ts.home}/lib/xalan-2.7.2.jar${pathsep}\
+        ${ts.home}/lib/xml-apis-1.4.01.jar \
         DISPLAY=${ts.display} \
         HOME="${user.home}" \
         windir=${windir} \