summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-15 10:30:11 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-15 10:30:11 +0000
commitfee0d60df4bc33e766d8b10358c12cb4a2eb4b08 (patch)
treedf9d8f495571905b4de6b5b1a544b8ecbc639ab0 /branches
parent56eeb8965e00d276f619612388f22bc0999a23b1 (diff)
TUSCANY-3275 correct backport version number
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815257 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml b/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml
index 50cf204978..c2059fe1b9 100644
--- a/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml
+++ b/branches/sca-java-1.x/demos/alert-aggregator-webapp/pom.xml
@@ -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>