diff -r 860340d4c645 -r 4a2bb15f76cd server/pom.xml
--- a/server/pom.xml Thu Apr 04 15:41:00 2013 +0200
+++ b/server/pom.xml Thu Apr 04 15:42:08 2013 +0200
@@ -95,6 +95,10 @@
static/js
+ ../client/lib
+ static/lib
+
+
../client/css
*.css
@@ -269,6 +273,7 @@
org.springframework
spring-test
${spring-version}
+ test
org.springframework
@@ -386,7 +391,22 @@
joda-time
joda-time
${joda-version}
+
+
+ javax.validation
+ validation-api
+ 1.1.0.CR2
+
+ org.hibernate
+ hibernate-validator
+ 4.2.0.Final
+
+
+ com.fasterxml.uuid
+ java-uuid-generator
+ 3.1.3
+
IRI