You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/07/04 09:11:22 UTC

[tomee] branch master updated: TOMEE-3955 - Re-enables arquillian-jpa example

This is an automated email from the ASF dual-hosted git repository.

rzo1 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 edd20102dc TOMEE-3955 - Re-enables arquillian-jpa example
edd20102dc is described below

commit edd20102dc4654e1d37df288f2fb19ff1d7e29e6
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Mon Jul 4 11:11:16 2022 +0200

    TOMEE-3955 - Re-enables arquillian-jpa example
---
 examples/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 8486b30529..4879ca5d2c 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -36,9 +36,7 @@
     <module>application-composer</module>
     <module>applicationcomposer-jaxws-cdi</module>
     <module>applicationexception</module>
-    <!-- arquillian-persistence extension not jakarta ready
     <module>arquillian-jpa</module>
-    -->
     <module>async-methods</module>
     <module>async-postconstruct</module>
     <module>bean-validation-design-by-contract</module>