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/13 17:55:11 UTC

[tomee-tck] branch master updated: Fix for web socket issues

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 d3b9e4f  Fix for web socket issues
d3b9e4f is described below

commit d3b9e4fae80c33f87b8027e284b343e0eea3462f
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Tue Aug 13 19:54:56 2019 +0200

    Fix for web socket issues
---
 pom.xml | 44 ++++++++++++++++++++++++++++++++------------
 1 file changed, 32 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 702a71d..3f177d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
     <openejb.version>8.0.0-SNAPSHOT</openejb.version>
     <tomee.version>8.0.0-SNAPSHOT</tomee.version>
 
-    <tomcat.version>9.0.12</tomcat.version>
+    <tomcat.version>9.0.22</tomcat.version>
 
     <derby.version>10.7.1.1</derby.version>
 
@@ -114,16 +114,14 @@
       <version>1.5.10</version>
     </dependency>
 
-    <!--
-    <dependency>
-      <groupId>com.sun.javaee.tck</groupId>
-      <artifactId>jar-to-test</artifactId>
-      <version>${javaee.tck.version}</version>
-      <scope>system</scope>
-      <type>war</type>
-      <systemPath>/Users/jlmonteiro/devs/jeanouii/eclipse/jakartaee-tck/release/JAKARTAEE_BUILD/build_15-Jul-2019/bundle/jakartaeetck/dist/com/sun/ts/tests/jaspic/spi/servlet/spitests_servlet_web.war</systemPath>
-    </dependency>
-    -->
+    <!--<dependency>-->
+      <!--<groupId>com.test</groupId>-->
+      <!--<artifactId>jar-to-test</artifactId>-->
+      <!--<version>${javaee.tck.version}</version>-->
+      <!--<scope>system</scope>-->
+      <!--<type>jar</type>-->
+      <!--<systemPath>${javaee.cts.home}/dist/com/sun/ts/tests/websocket/ee/javax/websocket/clientendpoint/wsc_ee_clientendpoint_Client_nodeploy.jar_client</systemPath>-->
+    <!--</dependency>-->
 
     <dependency>
       <groupId>com.sun.javaee.tck</groupId>
@@ -231,6 +229,28 @@
       <artifactId>webdeployer</artifactId>
       <version>${openejb.version}</version>
     </dependency>
+
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-websocket</artifactId>
+      <version>${tomcat.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-util</artifactId>
+      <version>${tomcat.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-juli</artifactId>
+      <version>${tomcat.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-api</artifactId>
+      <version>${tomcat.version}</version>
+    </dependency>
+
   </dependencies>
 
   <profiles>
@@ -823,7 +843,7 @@
               <overWriteReleases>false</overWriteReleases>
               <overWriteSnapshots>true</overWriteSnapshots>
               <excludeTransitive>true</excludeTransitive>
-              <includeArtifactIds>openejb-lite,activemq-client,activemq-client,tsharness,cts,whitebox,dbprocedures,geronimo-mail,openejb-derbynet,derby,derbynet,derbyclient,webdeployer</includeArtifactIds>
+              <includeArtifactIds>tomcat-websocket,tomcat-util,tomcat-juli,tomcat-api,openejb-lite,activemq-client,activemq-client,tsharness,cts,whitebox,dbprocedures,geronimo-mail,openejb-derbynet,derby,derbynet,derbyclient,webdeployer</includeArtifactIds>
             </configuration>
           </execution>
           <execution>