From a098edad859459ab116d4587af8262877f2b522a Mon Sep 17 00:00:00 2001 From: talio Date: Wed, 17 Jun 2020 15:57:06 +0300 Subject: Toggle Add toggling mechanism to catalog side. The first toggleable feature is healing - this was added to healing flow, in healJanusGraphDao Issue-ID: SDC-2874 Signed-off-by: talio Change-Id: If386651cab8304ebaf13497ded3a7a50bd60e477 Signed-off-by: talio --- catalog-be/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'catalog-be/pom.xml') diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 47650bd8c7..d0a0f95f8a 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -36,6 +36,18 @@ test + + org.openecomp.sdc + togglz-rest-services + ${project.version} + + + + com.rabbitmq + amqp-client + 3.3.1 + + com.fasterxml.jackson.core @@ -104,6 +116,12 @@ + + javax.ws.rs + javax.ws.rs-api + ${ws.rs.version} + + org.openecomp.sdc.be common-be -- cgit 1.2.3-korg