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


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new df060ef454 Fix samples/pom.xml (missed 'cxf.netty.version' property 
after resolving merge conflicts)
df060ef454 is described below

commit df060ef454936d1ce183d47fd5ec70adefd742a7
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Dec 28 13:30:08 2023 -0500

    Fix samples/pom.xml (missed 'cxf.netty.version' property after resolving 
merge conflicts)
---
 distribution/src/main/release/samples/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/distribution/src/main/release/samples/pom.xml 
b/distribution/src/main/release/samples/pom.xml
index 163aa48d3e..add9c2e011 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -33,6 +33,7 @@
         <cxf.spring.boot.version>2.6.15</cxf.spring.boot.version>
         
<cxf.spring.cloud.eureka.version>3.1.7</cxf.spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.53.v20231009</cxf.jetty9.version>
+        <cxf.netty.version>4.1.104.Final</cxf.netty.version>
         
<cxf.httpcomponents.client.version>4.5.14</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>5.10.3</cxf.swagger.ui.version>
         <cxf.tika.version>2.7.0</cxf.tika.version>

Reply via email to