From fd92d1f134962fdd3302cd5ad575e072a3dae7bd Mon Sep 17 00:00:00 2001 From: Denis Date: Mon, 16 Jan 2017 16:42:03 +0200 Subject: Add separate modules to test Bean Validation lib necessity. (#8249) * Add separate modules to test Bean Validation lib necessity. Fixes #8141 --- test/bean-api-validation/pom.xml | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 test/bean-api-validation/pom.xml (limited to 'test/bean-api-validation/pom.xml') diff --git a/test/bean-api-validation/pom.xml b/test/bean-api-validation/pom.xml new file mode 100644 index 0000000000..39f5ec2afe --- /dev/null +++ b/test/bean-api-validation/pom.xml @@ -0,0 +1,41 @@ + + + 4.0.0 + + com.vaadin + vaadin-test + 8.0-SNAPSHOT + + vaadin-test-bean-api-validation + jar + + + + + org.eclipse.jetty + jetty-maven-plugin + ${jetty.version} + + -1 + 8081 + 5 + foo + + + + + start-jetty + + + + stop-jetty + + + + + + + + -- cgit v1.2.3