From 9d2ba73d6dab144c168237da935d5e41c0035ffb Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 9 Sep 2020 17:39:17 -0400 Subject: Remove deleted dependency from apex-pdp One of the poms refers to core-deployment, which has been deleted from apex-pdp. Deleted it from the pom. Issue-ID: POLICY-2789 Change-Id: Ie9d9265ad61808ca0d5dbf8ea3e772ac7348edbb Signed-off-by: Jim Hahn --- testsuites/integration/integration-uservice-test/pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index 1ff5d26b9..74699df8e 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -3,6 +3,7 @@ Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2019-2020 Nordix Foundation. Modifications Copyright (C) 2020 Bell Canada. + Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -47,11 +48,6 @@ core-engine ${project.version} - - org.onap.policy.apex-pdp.core - core-deployment - ${project.version} - org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-schema plugins-context-schema-avro -- cgit 1.2.3-korg