diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2013-02-02 06:25:35 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2013-02-02 06:25:35 +0000 |
commit | f80227533d563cbb6830c44c64f87d9ccec2d912 (patch) | |
tree | c071debd3059191c965a45f4c8f123c8540c7b19 /sca-java-2.x/trunk | |
parent | 4e3a305df293baa260b2e000012daa3542273592 (diff) |
Update geronimo openEJB dependency version to fix Tuscany build issue
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1441705 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-ejb-runtime/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-ejb-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-ejb-runtime/pom.xml index ecf186c25c..9da5a97e32 100644 --- a/sca-java-2.x/trunk/modules/binding-ejb-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-ejb-runtime/pom.xml @@ -86,7 +86,7 @@ <dependency> <groupId>org.apache.geronimo.modules</groupId> <artifactId>geronimo-openejb</artifactId> - <version>2.0.2</version> + <version>2.1</version> <scope>test</scope> <exclusions> <exclusion> |