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 2018/12/10 14:47:35 UTC

[32/38] tomee git commit: Reset the port

Reset the port


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/3455fc7d
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/3455fc7d
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/3455fc7d

Branch: refs/heads/master
Commit: 3455fc7d98ccf91636e272c8f3c19a539c7b35c1
Parents: e8d3b81
Author: Jonathan Gallimore <jo...@jrg.me.uk>
Authored: Mon Nov 26 21:48:44 2018 +0000
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Fri Dec 7 18:13:05 2018 +0000

----------------------------------------------------------------------
 tck/microprofile-tck/jwt/src/test/resources/arquillian.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/3455fc7d/tck/microprofile-tck/jwt/src/test/resources/arquillian.xml
----------------------------------------------------------------------
diff --git a/tck/microprofile-tck/jwt/src/test/resources/arquillian.xml b/tck/microprofile-tck/jwt/src/test/resources/arquillian.xml
index 3243a7c..ec0be8a 100644
--- a/tck/microprofile-tck/jwt/src/test/resources/arquillian.xml
+++ b/tck/microprofile-tck/jwt/src/test/resources/arquillian.xml
@@ -24,7 +24,7 @@
 <container qualifier="tomee-remote" default="true">
   <configuration>
     <property name="debug">false</property>
-    <property name="httpPort">8080</property>
+    <property name="httpPort">-1</property>
     <property name="ajpPort">-1</property>
     <property name="stopPort">-1</property>
     <property name="classifier">microprofile</property>