diff --git a/pom.xml b/pom.xml index 98e5e0302d..e46842b387 100644 --- a/pom.xml +++ b/pom.xml @@ -319,6 +319,11 @@ hibernate-jpa-2.0-api 1.0.1.Final + + org.hibernate + hibernate-validator + 4.3.1.Final + junit junit diff --git a/spring-bootstrap-actuator/pom.xml b/spring-bootstrap-actuator/pom.xml index 214b7a1010..e52382e310 100644 --- a/spring-bootstrap-actuator/pom.xml +++ b/spring-bootstrap-actuator/pom.xml @@ -40,8 +40,6 @@ org.hibernate hibernate-validator - 4.3.1.Final - com.fasterxml.jackson.core diff --git a/spring-bootstrap-samples/pom.xml b/spring-bootstrap-samples/pom.xml index 56cd131ddb..c512fa7083 100644 --- a/spring-bootstrap-samples/pom.xml +++ b/spring-bootstrap-samples/pom.xml @@ -19,6 +19,7 @@ spring-bootstrap-tomcat-sample spring-bootstrap-profile-sample spring-bootstrap-trad-sample + spring-bootstrap-ui-sample spring-bootstrap-xml-sample diff --git a/spring-bootstrap-samples/spring-bootstrap-ui-sample/pom.xml b/spring-bootstrap-samples/spring-bootstrap-ui-sample/pom.xml index f2c491ed98..121f5a61bc 100644 --- a/spring-bootstrap-samples/spring-bootstrap-ui-sample/pom.xml +++ b/spring-bootstrap-samples/spring-bootstrap-ui-sample/pom.xml @@ -8,7 +8,6 @@ 0.5.0.BUILD-SNAPSHOT spring-bootstrap-ui-sample - war / org.springframework.bootstrap.sample.ui.UiBootstrapApplication