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
commit 4bc45084d4ead47b686e64665803939e9d964953 Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Tue Jun 21 17:27:23 2022 +0200 Cleanup and comment non jakarta ready examples --- examples/mvc-cxf/pom.xml | 1 + examples/pom.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/examples/mvc-cxf/pom.xml b/examples/mvc-cxf/pom.xml index daf2d4d651..437b9730a1 100644 --- a/examples/mvc-cxf/pom.xml +++ b/examples/mvc-cxf/pom.xml @@ -128,6 +128,7 @@ <groupId>org.apache.tomee</groupId> <artifactId>arquillian-tomee-remote</artifactId> <version>${tomee.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.arquillian.graphene</groupId> diff --git a/examples/pom.xml b/examples/pom.xml index 82c717b21c..512e126ad6 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -206,8 +206,11 @@ <module>resources-jmx-example</module> <module>websocket-tls-basic-auth</module> <module>concurrency-utils</module> + <!-- Deltaspike and others not jakarta compliant + Too many to relocate for an example <module>mvc-cxf</module> <module>mvc-cxf-hibernate</module> + --> <module>mp-rest-client</module> <module>mvc-resteasy</module> <module>mp-custom-healthcheck</module>
