Clean up library/impl dependencies 06/104406/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 15 Feb 2023 16:27:24 +0000 (17:27 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 15 Feb 2023 16:28:11 +0000 (17:28 +0100)
We have a number of undeclared dependencies, make sure we mention them
so the build is not dependent on transitive dependencies.

Change-Id: Ie7852b8a11cc3079a4c8554e5e33a78d473e963e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
library/impl/pom.xml

index 7a63dbd43da0819ad2de3ccdb813189e745234f7..b8cd95f77daf10b2be9b383a156fd2d08b68433c 100644 (file)
@@ -54,6 +54,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
     </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-handler</artifactId>
@@ -68,8 +80,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
 
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.aaa</groupId>
@@ -92,6 +104,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>slf4j-simple</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.sonarsource.java</groupId>
       <artifactId>sonar-jacoco-listeners</artifactId>