diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-10 15:42:40 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-07-17 08:53:11 -0400 |
commit | 6dee9fba7e3c471bab358d8567a9e3e0a3fca769 (patch) | |
tree | a51ebc52fdeed43f678b085234869dadf8902c33 /api-active-standby-management/pom.xml | |
parent | 254e206198b72376ca31fe5950b805335a4376b4 (diff) |
Fix checkstyle issues in api-active-standby-management
Also deleted the checkstyle suppression file.
Change-Id: I3518f29c75061dced8f507b274388f7588859037
Issue-ID: POLICY-1901
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'api-active-standby-management/pom.xml')
-rw-r--r-- | api-active-standby-management/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/api-active-standby-management/pom.xml b/api-active-standby-management/pom.xml index 0d6861bd..9182c5a8 100644 --- a/api-active-standby-management/pom.xml +++ b/api-active-standby-management/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ECOMP Policy Engine - Drools PDP ================================================================================ - Copyright (C) 2017 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. @@ -69,7 +69,6 @@ <includeTestResources>true</includeTestResources> <excludes> </excludes> - <suppressionsLocation>${project.baseUri}checkstyle-suppressions.xml</suppressionsLocation> <consoleOutput>true</consoleOutput> <failsOnViolation>true</failsOnViolation> <violationSeverity>warning</violationSeverity> |