Remove unused endpoint dependency 34/70034/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 9 Oct 2018 00:53:48 +0000 (20:53 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 9 Oct 2018 00:53:58 +0000 (20:53 -0400)
This should have been cleaned out when we moved the code into
policy/common. The release job fails since it looks for a
non-existent release artifact for this.

Issue-ID: POLICY-1189
Change-Id: I46c95166ae47cf955cd43f0ce4af8dd40c0251fe
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
controlloop/common/feature-controlloop-utils/pom.xml

index c43c2db..9989030 100644 (file)
       <version>${project.version}</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.onap.policy.drools-pdp</groupId>
-      <artifactId>policy-endpoints</artifactId>
-      <version>${project.version}</version>
-      <scope>provided</scope>
-    </dependency>
     <dependency>
       <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
       <artifactId>simulators</artifactId>