From 3cbd834842319d151d9248706bc14e14a3abca42 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Thu, 5 Oct 2017 10:09:22 +0300 Subject: Add maven based server tests for Wildfly and Jetty (#10116) This patch refactors the generic integration test war into two jar dependencies and individual modules for different servers. There is now a common approach for making configurations for the remaining server tests still executed through an Ant build script. --- test/servlet-containers/jsp-integration/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 index ed77a8b931..41eaf6cbf4 100644 --- a/test/servlet-containers/jsp-integration/pom.xml +++ b/test/servlet-containers/jsp-integration/pom.xml @@ -4,9 +4,8 @@ 4.0.0 com.vaadin - vaadin-test + vaadin-servlet-containers-test 8.2-SNAPSHOT - ../.. vaadin-test-jsp-integration vaadin-test-jsp-integration -- cgit v1.2.3