You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2018/11/12 08:00:49 UTC

[camel] branch sandbox/camel-3.x updated: Fix camel-jms tests

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/sandbox/camel-3.x by this push:
     new 7340cff  Fix camel-jms tests
7340cff is described below

commit 7340cffc70d7ac77250e8d33232988927762d154
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Nov 12 09:00:15 2018 +0100

    Fix camel-jms tests
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 568673e..92a3b1a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -40,7 +40,7 @@
     <!-- dependency versions -->
     <abdera-version>1.1.3</abdera-version>
     <!-- Note that activemq dependency is only used for testing! -->
-    <activemq-version>5.15.7</activemq-version>
+    <activemq-version>5.16.0-SNAPSHOT</activemq-version>
     <activemq-artemis-version>2.6.3</activemq-artemis-version>
     <aether-version>1.0.2.v20150114</aether-version>
     <ahc-version>2.6.0</ahc-version>