Remove unused dependency 27/98327/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 13:12:32 +0000 (14:12 +0100)
netconf-util is not using netty-common, ditch that dependency.

Change-Id: I77053e25d6aef62fca78a2b635e1d58c9eb26c9d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/netconf-util/pom.xml

index 199cb02dd3f114fc36945393c37e4559f144888d..047cb4b9b8eec304c7efcab624bda49f1e530d73 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>