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

svn commit: r1021772 - /tuscany/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml

Author: slaws
Date: Tue Oct 12 13:42:56 2010
New Revision: 1021772

URL: http://svn.apache.org/viewvc?rev=1021772&view=rev
Log:
Upgrade geronimo dependency versions so we only pull in one and add slf as it's subsequently required. 

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

Modified: tuscany/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml?rev=1021772&r1=1021771&r2=1021772&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml Tue Oct 12 13:42:56 2010
@@ -211,7 +211,7 @@
         <dependency>
             <groupId>org.apache.geronimo.components</groupId>
             <artifactId>geronimo-transaction</artifactId>
-            <version>2.0.1</version>
+            <version>2.1.3</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.geronimo.specs</groupId>
@@ -263,7 +263,7 @@
         <dependency>
             <groupId>org.apache.geronimo.components</groupId>
             <artifactId>geronimo-connector</artifactId>
-            <version>2.0.1</version>
+            <version>2.1.3</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.geronimo.specs</groupId>
@@ -459,6 +459,18 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        
+        <!-- Explicitly add slf4j so that ODE uses the latest versions -->
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>1.5.11</version>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-jdk14</artifactId>
+            <version>1.5.11</version>
+        </dependency>        
     </dependencies>
 
     <build>