From d500d53000c37d2949536471da76a3a3c43144f0 Mon Sep 17 00:00:00 2001 From: jbescos Date: Mon, 11 May 2020 12:53:00 +0200 Subject: [PATCH] jersey-2031 (#4453) Signed-off-by: Jorge Bescos Gascon --- tests/integration/jersey-2031/pom.xml | 41 ++++++++++++++++--- .../src/main/webapp/WEB-INF/web.xml | 10 +---- tests/integration/pom.xml | 2 +- 3 files changed, 38 insertions(+), 15 deletions(-) diff --git a/tests/integration/jersey-2031/pom.xml b/tests/integration/jersey-2031/pom.xml index 53da1a5fa4..659be378b8 100644 --- a/tests/integration/jersey-2031/pom.xml +++ b/tests/integration/jersey-2031/pom.xml @@ -1,7 +1,7 @@ - + 4.0.0 org.glassfish.jersey.tests.integration project - 2.29-SNAPSHOT + 2.31-SNAPSHOT jersey-2031 @@ -41,13 +43,12 @@ org.glassfish.jersey.ext jersey-mvc-jsp - javax.servlet servlet-api ${servlet2.version} + provided - org.glassfish.jersey.test-framework.providers jersey-test-framework-provider-external @@ -69,6 +70,36 @@ org.eclipse.jetty jetty-maven-plugin + + org.apache.maven.plugins + maven-antrun-plugin + + + copy-tld + test + + + + + + + run + + + + delete-tld + post-integration-test + + + + + + + run + + + + diff --git a/tests/integration/jersey-2031/src/main/webapp/WEB-INF/web.xml b/tests/integration/jersey-2031/src/main/webapp/WEB-INF/web.xml index 0974cee97a..d0c8e60f27 100644 --- a/tests/integration/jersey-2031/src/main/webapp/WEB-INF/web.xml +++ b/tests/integration/jersey-2031/src/main/webapp/WEB-INF/web.xml @@ -1,7 +1,7 @@ + jersey-2031 jersey-2136 jersey-2137 jersey-2154