Update vulnerable dependency - javax.servlet:javax.servlet-api
[sdc.git] / catalog-dao / pom.xml
index 72f41b7..08f16a6 100644 (file)
@@ -50,6 +50,10 @@ Modifications copyright (c) 2018 Nokia
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-http</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>javax.servlet</groupId>
+          <artifactId>javax.servlet-api</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>