Fix NexusIQ security vunerabilities 79/67679/1
authorMichael Reece <michaere@amdocs.com>
Wed, 19 Sep 2018 10:52:59 +0000 (11:52 +0100)
committerMichael Reece <michaere@amdocs.com>
Wed, 19 Sep 2018 10:52:59 +0000 (11:52 +0100)
Additional fixes to exclude dom4j and commons-httpclient dependencies

Issue-ID: AAI-1614

Change-Id: Ic9b450140899069f66c30f320cba3b853c1013db
Signed-off-by: Michael Reece <michaere@amdocs.com>
champ-lib/champ-core/pom.xml
champ-lib/champ-janus/pom.xml
champ-lib/champ-titan/pom.xml
champ-service/pom.xml

index 38318b0..c64b0df 100644 (file)
@@ -118,6 +118,10 @@ limitations under the License.
                     <groupId>commons-httpclient</groupId>
                     <artifactId>commons-compress</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>commons-httpclient</groupId>
+                    <artifactId>commons-httpclient</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
index 10f0d99..f17de33 100644 (file)
@@ -80,6 +80,10 @@ limitations under the License.
                     <groupId>org.apache.tinkerpop</groupId>
                     <artifactId>gremlin-groovy</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>dom4j</groupId>
+                    <artifactId>dom4j</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
index e83ff7c..4942156 100644 (file)
@@ -91,6 +91,10 @@ limitations under the License.
                     <groupId>org.mindrot</groupId>
                     <artifactId>jbcrypt</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>dom4j</groupId>
+                    <artifactId>dom4j</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
index 6a31fb4..cbd54f6 100644 (file)
@@ -94,13 +94,6 @@ limitations under the License.
             <artifactId>spring-boot-starter-jersey</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>dom4j</groupId>
-            <artifactId>dom4j</artifactId>
-            <version>1.6.1</version>
-            <scope>provided</scope>
-        </dependency>
-
         <dependency>
             <groupId>org.json</groupId>
             <artifactId>json</artifactId>