From 48276315757f6561ee6a52575c07ba4d726679f5 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 5 Mar 2018 20:34:18 -0500 Subject: Clean up pom.xml and fix CLM This has some cleanup for overriding managed dependencies, a duplicate entry for mariadb, unnecessary inclusion of older EELF library, an upgrade of swagger tools to fix a security issue and lastly an override of a depedency to clear a security issue. Issue-ID: POLICY-507 Change-Id: I8767f6edc37551c559010d96d350afdd5961f13d Signed-off-by: Pamela Dragosh --- PolicyEngineUtils/pom.xml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'PolicyEngineUtils') diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index 9e2e13b15..e7196c511 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -88,15 +88,20 @@ 4.11 test - - org.mariadb.jdbc - mariadb-java-client - 1.2.3 + + + com.thoughtworks.xstream + xstream + 1.4.10 org.drools drools-verifier - 6.3.0.Final + 6.5.0.Final com.google.guava @@ -106,6 +111,10 @@ com.lowagie itext + + com.thoughtworks.xstream + xstream + -- cgit 1.2.3-korg