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 2007/09/17 19:25:08 UTC

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

Author: antelder
Date: Mon Sep 17 10:25:07 2007
New Revision: 576534

URL: http://svn.apache.org/viewvc?rev=576534&view=rev
Log:
Exclude ognl

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=576534&r1=576533&r2=576534&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 10:25:07 2007
@@ -242,6 +242,10 @@
 				<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>



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