This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit ff7edcd72307a50941536bede634055c80a596ba
Author: Andriy Redko <[email protected]>
AuthorDate: Sat May 6 13:09:52 2023 -0400

    CXF-8606: Introduce HTTP/2 Transport: client-side support (fixing 
netty-codec-http2 dependency scope)
    
    (cherry picked from commit 07a7d018b444d0b524ad0d433b96596e84f76931)
---
 osgi/karaf/features/src/main/resources/features.xml | 1 +
 rt/transports/http-netty/netty-client/pom.xml       | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/osgi/karaf/features/src/main/resources/features.xml 
b/osgi/karaf/features/src/main/resources/features.xml
index b2d1473f72..128564cac6 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -203,6 +203,7 @@
         <bundle 
start-level="40">mvn:io.netty/netty-resolver/${cxf.netty.version}</bundle>
         <bundle 
start-level="40">mvn:io.netty/netty-codec/${cxf.netty.version}</bundle>
         <bundle 
start-level="40">mvn:io.netty/netty-codec-http/${cxf.netty.version}</bundle>
+        <bundle 
start-level="40">mvn:io.netty/netty-codec-http2/${cxf.netty.version}</bundle>
         <bundle 
start-level="40">mvn:org.apache.cxf/cxf-rt-transports-http-netty-client/${project.version}</bundle>
     </feature>
     <feature name="cxf-http-netty-server" version="${project.version}">
diff --git a/rt/transports/http-netty/netty-client/pom.xml 
b/rt/transports/http-netty/netty-client/pom.xml
index b8ee1aef72..d952f534ac 100644
--- a/rt/transports/http-netty/netty-client/pom.xml
+++ b/rt/transports/http-netty/netty-client/pom.xml
@@ -53,7 +53,6 @@
             <groupId>io.netty</groupId>
             <artifactId>netty-codec-http2</artifactId>
             <version>${cxf.netty.version}</version>
-            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Reply via email to