From ca10b8febf9eabe638bdc6e56b43687d605b605b Mon Sep 17 00:00:00 2001 From: Jie Han Date: Thu, 22 Nov 2018 19:51:37 +0800 Subject: [PATCH 1/1] Clean up pom of mdsal-binding-test-model a bit - Remove duplicated dependecy and exclution. - Enable spotbugs Change-Id: I9bcd76d7fcf1ae1447bbf4f0b698f6f24bc24279 Signed-off-by: Jie Han --- binding/mdsal-binding-test-model/pom.xml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/binding/mdsal-binding-test-model/pom.xml b/binding/mdsal-binding-test-model/pom.xml index 6bfc81de26..76f81fb01a 100644 --- a/binding/mdsal-binding-test-model/pom.xml +++ b/binding/mdsal-binding-test-model/pom.xml @@ -25,19 +25,9 @@ ${project.artifactId} - - org.opendaylight.mdsal - yang-binding - org.opendaylight.mdsal.model yang-ext - - - org.opendaylight.mdsal - yang-binding - - @@ -50,6 +40,13 @@ checkstyle.violationSeverity=error + + com.github.spotbugs + spotbugs-maven-plugin + + true + + -- 2.36.6