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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]