From 00c04627fea5644e4ff1b948120e22ee9982447b Mon Sep 17 00:00:00 2001 From: Aaron Walker Date: Fri, 4 Oct 2019 13:40:44 +0200 Subject: [PATCH] just inlcude activemq-camel --- Core/Corvus.Web/pom.xml | 2 +- Plugins/jentrata.integration/pom.xml | 8 ++++---- Plugins/pom.xml | 10 +++++----- pom.xml | 6 ++++++ 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/Core/Corvus.Web/pom.xml b/Core/Corvus.Web/pom.xml index aa430c8..da7c72b 100644 --- a/Core/Corvus.Web/pom.xml +++ b/Core/Corvus.Web/pom.xml @@ -103,7 +103,7 @@ org.apache.activemq - activemq-all + activemq-camel diff --git a/Plugins/jentrata.integration/pom.xml b/Plugins/jentrata.integration/pom.xml index 7c940bf..89bfbde 100644 --- a/Plugins/jentrata.integration/pom.xml +++ b/Plugins/jentrata.integration/pom.xml @@ -50,10 +50,10 @@ activemq-all - - org.springframework - spring-context - + + org.springframework + spring-context + org.apache.camel diff --git a/Plugins/pom.xml b/Plugins/pom.xml index d6c90c0..9b82496 100644 --- a/Plugins/pom.xml +++ b/Plugins/pom.xml @@ -115,11 +115,11 @@ ${project.version} - - org.jentrata.msh.ext - jentrata-ebxml-cpa - ${project.version} - + + org.jentrata.msh.ext + jentrata-ebxml-cpa + ${project.version} + org.jentrata.msh.core diff --git a/pom.xml b/pom.xml index 718a001..ba63110 100644 --- a/pom.xml +++ b/pom.xml @@ -226,6 +226,12 @@ 1.1 + + org.apache.activemq + activemq-camel + ${activemq.version} + + org.apache.activemq activemq-all