diff options
author | Michael Reece <michaere@amdocs.com> | 2018-09-19 11:52:59 +0100 |
---|---|---|
committer | Michael Reece <michaere@amdocs.com> | 2018-09-19 11:52:59 +0100 |
commit | 749cad9bfd8cb3be54ccdab13b9093d5cdac1c88 (patch) | |
tree | 7ba5b95cc0e8e49d04decdc90a82e4d54dc58ab5 /champ-service | |
parent | aa6f9acfc15b8836bc4b50bd6bdfa1b06c49d321 (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-service')
-rw-r--r-- | champ-service/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 6a31fb4..cbd54f6 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -95,13 +95,6 @@ limitations under the License. </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> <version>20160212</version> |