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/08/05 13:53:17 UTC

[tomee-tck] 01/02: Add HTTP Client to classpath - needed for Security API 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 1a6f5e052c16722c5063a51bf64916bee259cd2e
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Jul 31 22:34:21 2019 +0200

    Add HTTP Client to classpath - needed for Security API TCK
---
 src/test/resources/testsuite.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/test/resources/testsuite.properties b/src/test/resources/testsuite.properties
index 56d6e1b..ded4f26 100644
--- a/src/test/resources/testsuite.properties
+++ b/src/test/resources/testsuite.properties
@@ -10,6 +10,9 @@ command.testExecute=com.sun.ts.lib.harness.ExecTSTestCmd \
         ${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/httpclient-4.5.5.jar${pathsep}\
+        ${ts.home}/lib/httpmime-4.5.5.jar${pathsep}\
+        ${ts.home}/lib/httpcore-4.4.9.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}\