From 2aa896678483b929d803c5d4974d8fe57c313779 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 31 Aug 2018 19:17:13 -0400 Subject: [PATCH] javax.servlet must be included Removed the "provided" scope for javax.servlet so that it will be downloaded as part of an install. Change-Id: I3979d2c4d2b9496c6f066532f373862bf8e40b76 Issue-ID: POLICY-1085 Signed-off-by: Jim Hahn --- integration/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/integration/pom.xml b/integration/pom.xml index 523f034d..6eaae30f 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -79,7 +79,6 @@ javax.servlet javax.servlet-api 4.0.1 - provided -- 2.16.6