Upgrade to checkstyle 6.17

Fixes gh-5547
This commit is contained in:
Phillip Webb
2016-03-31 13:12:49 -07:00
parent 4f200a852b
commit 893a6c32f3
23 changed files with 67 additions and 43 deletions

View File

@@ -37,6 +37,7 @@ public @interface DependencyManagementBom {
* One or more sets of colon-separated coordinates ({@code group:module:version}) of a
* Maven bom that contains dependency management that will add to and override the
* default dependency management.
* @return the BOM coordinates
*/
String[] value();