You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ra...@apache.org on 2008/12/01 12:50:50 UTC

svn commit: r722046 - /tuscany/branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp/pom.xml

Author: ramkumar
Date: Mon Dec  1 03:50:49 2008
New Revision: 722046

URL: http://svn.apache.org/viewvc?rev=722046&view=rev
Log:
Fixes for TUSCANY-2694

Modified:
    tuscany/branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp/pom.xml

Modified: tuscany/branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp/pom.xml?rev=722046&r1=722045&r2=722046&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/samples/helloworld-ws-sdo-webapp/pom.xml Mon Dec  1 03:50:49 2008
@@ -77,6 +77,17 @@
             <groupId>org.apache.tuscany.sdo</groupId>
             <artifactId>tuscany-sdo-impl</artifactId>
             <version>1.1.1</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>backport-util-concurrent</groupId>
+                    <artifactId>backport-util-concurrent</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>backport-util-concurrent</groupId>
+            <artifactId>backport-util-concurrent</artifactId>
+            <version>3.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
@@ -121,7 +132,7 @@
         <dependency>
             <groupId>org.codehaus.woodstox</groupId>
             <artifactId>wstx-asl</artifactId>
-            <version>3.2.1</version>
+            <version>3.2.4</version>
             <scope>runtime</scope>
         </dependency>