From 653109e8570b473cbd18396786d0ea22851525af Mon Sep 17 00:00:00 2001 From: smcvb Date: Thu, 11 Oct 2018 14:02:34 +0200 Subject: [PATCH] Move all necessary event handling dependencies and remove axon-core dep. Move all necessary event handling dependencies and remove axon-core dependency. #755 --- messaging/pom.xml | 90 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 74 insertions(+), 16 deletions(-) diff --git a/messaging/pom.xml b/messaging/pom.xml index aa6c699b30..eda7f4cad2 100644 --- a/messaging/pom.xml +++ b/messaging/pom.xml @@ -34,13 +34,14 @@ - + - ${project.groupId} - axon-core - ${project.version} + org.slf4j + slf4j-api + ${slf4j.version} + javax.validation validation-api @@ -48,6 +49,14 @@ true + + + org.quartz-scheduler + quartz + 2.2.1 + true + + io.projectreactor @@ -69,8 +78,43 @@ true - - + + org.hibernate + hibernate-entitymanager + 5.1.0.Final + true + + + + org.hibernate + hibernate-validator + 5.2.4.Final + test + + + + org.hsqldb + hsqldb + 2.3.4 + test + + + + + javax.cache + cache-api + 1.0.0 + true + + + + net.sf.ehcache + ehcache + 2.8.1 + true + + + com.thoughtworks.xstream xstream @@ -119,7 +163,7 @@ - + com.fasterxml.jackson.core jackson-databind @@ -141,19 +185,33 @@ test - + - javax.cache - cache-api - 1.0.0 - true + org.springframework + spring-context-support + ${spring.version} + test - net.sf.ehcache - ehcache - 2.8.1 - true + org.springframework + spring-tx + ${spring.version} + test + + + + org.springframework + spring-orm + ${spring.version} + test + + + + org.springframework.security + spring-security-config + ${spring.version} + test