From: Robert Varga Date: Tue, 26 Apr 2022 12:57:19 +0000 (+0200) Subject: Fix mdsal-binding-test-model maven warning X-Git-Tag: v10.0.0~94 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=mdsal.git;a=commitdiff_plain;h=5ceb6e0b3c6111928f0ef9e618e15faae46c8560 Fix mdsal-binding-test-model maven warning We are using two dependencies without declaring them, fix that up. Change-Id: Ifd71d0b5c7768107e004d3c851369d404fc8cbba Signed-off-by: Robert Varga --- diff --git a/binding/mdsal-binding-test-model/pom.xml b/binding/mdsal-binding-test-model/pom.xml index 4e0b23e169..59ae2361bc 100644 --- a/binding/mdsal-binding-test-model/pom.xml +++ b/binding/mdsal-binding-test-model/pom.xml @@ -31,6 +31,14 @@ + + com.google.guava + guava + + + org.opendaylight.yangtools + yang-common + org.opendaylight.mdsal.model yang-ext