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 1a3084e8d61d11aa3a28c64fad1485ae2833c943 Author: Jonathan Gallimore <[email protected]> AuthorDate: Fri Feb 22 14:52:18 2019 +0000 Correcting the openejb-client version --- examples/ejb-remote-call/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/ejb-remote-call/pom.xml b/examples/ejb-remote-call/pom.xml index f93fc57..d0d4851 100644 --- a/examples/ejb-remote-call/pom.xml +++ b/examples/ejb-remote-call/pom.xml @@ -69,9 +69,10 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.apache.openejb</groupId> + <groupId>org.apache.tomee</groupId> <artifactId>openejb-client</artifactId> - <version>4.7.2</version> + <version>${project.version}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId>
