diff --git a/quick-activemq/pom.xml b/quick-activemq/pom.xml index 94da4446..0b8a7845 100644 --- a/quick-activemq/pom.xml +++ b/quick-activemq/pom.xml @@ -26,14 +26,52 @@ org.springframework.boot spring-boot-starter-web + + + javax.validation + validation-api + + + org.springframework.boot + spring-boot-starter-tomcat + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-starter-activemq + + + org.apache.geronimo.specs + geronimo-j2ee-management_1.1_spec + + + org.springframework.boot + spring-boot-starter + + org.springframework.boot spring-boot-starter-artemis + + + org.apache.geronimo.specs + geronimo-jms_2.0_spec + + + javax.inject + javax.inject + + + org.springframework.boot + spring-boot-starter + + org.springframework.boot @@ -62,4 +100,148 @@ + + + + org.apache.activemq + artemis-jms-client + 1.3.0 + + + org.springframework.boot + spring-boot-test + 1.4.3.RELEASE + + + org.springframework.boot + spring-boot-test-autoconfigure + 1.4.3.RELEASE + + + com.jayway.jsonpath + json-path + 2.2.0 + + + junit + junit + 4.12 + + + org.assertj + assertj-core + 2.5.0 + + + org.mockito + mockito-core + 1.10.19 + + + org.hamcrest + hamcrest-core + 1.3 + + + org.hamcrest + hamcrest-library + 1.3 + + + org.skyscreamer + jsonassert + 1.3.0 + + + org.springframework + spring-test + 4.3.5.RELEASE + + + org.springframework + spring-jms + 4.3.5.RELEASE + + + org.apache.activemq + activemq-broker + 5.13.4 + + + org.hibernate + hibernate-validator + 5.2.4.Final + + + com.fasterxml.jackson.core + jackson-databind + 2.8.5 + + + org.springframework + spring-web + 4.3.5.RELEASE + + + org.springframework + spring-webmvc + 4.3.5.RELEASE + + + org.springframework.boot + spring-boot + 1.4.3.RELEASE + + + org.springframework.boot + spring-boot-autoconfigure + 1.4.3.RELEASE + + + org.springframework + spring-core + 4.3.5.RELEASE + + + org.yaml + snakeyaml + 1.17 + + + org.apache.tomcat.embed + tomcat-embed-core + 8.5.6 + + + org.apache.tomcat.embed + tomcat-embed-el + 8.5.6 + + + org.apache.tomcat.embed + tomcat-embed-websocket + 8.5.6 + + + ch.qos.logback + logback-classic + 1.1.8 + + + org.slf4j + jcl-over-slf4j + 1.7.22 + + + org.slf4j + jul-to-slf4j + 1.7.22 + + + org.slf4j + log4j-over-slf4j + 1.7.22 + + +