summaryrefslogtreecommitdiffstats
path: root/feature-state-management/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-07-10 17:00:11 -0400
committerJim Hahn <jrh3@att.com>2019-07-10 17:17:22 -0400
commitaffd783174f1fe5b92dc54a69388f9bb8bde1d88 (patch)
tree616b004f508faa9646b08a901788802e52294ec1 /feature-state-management/pom.xml
parenta593d0931f9a5785572bb52c5dfae32faa5d8116 (diff)
Fix checkstyle issues in feature-state-management
Also deleted the checkstyle suppression file. Change-Id: I41adf8c09fe0613134876976c6aadd193e38fbaa Issue-ID: POLICY-1905 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'feature-state-management/pom.xml')
-rw-r--r--feature-state-management/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/feature-state-management/pom.xml b/feature-state-management/pom.xml
index f32276b8..95f0feaa 100644
--- a/feature-state-management/pom.xml
+++ b/feature-state-management/pom.xml
@@ -2,7 +2,7 @@
============LICENSE_START=======================================================
feature-state-management
================================================================================
- 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.
@@ -100,7 +100,6 @@
<includeTestResources>true</includeTestResources>
<excludes>
</excludes>
- <suppressionsLocation>${project.baseUri}checkstyle-suppressions.xml</suppressionsLocation>
<consoleOutput>true</consoleOutput>
<failsOnViolation>true</failsOnViolation>
<violationSeverity>warning</violationSeverity>