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 2018/08/15 16:25:37 UTC

[04/11] tomee git commit: Fixed Fault Tolerance TCK.

Fixed Fault Tolerance TCK.


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

Branch: refs/heads/tomee-7.1.x
Commit: 238079bb79c956b7c63018e7f5ebc25b0af16a48
Parents: e72421c
Author: Roberto Cortez <ra...@yahoo.com>
Authored: Mon Jul 30 10:46:43 2018 +0100
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Fri Aug 10 18:24:00 2018 +0100

----------------------------------------------------------------------
 tck/microprofile-tck/fault-tolerance/pom.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/238079bb/tck/microprofile-tck/fault-tolerance/pom.xml
----------------------------------------------------------------------
diff --git a/tck/microprofile-tck/fault-tolerance/pom.xml b/tck/microprofile-tck/fault-tolerance/pom.xml
index 59917db..eaa237a 100644
--- a/tck/microprofile-tck/fault-tolerance/pom.xml
+++ b/tck/microprofile-tck/fault-tolerance/pom.xml
@@ -39,9 +39,6 @@
           <dependenciesToScan>
             <dependency>org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck</dependency>
           </dependenciesToScan>
-          <excludes>
-            <exclude>org.eclipse.microprofile.fault.tolerance.tck.ConfigTest</exclude>
-          </excludes>
         </configuration>
       </plugin>
     </plugins>