From 8aad43786f7bc138c185ecf57cc474e1de73fb2b Mon Sep 17 00:00:00 2001 From: Volker Krebs Date: Fri, 12 Aug 2016 11:41:16 +0200 Subject: [PATCH] Upgrade to spring-boot 1.4.0 Remove redundant dependency and rely on the provided by `spring-boot-starter-amqp` --- rabbitmq-tutorials/pom.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/rabbitmq-tutorials/pom.xml b/rabbitmq-tutorials/pom.xml index 9ab1a62..f758cc3 100644 --- a/rabbitmq-tutorials/pom.xml +++ b/rabbitmq-tutorials/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 1.3.1.RELEASE + 1.4.0.RELEASE @@ -29,17 +29,12 @@ spring-boot-starter-amqp - - org.springframework.amqp - spring-rabbit - 1.6.0.RELEASE - - org.springframework.boot spring-boot-starter-test test + org.springframework.boot spring-boot-starter-jersey