X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=pom.xml;h=f09a0850dba5d16998ae2008b4977137bbe82cb1;hp=020022968cd06980ec202230471fe24de2d2a0eb;hb=f18f820198878cddcea8b98c2a5e0c9843b923d2;hpb=aedcc19cfb89a8b387399a978afab1166be816e3 diff --git a/pom.xml b/pom.xml index 02002296..f09a0850 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,18 @@ Guido Wimmel Wimmel.Guido@swm.de + + Joel Johnson + mrjoel@lixil.net + + + Paul K. Moore + paulkmoore@gmail.com + + + Mark Robinson + mark@mrobinson.ca + @@ -97,9 +109,10 @@ UTF-8 - 4.3.0.Final - 4.3.0.Final - 3.0.4 + 4.3.1.Final + 4.3.1.Final + 4.3.1.Final + 3.2.1 1.0.1 1.0.3 @@ -131,6 +144,11 @@ hibernate-envers ${hibernate-envers.version} + + org.hibernate + hibernate-validator + ${hibernate-validator.version} + org.scannotation scannotation @@ -238,6 +256,26 @@ + + org.apache.maven.plugins + maven-invoker-plugin + 1.8 + + src/it/settings.xml + ${project.build.directory}/it + verify + true + + + + integration-test + + install + run + + + +