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 936f72c5c394fa544e7f8c6e8c6e561d59998f52 Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Wed Aug 21 09:57:39 2019 +0200 Temp removal of mbean examples --- examples/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/pom.xml b/examples/pom.xml index cac2ca7..08c1511 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -103,7 +103,9 @@ <module>jsf-cdi-and-ejb</module> <module>lookup-of-ejbs</module> <module>lookup-of-ejbs-with-descriptor</module> + <!-- Does not work with Java 9+ because of the modules. Needs more work <module>mbean-auto-registration</module> + --> <module>movies-complete-meta</module> <module>movies-complete</module> <module>mp-config-example</module>
