summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/helloworld-bpel
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/samples/helloworld-bpel')
-rw-r--r--branches/sca-java-1.x/samples/helloworld-bpel/build.xml2
-rw-r--r--branches/sca-java-1.x/samples/helloworld-bpel/pom.xml11
2 files changed, 12 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/samples/helloworld-bpel/build.xml b/branches/sca-java-1.x/samples/helloworld-bpel/build.xml
index 890a6427b8..4f944dafdb 100644
--- a/branches/sca-java-1.x/samples/helloworld-bpel/build.xml
+++ b/branches/sca-java-1.x/samples/helloworld-bpel/build.xml
@@ -53,7 +53,7 @@
</target>
<target name="unzip-ode-db" depends="init">
- <unzip src="../../lib/ode-dao-jpa-ojpa-derby-1.1.zip" dest="target/database"/>
+ <unzip src="../../lib/ode-dao-jpa-ojpa-derby-1.1.1.zip" dest="target/database"/>
</target>
<target name="compile" depends="init,generate-wsdl,unzip-ode-db">
diff --git a/branches/sca-java-1.x/samples/helloworld-bpel/pom.xml b/branches/sca-java-1.x/samples/helloworld-bpel/pom.xml
index 4d6857ea0d..1e63fa2cd0 100644
--- a/branches/sca-java-1.x/samples/helloworld-bpel/pom.xml
+++ b/branches/sca-java-1.x/samples/helloworld-bpel/pom.xml
@@ -60,6 +60,17 @@
<groupId>org.apache.tuscany.sdo</groupId>
<artifactId>tuscany-sdo-impl</artifactId>
<version>1.1.1</version>
+ <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>