Author: lresende
Date: Mon Sep 17 14:28:26 2007
New Revision: 576591

URL: http://svn.apache.org/viewvc?rev=576591&view=rev
Log:
Adding back some dependencies in order to properly compile and run the 
implementation-bpel test cases

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=576591&r1=576590&r2=576591&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 14:28:26 2007
@@ -243,14 +243,6 @@
                <version>1.2-beta</version>
                <exclusions>
                        <exclusion>
-                               <groupId>org.apache.geronimo.specs</groupId>
-                               <artifactId>geronimo-ejb_2.1_spec</artifactId>
-                       </exclusion>
-                       <exclusion>
-                               <groupId>org.objectweb.howl</groupId>
-                               <artifactId>howl</artifactId>
-                       </exclusion>
-                       <exclusion>
                                <groupId>ognl</groupId>
                                <artifactId>ognl</artifactId>
                        </exclusion>
@@ -273,6 +265,11 @@
                <version>10.1.3.1</version>
        </dependency>
        <dependency>
+               <groupId>tranql</groupId>
+               <artifactId>tranql-connector</artifactId>
+               <version>1.1</version>
+       </dependency>
+       <dependency>
                <groupId>org.apache.openjpa</groupId>
                <artifactId>openjpa-all</artifactId>
                <version>0.9.7-incubating</version>
@@ -316,7 +313,12 @@
            <groupId>xerces</groupId>
            <artifactId>xercesImpl</artifactId>
            <version>2.8.0</version>
-       </dependency>           
+       </dependency>   
+        <dependency>
+               <groupId>org.apache.xmlbeans</groupId>
+               <artifactId>xmlbeans</artifactId>
+               <version>2.3.0</version>
+       </dependency>   
        <dependency>
                <groupId>net.sf.saxon</groupId>
                <artifactId>saxon</artifactId>
@@ -344,7 +346,7 @@
                                <useFile>false</useFile>
                                <trimStackTrace>false</trimStackTrace>
                                <skip>true</skip>
-                               
<!--useSystemClassLoader>true</useSystemClassLoader-->
+                               <!-- 
useSystemClassLoader>true</useSystemClassLoader -->
                        </configuration>
                </plugin>
                        



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to