summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/distribution/bundle/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/distribution/bundle/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/distribution/bundle/pom.xml
index 59e97518ab..e22b783cd5 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/distribution/bundle/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/distribution/bundle/pom.xml
@@ -385,6 +385,13 @@
<groupId>${pom.groupId}</groupId>
<artifactId>tuscany-implementation-bpel-ode</artifactId>
<version>${pom.version}</version>
+ <exclusions>
+ <exclusion>
+ <!-- this uses commons-lang 2.1, but we need 2.3 for domain-manager -->
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>