diff options
author | Ram Krishna Verma <ram.krishna.verma@est.tech> | 2019-07-18 15:28:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-18 15:28:32 +0000 |
commit | 6beaea5bafd3e8b87a770ad7ee6b5e3b668111a4 (patch) | |
tree | e0bede11d7e7b1ef5119de8cda8e25b2376dc220 /feature-active-standby-management/pom.xml | |
parent | b9b2f08186ede73d7231040fcb75321a68b1d765 (diff) | |
parent | f56dbc888dd7ef8c1abd31b726525cf57ede8aa7 (diff) |
Merge "Fix checkstyle issues in feature-active-standby-management"
Diffstat (limited to 'feature-active-standby-management/pom.xml')
-rw-r--r-- | feature-active-standby-management/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/feature-active-standby-management/pom.xml b/feature-active-standby-management/pom.xml index fea3c486..d5588822 100644 --- a/feature-active-standby-management/pom.xml +++ b/feature-active-standby-management/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= feature-active-standby-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> |