This is an automated email from the ASF dual-hosted git repository. jgallimore pushed a commit to branch tomee-1.7.x in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 53fb2745f6fb3e0df22f83cbbd4dd65ab3483b70 Author: Jonathan Gallimore <[email protected]> AuthorDate: Fri Feb 22 14:48:08 2019 +0000 Add new example to the pom. --- examples/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pom.xml b/examples/pom.xml index 3556cf5..ffcf4b5 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -72,6 +72,7 @@ <module>dynamic-proxy-to-access-mbean</module> <module>ear-testing</module> <module>ejb-examples</module> + <module>ejb-remote-call</module> <module>ejb-webservice</module> <module>groovy-cdi</module> <module>groovy-jpa</module>
