Fix transport-{api,tcp} dependencies 20/102820/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 20 Oct 2022 15:00:50 +0000 (17:00 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 20 Oct 2022 15:00:50 +0000 (17:00 +0200)
netty-common is used by api, not by tcp, fix that up.

Change-Id: I338e1113506217905f6c8a779ab90d0025ccf2f1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
transport/transport-api/pom.xml
transport/transport-tcp/pom.xml

index 5e5b9e11e5cc338098bece2c0be96bef728961a7..e7cac1e96e34d06fc6580359f0f1273c664596bb 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>
index 347a300fbd1aac80b088832cf3d22038659ef1bd..89794e61d4987903c7a3e36c79f9c68addd7f5dc 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>