From ddbb619651a9073666274592359124ce271725ed Mon Sep 17 00:00:00 2001 From: Ilia Motornyi Date: Thu, 26 Jan 2017 16:27:54 +0200 Subject: JspIntegrationTest as a separate module (#8228) Part of vaadin/framework8-issues#539 --- test/servlet-containers/jsp-integration/pom.xml | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 test/servlet-containers/jsp-integration/pom.xml (limited to 'test/servlet-containers/jsp-integration/pom.xml') diff --git a/test/servlet-containers/jsp-integration/pom.xml b/test/servlet-containers/jsp-integration/pom.xml new file mode 100644 index 0000000000..c32914c3c0 --- /dev/null +++ b/test/servlet-containers/jsp-integration/pom.xml @@ -0,0 +1,30 @@ + + + 4.0.0 + + com.vaadin + vaadin-test + 8.0-SNAPSHOT + ../.. + + vaadin-test-jsp-integration + vaadin-test-jsp-integration + war + + + + + com.vaadin + vaadin-client-compiled + + + + com.vaadin + vaadin-uitest-common + ${project.version} + test + + + + -- cgit v1.2.3