Remove deleted dependency from apex-pdp 27/112427/2
authorJim Hahn <jrh3@att.com>
Wed, 9 Sep 2020 21:39:17 +0000 (17:39 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 9 Sep 2020 21:43:06 +0000 (17:43 -0400)
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 <jrh3@att.com>
testsuites/integration/integration-uservice-test/pom.xml

index 1ff5d26..74699df 100644 (file)
@@ -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.
             <artifactId>core-engine</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.onap.policy.apex-pdp.core</groupId>
-            <artifactId>core-deployment</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-schema</groupId>
             <artifactId>plugins-context-schema-avro</artifactId>