summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/implementation-bpel-ode/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/modules/implementation-bpel-ode/pom.xml25
1 files changed, 17 insertions, 8 deletions
diff --git a/branches/sca-java-1.x/modules/implementation-bpel-ode/pom.xml b/branches/sca-java-1.x/modules/implementation-bpel-ode/pom.xml
index bd829fc33f..98e267e044 100644
--- a/branches/sca-java-1.x/modules/implementation-bpel-ode/pom.xml
+++ b/branches/sca-java-1.x/modules/implementation-bpel-ode/pom.xml
@@ -98,17 +98,26 @@
<artifactId>tuscany-sdo-impl</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>stax</groupId>
- <artifactId>stax-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
+ <exclusions>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ <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>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>4.5</version>
<scope>test</scope>
</dependency>
<dependency>