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 2022/04/15 15:26:25 UTC

[tomee] branch master updated: Disable Fault-tolerance and openapi until we start doing integration.

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


The following commit(s) were added to refs/heads/master by this push:
     new 310a8dd381 Disable Fault-tolerance and openapi until we start doing integration.
310a8dd381 is described below

commit 310a8dd381cff7481645f9f0543f3788e1bbfc9d
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Fri Apr 15 17:26:16 2022 +0200

    Disable Fault-tolerance and openapi until we start doing integration.
---
 tck/microprofile-tck/pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tck/microprofile-tck/pom.xml b/tck/microprofile-tck/pom.xml
index 6e2b9c07d6..e9172535f5 100644
--- a/tck/microprofile-tck/pom.xml
+++ b/tck/microprofile-tck/pom.xml
@@ -32,11 +32,13 @@
   <modules>
     <module>config</module>
     <module>jwt</module>
-    <module>fault-tolerance</module>
     <module>health</module>
     <module>metrics</module>
     <module>rest-client</module>
-    <module>openapi</module>
     <module>opentracing</module>
+    <!--
+    <module>fault-tolerance</module>
+    <module>openapi</module>
+    -->
   </modules>
 </project>