summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/implementation-data-xml/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/modules/implementation-data-xml/pom.xml')
-rw-r--r--branches/sca-java-1.x/modules/implementation-data-xml/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/implementation-data-xml/pom.xml b/branches/sca-java-1.x/modules/implementation-data-xml/pom.xml
index 44c92f164e..46a08d01df 100644
--- a/branches/sca-java-1.x/modules/implementation-data-xml/pom.xml
+++ b/branches/sca-java-1.x/modules/implementation-data-xml/pom.xml
@@ -40,8 +40,19 @@
<artifactId>tuscany-das-rdb</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>compile</scope>
+ <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>
<artifactId>tuscany-assembly</artifactId>
<version>1.4-SNAPSHOT</version>