From 433d049544c9c3cf519f3e76c8dab5e818b1b46c Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 21 Jan 2014 17:41:27 +0000 Subject: [PATCH] Make some dependencies optional --- spring-boot-actuator/pom.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index 0b8c7641b6..c88c7ae99f 100644 --- a/spring-boot-actuator/pom.xml +++ b/spring-boot-actuator/pom.xml @@ -29,10 +29,6 @@ com.fasterxml.jackson.core jackson-databind - - org.hibernate - hibernate-validator - org.springframework spring-core @@ -41,10 +37,6 @@ org.springframework spring-context - - org.springframework - spring-messaging - com.codahale.metrics @@ -61,6 +53,16 @@ javax.servlet-api true + + org.hibernate + hibernate-validator + true + + + org.springframework + spring-messaging + true + org.springframework spring-jdbc