You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/09/18 00:09:31 UTC

svn commit: r576605 - /incubator/tuscany/branches/sca-java-1.0/modules/implementation-bpel/pom.xml

Author: lresende
Date: Mon Sep 17 15:09:31 2007
New Revision: 576605

URL: http://svn.apache.org/viewvc?rev=576605&view=rev
Log:
Updating geronimo ejb spec dependency

Modified:
    incubator/tuscany/branches/sca-java-1.0/modules/implementation-bpel/pom.xml

Modified: incubator/tuscany/branches/sca-java-1.0/modules/implementation-bpel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/modules/implementation-bpel/pom.xml?rev=576605&r1=576604&r2=576605&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0/modules/implementation-bpel/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-1.0/modules/implementation-bpel/pom.xml Mon Sep 17 15:09:31 2007
@@ -243,11 +243,20 @@
 		<version>1.2-beta</version>
 		<exclusions>
 			<exclusion>
+				<groupId>org.apache.geronimo.specs</groupId>
+				<artifactId>geronimo-ejb_2.1_spec</artifactId>
+			</exclusion>
+			<exclusion>
 				<groupId>ognl</groupId>
 				<artifactId>ognl</artifactId>
 			</exclusion>
 		</exclusions>
 	</dependency>
+        <dependency>
+		<groupId>org.apache.geronimo.specs</groupId>
+		<artifactId>geronimo-ejb_3.0_spec</artifactId>
+		<version>1.0</version>
+	</dependency>		
 	<dependency>
 		<groupId>org.apache.geronimo.modules</groupId>
 		<artifactId>geronimo-connector</artifactId>
@@ -346,7 +355,7 @@
 				<useFile>false</useFile>
 				<trimStackTrace>false</trimStackTrace>
 				<skip>true</skip>
-				<!-- useSystemClassLoader>true</useSystemClassLoader -->
+				<!--useSystemClassLoader>true</useSystemClassLoader-->
 			</configuration>
 		</plugin>
 			



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org