summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-12-11 00:13:49 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-12-11 00:13:49 +0000
commit17335f18b34f7c4d0abf428a1ba66491f42028b9 (patch)
tree3ed931b713c09e057d58f722fe3f4f2403d1ba10 /branches/sca-java-1.x
parent9d425e0d33293743bc356a18215ead8c01ac67f7 (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@725498 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/distribution/manifest/pom.xml4
-rw-r--r--branches/sca-java-1.x/distribution/pom.xml4
-rw-r--r--branches/sca-java-1.x/distribution/src/main/release/bin/LICENSE4
-rw-r--r--branches/sca-java-1.x/itest/jms-format/pom.xml2
-rw-r--r--branches/sca-java-1.x/itest/jms/pom.xml2
-rw-r--r--branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml2
-rw-r--r--branches/sca-java-1.x/itest/policy-security-token/pom.xml2
-rw-r--r--branches/sca-java-1.x/itest/transaction/pom.xml4
-rw-r--r--branches/sca-java-1.x/modules/runtime/pom.xml2
-rw-r--r--branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml4
-rw-r--r--branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml4
-rw-r--r--branches/sca-java-1.x/samples/helloworld-ws-reference-jms/pom.xml4
-rw-r--r--branches/sca-java-1.x/samples/helloworld-ws-service-jms/pom.xml2
13 files changed, 20 insertions, 20 deletions
diff --git a/branches/sca-java-1.x/distribution/manifest/pom.xml b/branches/sca-java-1.x/distribution/manifest/pom.xml
index 9213854176..f158ebef4c 100644
--- a/branches/sca-java-1.x/distribution/manifest/pom.xml
+++ b/branches/sca-java-1.x/distribution/manifest/pom.xml
@@ -87,8 +87,8 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>apache-activemq</artifactId>
- <version>4.1.1</version>
+ <artifactId>activemq-all</artifactId>
+ <version>5.2.0</version>
<exclusions>
<exclusion>
<groupId>commons-httpclient</groupId>
diff --git a/branches/sca-java-1.x/distribution/pom.xml b/branches/sca-java-1.x/distribution/pom.xml
index 881be9a689..51c4fc36ed 100644
--- a/branches/sca-java-1.x/distribution/pom.xml
+++ b/branches/sca-java-1.x/distribution/pom.xml
@@ -140,8 +140,8 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>apache-activemq</artifactId>
- <version>4.1.1</version>
+ <artifactId>activemq-all</artifactId>
+ <version>5.2.0</version>
<exclusions>
<!-- TUSCANY-2168 -->
<exclusion>
diff --git a/branches/sca-java-1.x/distribution/src/main/release/bin/LICENSE b/branches/sca-java-1.x/distribution/src/main/release/bin/LICENSE
index 84dd04c3ec..ed9354863a 100644
--- a/branches/sca-java-1.x/distribution/src/main/release/bin/LICENSE
+++ b/branches/sca-java-1.x/distribution/src/main/release/bin/LICENSE
@@ -231,8 +231,8 @@ The following components come under Apache Software License 2.0
activeio-2.0-r118.jar
activeio-core-3.0.0-incubator.jar
activeio-core-3.1.0-tests.jar
- activemq-core-5.1.0.jar
- apache-activemq-4.1.1.jar
+ activemq-all-5.2.0.jar
+ activemq-core-5.2.0.jar
addressing-1.3.mar
annogen-0.1.0.jar
aopalliance-1.0.jar
diff --git a/branches/sca-java-1.x/itest/jms-format/pom.xml b/branches/sca-java-1.x/itest/jms-format/pom.xml
index 83623e65a5..4aa941253c 100644
--- a/branches/sca-java-1.x/itest/jms-format/pom.xml
+++ b/branches/sca-java-1.x/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.x/itest/jms/pom.xml b/branches/sca-java-1.x/itest/jms/pom.xml
index b7ca95e919..2c2ffa42ce 100644
--- a/branches/sca-java-1.x/itest/jms/pom.xml
+++ b/branches/sca-java-1.x/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.x/itest/policy-security-basicauth/pom.xml b/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml
index d50d637951..f379f78e30 100644
--- a/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml
+++ b/branches/sca-java-1.x/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.x/itest/policy-security-token/pom.xml b/branches/sca-java-1.x/itest/policy-security-token/pom.xml
index 1630ed1d3b..80fc4a856a 100644
--- a/branches/sca-java-1.x/itest/policy-security-token/pom.xml
+++ b/branches/sca-java-1.x/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.x/itest/transaction/pom.xml b/branches/sca-java-1.x/itest/transaction/pom.xml
index 3af543e953..2cab2d0c3f 100644
--- a/branches/sca-java-1.x/itest/transaction/pom.xml
+++ b/branches/sca-java-1.x/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>
diff --git a/branches/sca-java-1.x/modules/runtime/pom.xml b/branches/sca-java-1.x/modules/runtime/pom.xml
index fa987f974b..95ee2fb1fd 100644
--- a/branches/sca-java-1.x/modules/runtime/pom.xml
+++ b/branches/sca-java-1.x/modules/runtime/pom.xml
@@ -349,7 +349,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>4.1.1</version>
+ <version>5.2.0</version>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml b/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml
index 02eb6feeb5..489f884057 100644
--- a/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml
+++ b/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml
@@ -72,8 +72,8 @@
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>apache-activemq</artifactId>
- <version>4.1.1</version>
+ <artifactId>activemq-all</artifactId>
+ <version>5.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
diff --git a/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml b/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml
index 99d5d657d4..57d10f253b 100644
--- a/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml
+++ b/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml
@@ -66,8 +66,8 @@
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>apache-activemq</artifactId>
- <version>4.1.1</version>
+ <artifactId>activemq-all</artifactId>
+ <version>5.2.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.activemq</groupId>
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-reference-jms/pom.xml b/branches/sca-java-1.x/samples/helloworld-ws-reference-jms/pom.xml
index a18450f52f..8c2f71b464 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-reference-jms/pom.xml
+++ b/branches/sca-java-1.x/samples/helloworld-ws-reference-jms/pom.xml
@@ -72,8 +72,8 @@
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>apache-activemq</artifactId>
- <version>4.1.1</version>
+ <artifactId>activemq-all</artifactId>
+ <version>5.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/pom.xml b/branches/sca-java-1.x/samples/helloworld-ws-service-jms/pom.xml
index c71967a23d..2d2c16a833 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-jms/pom.xml
+++ b/branches/sca-java-1.x/samples/helloworld-ws-service-jms/pom.xml
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>4.1.1</version>
+ <version>5.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>