diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-10-08 20:53:48 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-10-08 20:53:58 -0400 |
commit | a4e50fc467294c083943c79cb82f3d31d4b03e16 (patch) | |
tree | 142029ee5ef15bd8704d68b057ec75483afc154f | |
parent | 4498fc2617e0003b7d2f53a6b09051fd216c840e (diff) |
Remove unused endpoint dependency
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>
-rw-r--r-- | controlloop/common/feature-controlloop-utils/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/controlloop/common/feature-controlloop-utils/pom.xml b/controlloop/common/feature-controlloop-utils/pom.xml index c43c2db61..998903070 100644 --- a/controlloop/common/feature-controlloop-utils/pom.xml +++ b/controlloop/common/feature-controlloop-utils/pom.xml @@ -106,12 +106,6 @@ <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> <version>${project.version}</version> |