Clean up dependencies 52/106552/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 20 Jun 2023 11:49:31 +0000 (13:49 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 20 Jun 2023 11:52:07 +0000 (13:52 +0200)
We have a ton of warnings about used/undeclared dependencies. Clean
these up.

Change-Id: I7a434a150ea62f7fc1ff93b34d48a98e24e79274
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/config/netty-threadgroup-config/pom.xml
opendaylight/md-sal/cds-dom-api/pom.xml
opendaylight/md-sal/sal-common-util/pom.xml

index a6e605f854763662bd4c99511ae55b9a95eab2fb..5d2cf6b3eff53104ea37361142df8910f1cd64c7 100644 (file)
   <description>Configuration Wrapper around netty's event group</description>
 
   <dependencies>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-transport</artifactId>
index 8b176b442540c217050700a018e57c27edeb866d..bb78417095be5e235426815c1a74b3ad52d3bc32 100644 (file)
     <packaging>bundle</packaging>
 
     <dependencies>
+        <dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>concepts</artifactId>
index 35ce8abda889c2d2f233754aaf5e9cf15276572b..0b0c86bbd4c2636423ee3d9e4f8b9a030b69c11a 100644 (file)
@@ -13,8 +13,8 @@
 
   <dependencies>
     <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
+      <groupId>org.eclipse.jdt</groupId>
+      <artifactId>org.eclipse.jdt.annotation</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>