From: Robert Varga Date: Tue, 20 Jun 2023 11:49:31 +0000 (+0200) Subject: Clean up dependencies X-Git-Tag: v8.0.0~18 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=25dbe3334e327fa23ad788ae81373cbe4bdb4188 Clean up dependencies We have a ton of warnings about used/undeclared dependencies. Clean these up. Change-Id: I7a434a150ea62f7fc1ff93b34d48a98e24e79274 Signed-off-by: Robert Varga --- 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