diff options
author | Jim Hahn <jrh3@att.com> | 2019-01-10 14:28:28 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-01-10 14:32:40 -0500 |
commit | e617b92c5587661acdbc895e047f1b00d6c8debf (patch) | |
tree | 5e57fcfb10e8f41377bf340da3a14441c6a475b0 /controlloop/common/feature-controlloop-trans/pom.xml | |
parent | bdc051bb70262daca12cd0c2e5fcc6bcf795996c (diff) |
Remove feature-cl-trans checkstyle suppressions
Extracted CacheBasedControlLoopMetricsManager into its own class file.
Change-Id: I075d423192eb7a8d44cad7ccae8db8fcfe2715f7
Issue-ID: POLICY-1139
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/common/feature-controlloop-trans/pom.xml')
-rw-r--r-- | controlloop/common/feature-controlloop-trans/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/controlloop/common/feature-controlloop-trans/pom.xml b/controlloop/common/feature-controlloop-trans/pom.xml index 1a6261c43..0aa320ad3 100644 --- a/controlloop/common/feature-controlloop-trans/pom.xml +++ b/controlloop/common/feature-controlloop-trans/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP ================================================================================ - Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2018-2019 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. @@ -104,7 +104,6 @@ <includeTestResources>true</includeTestResources> <excludes> </excludes> - <suppressionsLocation>${project.basedir}/checkstyle-suppressions.xml</suppressionsLocation> <consoleOutput>true</consoleOutput> <failsOnViolation>true</failsOnViolation> <violationSeverity>warning</violationSeverity> |