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 5c47ba233d24fc4fb159e148c5c1fd9da9684e28 Author: Otavio Santana <[email protected]> AuthorDate: Mon Feb 25 11:54:19 2019 -0300 adds second ejb remote sample --- examples/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pom.xml b/examples/pom.xml index ffcf4b5..76ca6ec 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -73,6 +73,7 @@ <module>ear-testing</module> <module>ejb-examples</module> <module>ejb-remote-call</module> + <module>ejb-remote-call-2</module> <module>ejb-webservice</module> <module>groovy-cdi</module> <module>groovy-jpa</module>
