Add jetty-servlets as a dependency

Policy team uses this dependency in addition to the
other jetty dependencies - perhaps other projects do
also.

Issue-ID: INT-1464
Change-Id: Icad19e8aa1c064ea6106a69762d5830b4906e9d3
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
diff --git a/dependencies-clm/pom.xml b/dependencies-clm/pom.xml
index ca09d91..c2622fb 100644
--- a/dependencies-clm/pom.xml
+++ b/dependencies-clm/pom.xml
@@ -40,6 +40,10 @@
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-server</artifactId>
     </dependency>
     <dependency>
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index cb3c304..86c6eb1 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -48,6 +48,11 @@
       </dependency>
       <dependency>
         <groupId>org.eclipse.jetty</groupId>
+        <artifactId>jetty-servlets</artifactId>
+        <version>${jetty.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-server</artifactId>
         <version>${jetty.version}</version>
       </dependency>