Remove unused dependency 32/98332/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 7 Nov 2021 13:12:32 +0000 (14:12 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 7 Nov 2021 18:31:18 +0000 (19:31 +0100)
netconf-util is not using netty-common, ditch that dependency.

Change-Id: I77053e25d6aef62fca78a2b635e1d58c9eb26c9d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 42b3ec4cf9b285c5f1fefd9c9dc8c2cea69aa413)

netconf/netconf-util/pom.xml

index 515644e26595bfc4f589b69e22943f0957b811a5..4f30748f634e8517502d13a71a73700c88bdbafa 100644 (file)
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
     </dependency>
-    <dependency>
-      <groupId>io.netty</groupId>
-      <artifactId>netty-common</artifactId>
-    </dependency>
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-transport</artifactId>