diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-10 16:19:44 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-07-10 16:19:44 -0400 |
commit | 1eeeb4672400ebe9d3fbd0703e3848cbf5dbfab9 (patch) | |
tree | 1744e6d74f92a72e21c1377aa72ee1b7f7f1d089 /feature-test-transaction/pom.xml | |
parent | a593d0931f9a5785572bb52c5dfae32faa5d8116 (diff) |
Fix checkstyle issues in feature-test-transaction
Also deleted the checkstyle suppression file.
Change-Id: If3eaadfbbd9b6a7942d514af78018b987d94fe4c
Issue-ID: POLICY-1906
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'feature-test-transaction/pom.xml')
-rw-r--r-- | feature-test-transaction/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/feature-test-transaction/pom.xml b/feature-test-transaction/pom.xml index 6e028615..da12e4b0 100644 --- a/feature-test-transaction/pom.xml +++ b/feature-test-transaction/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= feature-test-transaction ================================================================================ - 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. @@ -102,7 +102,6 @@ <includeTestResources>true</includeTestResources> <excludes> </excludes> - <suppressionsLocation>${project.baseUri}checkstyle-suppressions.xml</suppressionsLocation> <consoleOutput>true</consoleOutput> <failsOnViolation>true</failsOnViolation> <violationSeverity>warning</violationSeverity> |