Repository: tomee
Updated Branches:
  refs/heads/fb_tomee8 93a3fc785 -> cde4122a4


TOMEE-2140 disable arquillian-jpa example

because it uses a library which is no longer maintained and
not compatible with newer Arquillian versions


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

Branch: refs/heads/fb_tomee8
Commit: 7b8d66fdf82a3103eb333faff79471c54f8a240a
Parents: 93a3fc7
Author: Mark Struberg <strub...@apache.org>
Authored: Tue Oct 24 22:48:48 2017 +0200
Committer: Mark Struberg <strub...@apache.org>
Committed: Tue Oct 24 22:48:48 2017 +0200

----------------------------------------------------------------------
 examples/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/7b8d66fd/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index be830f0..d2f55ad 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -41,7 +41,10 @@
     <module>application-composer</module>
     <module>applicationcomposer-jaxws-cdi</module>
     <module>applicationexception</module>
+<!--
+BROKEN, see TOMEE-2140
     <module>arquillian-jpa</module>
+-->
     <module>async-methods</module>
     <module>async-postconstruct</module>
     <module>bean-validation-design-by-contract</module>

Reply via email to