diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-11 00:08:50 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-11 00:08:50 +0000 |
commit | 9d425e0d33293743bc356a18215ead8c01ac67f7 (patch) | |
tree | abfa9d0f89fa6c5e24c9781f3841171f0b930638 /branches/sca-java-1.4/samples/helloworld-ws-service-jms | |
parent | 7acc9349ff1682a2047d565adb53570d92dcd936 (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 'branches/sca-java-1.4/samples/helloworld-ws-service-jms')
-rw-r--r-- | branches/sca-java-1.4/samples/helloworld-ws-service-jms/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.4/samples/helloworld-ws-service-jms/pom.xml b/branches/sca-java-1.4/samples/helloworld-ws-service-jms/pom.xml index 554b2bf94c..3cb7c055f5 100644 --- a/branches/sca-java-1.4/samples/helloworld-ws-service-jms/pom.xml +++ b/branches/sca-java-1.4/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> |