From 13ab17b2050ecfe5265c8fc347fa0960bac185d7 Mon Sep 17 00:00:00 2001 From: jhh Date: Fri, 5 Feb 2021 16:05:50 -0600 Subject: pull generic code from mdctransaction into metric created generic metric classes that would be used now for 2 purposes: 1) existing logging framework of metrics and transactions, 2) generic metric tracking to be use to report pdp statistics. Issue-ID: POLICY-3033 Signed-off-by: jhh Change-Id: I8f5d773f27871e19c8796d1fe2f3972b4c21fe67 Signed-off-by: jhh --- policy-utils/pom.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'policy-utils/pom.xml') diff --git a/policy-utils/pom.xml b/policy-utils/pom.xml index 65de074b..5b38c03c 100644 --- a/policy-utils/pom.xml +++ b/policy-utils/pom.xml @@ -3,14 +3,14 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Drools PDP ================================================================================ - Copyright (C) 2017, 2019-2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017, 2019-2021 AT&T Intellectual Property. 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. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -46,6 +46,11 @@ assertj-core test + + com.openpojo + openpojo + test + org.onap.policy.common utils @@ -95,7 +100,7 @@ true - true + true warning -- cgit 1.2.3-korg