Fix transport-http dependency 38/111138/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Mar 2024 13:31:31 +0000 (14:31 +0100)
committerRobert Varga <nite@hq.sk>
Mon, 1 Apr 2024 15:13:40 +0000 (15:13 +0000)
We have a missing netty-handler dependency, eliciting a warning. Fix
that.

JIRA: NETCONF-1248
Change-Id: I8021408a56a22855b85c3417d010454058854e3e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
transport/transport-http/pom.xml

index 3ec4ead353cc4ab17fcd426f7cd596339c2e83b3..c425c2ab74a8cc66f2dbdc54cf5603893671df25 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-codec-http2</artifactId>
         </dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-codec-http2</artifactId>
         </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-handler</artifactId>
+        </dependency>
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport</artifactId>
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport</artifactId>