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 2009/09/15 12:30:11 UTC

svn commit: r815257 - /tuscany/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml

Author: slaws
Date: Tue Sep 15 10:30:11 2009
New Revision: 815257

URL: http://svn.apache.org/viewvc?rev=815257&view=rev
Log:
TUSCANY-3275 correct backport version number

Modified:
    tuscany/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml

Modified: tuscany/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml?rev=815257&r1=815256&r2=815257&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml Tue Sep 15 10:30:11 2009
@@ -57,6 +57,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>