From: Robert Varga Date: Mon, 26 Jun 2023 12:42:24 +0000 (+0200) Subject: Improve binding-parent X-Git-Tag: v12.0.0~24 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=367c3c0499e139ced990fd24a549f23c41a535bd;p=mdsal.git Improve binding-parent Require basic things for generated code and make sure maven-dependency-plugin does not trip over optional parts. Change-Id: I98d11bd165f5f85d324d27039e4c1b75974ee3ee Signed-off-by: Robert Varga --- diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 482b0b9ddc..7d415962c3 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -43,14 +43,26 @@ + + com.github.spotbugs + spotbugs-annotations + true + + + com.google.guava + guava + + + org.eclipse.jdt + org.eclipse.jdt.annotation + org.opendaylight.mdsal yang-binding - com.github.spotbugs - spotbugs-annotations - true + org.opendaylight.yangtools + yang-common @@ -90,6 +102,15 @@ org.codehaus.mojo build-helper-maven-plugin + + maven-dependency-plugin + + + + com.github.spotbugs:spotbugs-annotations + + +