You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/10/29 14:12:42 UTC

svn commit: r830925 - /tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml

Author: antelder
Date: Thu Oct 29 13:12:41 2009
New Revision: 830925

URL: http://svn.apache.org/viewvc?rev=830925&view=rev
Log:
Update to use the same level of ejb dependency as the ejb extension

Modified:
    tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml

Modified: tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml?rev=830925&r1=830924&r2=830925&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml (original)
+++ tuscany/java/sca/modules/implementation-bpel-runtime/pom.xml Thu Oct 29 13:12:41 2009
@@ -238,8 +238,8 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-ejb_2.1_spec</artifactId>
-            <version>1.1</version>
+            <artifactId>geronimo-ejb_3.0_spec</artifactId>
+            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.components</groupId>