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/06/24 16:46:00 UTC

[tomee] branch master updated: Comment out non jakarta ready examples

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 1788e2daf8 Comment out non jakarta ready examples
1788e2daf8 is described below

commit 1788e2daf82aeb4587778243961d577c0df100dc
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Fri Jun 24 18:45:51 2022 +0200

    Comment out non jakarta ready examples
---
 examples/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index ab65c54849..654cf638ac 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -36,7 +36,9 @@
     <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>