fix security vulnerabilities 83/60583/1 v1.1.5
authorsunil unnava <su622b@att.com>
Tue, 14 Aug 2018 16:50:37 +0000 (12:50 -0400)
committersunil unnava <su622b@att.com>
Tue, 14 Aug 2018 16:52:19 +0000 (12:52 -0400)
Issue-ID: DMAAP-592
Change-Id: I8555e3633222e3599b29dafd8fd0ec17bb426773
Signed-off-by: sunil unnava <su622b@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7112a10..d792506 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <groupId>org.apache.tomcat</groupId>
                        <artifactId>tomcat-catalina</artifactId>
                        <version>8.5.23</version>
-               </dependency> -->
-               <!-- <dependency>
+               </dependency>
+               <dependency>
                        <groupId>org.apache.tomcat</groupId>
                        <artifactId>tomcat-util</artifactId>
                        <version>8.5.23</version>
-               </dependency> -->
-               <!-- <dependency>
+               </dependency>
+               <dependency>
                        <groupId>org.apache.tomcat.embed</groupId>
                        <artifactId>tomcat-embed-core</artifactId>
                        <version>8.5.23</version>
                        <groupId>com.att.nsa</groupId>
                        <artifactId>nsaServerLibrary</artifactId>
                        <version>1.0.10</version>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.apache.tomcat</groupId>
+                                       <artifactId>tomcat-catalina</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.apache.tomcat.embed</groupId>
+                                       <artifactId>tomcat-embed-core</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.apache.tomcat</groupId>
+                                       <artifactId>tomcat-util</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
                <dependency>
                        <groupId>com.att.nsa</groupId>