This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 2067bd4 CAMEL-13068 - Remove dependency on ActiveMQ SNAPSHOT 2067bd4 is described below commit 2067bd411af474031b11fcb7af706affe0bf1e40 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jan 16 11:02:35 2019 +0100 CAMEL-13068 - Remove dependency on ActiveMQ SNAPSHOT --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 06c33cd..c7b7fdc 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.16.0-SNAPSHOT</activemq-version> + <activemq-version>5.15.8</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>