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 2019/12/02 20:11:54 UTC

[tomee] 04/05: SSL tests not quite passing, but inching closer

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.git

commit d26c2a1d15c8a246db1356ff52e717655a89f61a
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Fri Nov 29 21:49:06 2019 +0000

    SSL tests not quite passing, but inching closer
---
 tck/microprofile-tck/rest-client/pom.xml           | 56 ++++++++++++++++++++++
 .../rest-client/src/test/resources/arquillian.xml  |  3 ++
 2 files changed, 59 insertions(+)

diff --git a/tck/microprofile-tck/rest-client/pom.xml b/tck/microprofile-tck/rest-client/pom.xml
index 29e7763..b7840cf 100644
--- a/tck/microprofile-tck/rest-client/pom.xml
+++ b/tck/microprofile-tck/rest-client/pom.xml
@@ -152,7 +152,63 @@
       <artifactId>wiremock</artifactId>
       <version>2.10.1</version>
       <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.eclipse.jetty</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+      <version>9.2.22.v20170606</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+      <version>9.2.22.v20170606</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+      <version>9.2.22.v20170606</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+      <version>9.2.22.v20170606</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+      <version>9.2.22.v20170606</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+      <version>9.2.22.v20170606</version>
+      <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+      <version>9.2.22.v20170606</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+      <version>9.2.22.v20170606</version>
+      <scope>test</scope>
+    </dependency>
+
 
     <dependency>
       <groupId>org.apache.cxf</groupId>
diff --git a/tck/microprofile-tck/rest-client/src/test/resources/arquillian.xml b/tck/microprofile-tck/rest-client/src/test/resources/arquillian.xml
index e17f109..efbd165 100644
--- a/tck/microprofile-tck/rest-client/src/test/resources/arquillian.xml
+++ b/tck/microprofile-tck/rest-client/src/test/resources/arquillian.xml
@@ -33,6 +33,7 @@
       <property name="cleanOnStartUp">true</property>
       <property name="additionalLibs">
         mvn:com.github.tomakehurst:wiremock-standalone:2.10.1
+        mvn:org.apache.httpcomponents:httpcore:4.4.6
       </property>
     </configuration>
   </container>
@@ -48,6 +49,7 @@
       <property name="cleanOnStartUp">true</property>
       <property name="additionalLibs">
         mvn:com.github.tomakehurst:wiremock-standalone:2.10.1
+        mvn:org.apache.httpcomponents:httpcore:4.4.6
       </property>
       <property name="properties">
         tomee.mp.scan = all
@@ -66,6 +68,7 @@
       <property name="cleanOnStartUp">true</property>
       <property name="additionalLibs">
         mvn:com.github.tomakehurst:wiremock-standalone:2.10.1
+        mvn:org.apache.httpcomponents:httpcore:4.4.6
       </property>
       <property name="properties">
         tomee.mp.scan = all