diff options
author | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-09-07 11:14:32 +0100 |
---|---|---|
committer | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-09-08 14:17:10 +0100 |
commit | 2ef334e5fa431755c7c2c90c147edd101f2b8aaa (patch) | |
tree | 300697f4190f68ced7cc94122eea0504bd6af720 /packages/policy-clamp-tarball/pom.xml | |
parent | 22b02a0536c4cad7fb6d1a838df197415682fef2 (diff) |
Remove DCAE participant and its references
DCAE interactions are handled by k8s-participant from Istanbul
due to the helm migration of DCAE services. Cloudify manager
is no longer used in DCAE.
Issue-ID: POLICY-3630
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: Ifc4cb2491d10cbb57c2e886480f4df7a691f2166
Diffstat (limited to 'packages/policy-clamp-tarball/pom.xml')
-rw-r--r-- | packages/policy-clamp-tarball/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/policy-clamp-tarball/pom.xml b/packages/policy-clamp-tarball/pom.xml index 9be98dff2..f70b5c5c1 100644 --- a/packages/policy-clamp-tarball/pom.xml +++ b/packages/policy-clamp-tarball/pom.xml @@ -44,11 +44,6 @@ </dependency> <dependency> <groupId>org.onap.policy.clamp.participant</groupId> - <artifactId>policy-clamp-participant-impl-dcae</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.onap.policy.clamp.participant</groupId> <artifactId>policy-clamp-participant-impl-kubernetes</artifactId> <version>${project.version}</version> </dependency> |