summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/data-engine-helper/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/modules/data-engine-helper/pom.xml')
-rw-r--r--branches/sca-java-1.x/modules/data-engine-helper/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/data-engine-helper/pom.xml b/branches/sca-java-1.x/modules/data-engine-helper/pom.xml
index c8a4689650..8c81d4fe3d 100644
--- a/branches/sca-java-1.x/modules/data-engine-helper/pom.xml
+++ b/branches/sca-java-1.x/modules/data-engine-helper/pom.xml
@@ -41,6 +41,17 @@
<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>