diff options
author | Jim Hahn <jrh3@att.com> | 2018-08-31 19:17:13 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-08-31 19:18:23 -0400 |
commit | 2aa896678483b929d803c5d4974d8fe57c313779 (patch) | |
tree | 438316af0710c1ca42f27eed6c9cf1926a14d8b9 | |
parent | 435df5d578b45a046e244f8e1780a5e959c7edec (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.xml | 1 |
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 --> |