From 1395bdcb64255c427f3d7f7e5cbadf360ca1f896 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 23 Feb 2023 18:44:41 +0100 Subject: [PATCH] Fix sal-cluster-admin-api dependencies We have two dependencies which we do not declare, fix that. Change-Id: I5e7428f77a1da526c8fe813f320c66082a98c7f4 Signed-off-by: Robert Varga --- opendaylight/md-sal/sal-cluster-admin-api/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/opendaylight/md-sal/sal-cluster-admin-api/pom.xml b/opendaylight/md-sal/sal-cluster-admin-api/pom.xml index e09788e71f..8422d37f97 100644 --- a/opendaylight/md-sal/sal-cluster-admin-api/pom.xml +++ b/opendaylight/md-sal/sal-cluster-admin-api/pom.xml @@ -12,6 +12,14 @@ bundle + + com.google.guava + guava + + + org.opendaylight.yangtools + yang-common + org.opendaylight.controller cds-access-api -- 2.36.6