From 453c96efc61f87649c761ffde9f932bd1145dfc7 Mon Sep 17 00:00:00 2001 From: Peter Neubauer Date: Thu, 6 Jun 2013 23:06:06 +0200 Subject: [PATCH] validation needed to run inside IntelliJ --- spring-data-neo4j-examples/hello-worlds/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/spring-data-neo4j-examples/hello-worlds/pom.xml b/spring-data-neo4j-examples/hello-worlds/pom.xml index 3fab0698f..d75c151d2 100644 --- a/spring-data-neo4j-examples/hello-worlds/pom.xml +++ b/spring-data-neo4j-examples/hello-worlds/pom.xml @@ -104,8 +104,14 @@ true compile + + javax.validation + validation-api + 1.0.0.GA + - + +