aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2018-08-31 19:17:13 -0400
committerJim Hahn <jrh3@att.com>2018-08-31 19:18:23 -0400
commit2aa896678483b929d803c5d4974d8fe57c313779 (patch)
tree438316af0710c1ca42f27eed6c9cf1926a14d8b9
parent435df5d578b45a046e244f8e1780a5e959c7edec (diff)
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 <jrh3@att.com>
-rw-r--r--integration/pom.xml1
1 files changed, 0 insertions, 1 deletions
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 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.1</version>
- <scope>provided</scope>
</dependency>
<!-- HttpComponents Client -->