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/src/test/resources/META-INF/persistence.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src/test/resources/META-INF/persistence.xml') diff --git a/main/src/test/resources/META-INF/persistence.xml b/main/src/test/resources/META-INF/persistence.xml index c302de00..68f49dae 100644 --- a/main/src/test/resources/META-INF/persistence.xml +++ b/main/src/test/resources/META-INF/persistence.xml @@ -3,6 +3,7 @@ ============LICENSE_START======================================================= Copyright (C) 2019-2020 Nordix Foundation. Modifications Copyright (C) 2021 AT&T Intellectual Property. + Modifications Copyright (C) 2023 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -30,7 +31,6 @@ org.onap.policy.models.pdp.persistence.concepts.JpaPdp org.onap.policy.models.pdp.persistence.concepts.JpaPdpGroup org.onap.policy.models.pdp.persistence.concepts.JpaPdpPolicyStatus - org.onap.policy.models.pdp.persistence.concepts.JpaPdpStatistics org.onap.policy.models.pdp.persistence.concepts.JpaPdpSubGroup org.onap.policy.models.tosca.simple.concepts.JpaToscaCapabilityAssignment org.onap.policy.models.tosca.simple.concepts.JpaToscaCapabilityAssignments -- cgit 1.2.3-korg