javax.servlet must be included 81/64081/1
authorJim Hahn <jrh3@att.com>
Fri, 31 Aug 2018 23:17:13 +0000 (19:17 -0400)
committerJim Hahn <jrh3@att.com>
Fri, 31 Aug 2018 23:18:23 +0000 (19:18 -0400)
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>
integration/pom.xml

index 523f034..6eaae30 100644 (file)
@@ -79,7 +79,6 @@
                 <groupId>javax.servlet</groupId>
                 <artifactId>javax.servlet-api</artifactId>
                 <version>4.0.1</version>
-                <scope>provided</scope>
             </dependency>
 
             <!-- HttpComponents Client -->