Package netty-codec-http2 41/110441/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 3 Mar 2024 06:12:38 +0000 (07:12 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 3 Mar 2024 06:12:38 +0000 (07:12 +0100)
Downstreams are interested in using HTTP/2, make sure we include the
corresponding codec.

Change-Id: I932d95a7158ff3e4e183882873decbb14e872fff
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-netty-4/pom.xml
features/odl-netty-4/src/main/history/dependencies.xml

index 05b68fe3a4a4661cccbc696010e1bc637fd4f48a..0523dd87ed38d6ec4be7f3b016207a3a05d77a9d 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-codec-http</artifactId>
         </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-codec-http2</artifactId>
+        </dependency>
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-handler</artifactId>
index 79b248d95dd68865170a40013f24fe09ca583e11..0459ff4727937a61ed536a7d1bb2f7e934acc7b4 100644 (file)
@@ -4,6 +4,7 @@
         <bundle>mvn:io.netty/netty-buffer/4.1.107.Final</bundle>
         <bundle>mvn:io.netty/netty-codec/4.1.107.Final</bundle>
         <bundle>mvn:io.netty/netty-codec-http/4.1.107.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http2/4.1.107.Final</bundle>
         <bundle>mvn:io.netty/netty-common/4.1.107.Final</bundle>
         <bundle>mvn:io.netty/netty-handler/4.1.107.Final</bundle>
         <bundle>mvn:io.netty/netty-resolver/4.1.107.Final</bundle>