diff options
author | ramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-01 12:04:29 +0000 |
---|---|---|
committer | ramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-01 12:04:29 +0000 |
commit | 3fa88e5d3a99c1b68d86e4734516ec92d235cf1f (patch) | |
tree | 5b773f35acec5777b6fed837ebec1e9e2831ba35 /branches/sca-java-1.x/modules/implementation-bpel-ode | |
parent | b27c451ea317a0ff979739b7f15e4eb6d5931a39 (diff) |
Fixes for TUSCANY-2696
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722055 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/implementation-bpel-ode')
-rw-r--r-- | branches/sca-java-1.x/modules/implementation-bpel-ode/pom.xml | 25 |
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>
|