summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/itest
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-12-11 00:08:50 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-12-11 00:08:50 +0000
commit9d425e0d33293743bc356a18215ead8c01ac67f7 (patch)
treeabfa9d0f89fa6c5e24c9781f3841171f0b930638 /branches/sca-java-1.4/itest
parent7acc9349ff1682a2047d565adb53570d92dcd936 (diff)
TUSCANY-2707 - Updating ActiveMQ dependency to 5.2.0 version where derby files are not embedded on the activeMQ jar. This solves the issues we were seeing with helloworld-bpel sample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725497 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.4/itest/jms-format/pom.xml2
-rw-r--r--branches/sca-java-1.4/itest/jms/pom.xml2
-rw-r--r--branches/sca-java-1.4/itest/policy-security-basicauth/pom.xml2
-rw-r--r--branches/sca-java-1.4/itest/policy-security-token/pom.xml2
-rw-r--r--branches/sca-java-1.4/itest/transaction/pom.xml4
5 files changed, 6 insertions, 6 deletions
diff --git a/branches/sca-java-1.4/itest/jms-format/pom.xml b/branches/sca-java-1.4/itest/jms-format/pom.xml
index 5e8362638b..2f3f4c3816 100644
--- a/branches/sca-java-1.4/itest/jms-format/pom.xml
+++ b/branches/sca-java-1.4/itest/jms-format/pom.xml
@@ -73,7 +73,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>4.1.1</version>
+ <version>5.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/branches/sca-java-1.4/itest/jms/pom.xml b/branches/sca-java-1.4/itest/jms/pom.xml
index 34c580f707..3d44fe1b7a 100644
--- a/branches/sca-java-1.4/itest/jms/pom.xml
+++ b/branches/sca-java-1.4/itest/jms/pom.xml
@@ -80,7 +80,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>4.1.1</version>
+ <version>5.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/branches/sca-java-1.4/itest/policy-security-basicauth/pom.xml b/branches/sca-java-1.4/itest/policy-security-basicauth/pom.xml
index 7af85a010a..9be093e6c1 100644
--- a/branches/sca-java-1.4/itest/policy-security-basicauth/pom.xml
+++ b/branches/sca-java-1.4/itest/policy-security-basicauth/pom.xml
@@ -79,7 +79,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>4.1.1</version>
+ <version>5.2.0</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.4/itest/policy-security-token/pom.xml b/branches/sca-java-1.4/itest/policy-security-token/pom.xml
index 49bb4dd7a2..8dbdf26a6b 100644
--- a/branches/sca-java-1.4/itest/policy-security-token/pom.xml
+++ b/branches/sca-java-1.4/itest/policy-security-token/pom.xml
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>4.1.1</version>
+ <version>5.2.0</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.4/itest/transaction/pom.xml b/branches/sca-java-1.4/itest/transaction/pom.xml
index 0d4284ba9b..949ba863ee 100644
--- a/branches/sca-java-1.4/itest/transaction/pom.xml
+++ b/branches/sca-java-1.4/itest/transaction/pom.xml
@@ -52,12 +52,12 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>4.1.1</version>
+ <version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-ra</artifactId>
- <version>4.1.1</version>
+ <version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>