diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2021-02-05 16:05:50 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2021-02-08 13:24:08 -0600 |
commit | 13ab17b2050ecfe5265c8fc347fa0960bac185d7 (patch) | |
tree | 3cff8341b304a674992d3b2ad4426b69b45aab1f /policy-utils/pom.xml | |
parent | 208be1c545895cf61bc38fbc7bc5e9e45d085016 (diff) |
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 <jorge.hernandez-herrero@att.com>
Change-Id: I8f5d773f27871e19c8796d1fe2f3972b4c21fe67
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'policy-utils/pom.xml')
-rw-r--r-- | policy-utils/pom.xml | 13 |
1 files changed, 9 insertions, 4 deletions
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. @@ -47,6 +47,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>com.openpojo</groupId> + <artifactId>openpojo</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>utils</artifactId> <version>${policy.common.version}</version> @@ -95,7 +100,7 @@ <excludes> </excludes> <consoleOutput>true</consoleOutput> - <failsOnViolation>true</failsOnViolation> + <failOnViolation>true</failOnViolation> <violationSeverity>warning</violationSeverity> </configuration> </execution> |