From f400382b8a526a23b921818a148e78f0a56da15a Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 6 Nov 2018 19:27:40 -0500 Subject: [PATCH] Remove exclusion of dme Since upgrading to dmaap 1.1.9, the exclusion is no longer needed. This exclusion may have been the culprit to POLICY-698's problem. Thus, removing the added dependency that was put in to resolve it. This should now clear all the javax.jms inclusions which have license issues. Issue-ID: POLICY-1229 Change-Id: Iba5e9db9576a8a8ca685e2ddfb46369ff6118cf0 Signed-off-by: Pamela Dragosh --- PolicyEngineUtils/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index 27b91d419..4d552b85f 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -101,11 +101,6 @@ com.google.code.gson gson - - com.att.aft - dme2 - 3.1.200 - org.onap.dmaap.messagerouter.dmaapclient dmaapClient @@ -114,10 +109,6 @@ org.slf4j slf4j-log4j12 - - com.att.aft - dme2 - -- 2.16.6