From b3ed6fbd431bed5e3b1a75feee0c749868a08075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 14 Jun 2016 00:34:55 +0300 Subject: [PATCH] Use sevntu-checkstyle check for required annotation parameters RequiredParameterForAnnotation available on Sevntu since https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues/321 --- etc/checkstyle.xml | 11 ++++------- pom.xml | 8 -------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/etc/checkstyle.xml b/etc/checkstyle.xml index 0196e2a1ca..bb266c5544 100644 --- a/etc/checkstyle.xml +++ b/etc/checkstyle.xml @@ -94,13 +94,6 @@ under the License. - - - - - - - @@ -109,6 +102,10 @@ under the License. + + + + diff --git a/pom.xml b/pom.xml index 7254f20f32..f09b538b1b 100644 --- a/pom.xml +++ b/pom.xml @@ -1067,14 +1067,6 @@ sevntu-checkstyle-maven-plugin 1.21.0 - - - - org.hornetq - hornetq-checkstyle-checks - 0.2 - ${skipStyleCheck}