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

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


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new 07a7d018b4 CXF-8606: Introduce HTTP/2 Transport: client-side support 
(fixing netty-codec-http2 dependency scope)
07a7d018b4 is described below

commit 07a7d018b444d0b524ad0d433b96596e84f76931
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)
---
 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 dd32a429f4..bfe170a5a3 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -190,6 +190,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 fad0b863a8..50c65766f6 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