From 535f62b4b4870505d2351ed098415d8d643b2ace Mon Sep 17 00:00:00 2001 From: Suresh Charan Date: Wed, 29 Mar 2023 20:01:21 -0400 Subject: Removed db-based statistics feature Statistics code cleanup Issue-ID: POLICY-4109 Change-Id: I5ad893deaf365c7e289b57c00260672f127d2630 Signed-off-by: Suresh Charan --- main/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main/pom.xml') diff --git a/main/pom.xml b/main/pom.xml index 2f2b5bb9..893cec03 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -3,7 +3,7 @@ Copyright (C) 2018 Ericsson. All rights reserved. Modified Copyright (C) 2018 Samsung Electronics Co., Ltd. Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2020-2022 Bell Canada. + Modifications Copyright (C) 2020-2023 Bell Canada. Modifications Copyright (C) 2022-2023 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -149,7 +149,6 @@ ToscaServiceTemplate=org.onap.policy.models.tosca.authorative.concepts.ToscaServiceTemplate, ToscaNodeTemplateArray=java.util.List, HealthCheckReport=org.onap.policy.common.endpoints.report.HealthCheckReport, - StatisticsReport=org.onap.policy.api.main.rest.provider.statistics.StatisticsReport, PolicyFetchMode=org.onap.policy.api.main.rest.PolicyFetchMode -- cgit