diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-10 16:10:49 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-07-10 16:12:21 -0400 |
commit | e6f7f7e85036a73c3d8f931a5a3aa9f6a1835abd (patch) | |
tree | 3f4438e09aeafb85705b5ca814ee0b449a5958ce /feature-healthcheck/pom.xml | |
parent | a593d0931f9a5785572bb52c5dfae32faa5d8116 (diff) |
Fix checkstyle issues in feature-healthcheck
Also deleted the checkstyle suppression file.
Change-Id: I44b5eaac4b75a7fc2186066d2bb109752a9e2e0f
Issue-ID: POLICY-1904
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'feature-healthcheck/pom.xml')
-rw-r--r-- | feature-healthcheck/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/feature-healthcheck/pom.xml b/feature-healthcheck/pom.xml index eec0b622..a4385f77 100644 --- a/feature-healthcheck/pom.xml +++ b/feature-healthcheck/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Drools PDP ================================================================================ - Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-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. @@ -105,7 +105,6 @@ <includeTestResources>true</includeTestResources> <excludes> </excludes> - <suppressionsLocation>${project.baseUri}checkstyle-suppressions.xml</suppressionsLocation> <consoleOutput>true</consoleOutput> <failsOnViolation>true</failsOnViolation> <violationSeverity>warning</violationSeverity> |