From f84f415d04d454932a801e7dc0add1dbc6424843 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 22 May 2017 23:37:27 +0200 Subject: [PATCH] Fixing camel --- .../stubrunner/messaging/camel/CamelStubRunnerSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spring-cloud-contract-stub-runner-camel/src/test/groovy/org/springframework/cloud/contract/stubrunner/messaging/camel/CamelStubRunnerSpec.groovy b/tests/spring-cloud-contract-stub-runner-camel/src/test/groovy/org/springframework/cloud/contract/stubrunner/messaging/camel/CamelStubRunnerSpec.groovy index c791cdee88..65209fbfc8 100644 --- a/tests/spring-cloud-contract-stub-runner-camel/src/test/groovy/org/springframework/cloud/contract/stubrunner/messaging/camel/CamelStubRunnerSpec.groovy +++ b/tests/spring-cloud-contract-stub-runner-camel/src/test/groovy/org/springframework/cloud/contract/stubrunner/messaging/camel/CamelStubRunnerSpec.groovy @@ -173,7 +173,7 @@ class CamelStubRunnerSpec extends Specification { @Bean ActiveMQConnectionFactory activeMQConnectionFactory(@Value('${activemq.url:vm://localhost?broker.persistent=false}') String url) { - return new ActiveMQConnectionFactory(brokerURL: url) + return new ActiveMQConnectionFactory(brokerURL: url, trustAllPackages: true) } @Bean