From 25dbe3334e327fa23ad788ae81373cbe4bdb4188 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 20 Jun 2023 13:49:31 +0200 Subject: [PATCH] Clean up dependencies We have a ton of warnings about used/undeclared dependencies. Clean these up. Change-Id: I7a434a150ea62f7fc1ff93b34d48a98e24e79274 Signed-off-by: Robert Varga --- opendaylight/config/netty-threadgroup-config/pom.xml | 4 ++++ opendaylight/md-sal/cds-dom-api/pom.xml | 4 ++++ opendaylight/md-sal/sal-common-util/pom.xml | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/opendaylight/config/netty-threadgroup-config/pom.xml b/opendaylight/config/netty-threadgroup-config/pom.xml index a6e605f854..5d2cf6b3ef 100644 --- a/opendaylight/config/netty-threadgroup-config/pom.xml +++ b/opendaylight/config/netty-threadgroup-config/pom.xml @@ -17,6 +17,10 @@ Configuration Wrapper around netty's event group + + io.netty + netty-common + io.netty netty-transport diff --git a/opendaylight/md-sal/cds-dom-api/pom.xml b/opendaylight/md-sal/cds-dom-api/pom.xml index 8b176b4425..bb78417095 100644 --- a/opendaylight/md-sal/cds-dom-api/pom.xml +++ b/opendaylight/md-sal/cds-dom-api/pom.xml @@ -12,6 +12,10 @@ bundle + + org.eclipse.jdt + org.eclipse.jdt.annotation + org.opendaylight.yangtools concepts diff --git a/opendaylight/md-sal/sal-common-util/pom.xml b/opendaylight/md-sal/sal-common-util/pom.xml index 35ce8abda8..0b0c86bbd4 100644 --- a/opendaylight/md-sal/sal-common-util/pom.xml +++ b/opendaylight/md-sal/sal-common-util/pom.xml @@ -13,8 +13,8 @@ - com.google.guava - guava + org.eclipse.jdt + org.eclipse.jdt.annotation org.opendaylight.yangtools -- 2.36.6