@ -319,6 +319,11 @@
<artifactId>hibernate-jpa-2.0-api</artifactId>
<version>1.0.1.Final</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.3.1.Final</version>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@ -40,8 +40,6 @@
<!-- FIXME: make this optional -->
<groupId>com.fasterxml.jackson.core</groupId>
@ -19,6 +19,7 @@
<module>spring-bootstrap-tomcat-sample</module>
<module>spring-bootstrap-profile-sample</module>
<module>spring-bootstrap-trad-sample</module>
<module>spring-bootstrap-ui-sample</module>
<module>spring-bootstrap-xml-sample</module>
</modules>
<build>
@ -8,7 +8,6 @@
<version>0.5.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-bootstrap-ui-sample</artifactId>
<packaging>war</packaging>
<properties>
<m2eclipse.wtp.contextRoot>/</m2eclipse.wtp.contextRoot>
<start-class>org.springframework.bootstrap.sample.ui.UiBootstrapApplication</start-class>