From 5ceb6e0b3c6111928f0ef9e618e15faae46c8560 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 26 Apr 2022 14:57:19 +0200 Subject: [PATCH] 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 --- binding/mdsal-binding-test-model/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.36.6