From: Jie Han Date: Thu, 22 Nov 2018 11:51:37 +0000 (+0800) Subject: Clean up pom of mdsal-binding-test-model a bit X-Git-Tag: v3.0.2~9 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=ca10b8febf9eabe638bdc6e56b43687d605b605b;hp=d1681e3a9a7cb9dddd83677dab476edae3062f37;p=mdsal.git 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 --- 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 + +