aboutsummaryrefslogtreecommitdiffstats
path: root/champ-lib/champ-janus
diff options
context:
space:
mode:
authorMichael Reece <michaere@amdocs.com>2018-09-19 11:52:59 +0100
committerMichael Reece <michaere@amdocs.com>2018-09-19 11:52:59 +0100
commit749cad9bfd8cb3be54ccdab13b9093d5cdac1c88 (patch)
tree7ba5b95cc0e8e49d04decdc90a82e4d54dc58ab5 /champ-lib/champ-janus
parentaa6f9acfc15b8836bc4b50bd6bdfa1b06c49d321 (diff)
Fix NexusIQ security vunerabilities
Additional fixes to exclude dom4j and commons-httpclient dependencies Issue-ID: AAI-1614 Change-Id: Ic9b450140899069f66c30f320cba3b853c1013db Signed-off-by: Michael Reece <michaere@amdocs.com>
Diffstat (limited to 'champ-lib/champ-janus')
-rw-r--r--champ-lib/champ-janus/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml
index 10f0d99..f17de33 100644
--- a/champ-lib/champ-janus/pom.xml
+++ b/champ-lib/champ-janus/pom.xml
@@ -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>