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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new 3082afc  [FLINK-29889][netty] Bundle tcnative-classes
3082afc is described below

commit 3082afc952e68366e9fefe4d1181c4666969ee67
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Tue Nov 8 11:26:44 2022 +0100

    [FLINK-29889][netty] Bundle tcnative-classes
---
 flink-shaded-netty-tcnative-static/pom.xml                            | 1 +
 flink-shaded-netty-tcnative-static/src/main/resources/META-INF/NOTICE | 1 +
 2 files changed, 2 insertions(+)

diff --git a/flink-shaded-netty-tcnative-static/pom.xml 
b/flink-shaded-netty-tcnative-static/pom.xml
index 4203e79..a046f99 100644
--- a/flink-shaded-netty-tcnative-static/pom.xml
+++ b/flink-shaded-netty-tcnative-static/pom.xml
@@ -63,6 +63,7 @@ under the License.
                             
<dependencyReducedPomLocation>${project.basedir}/target/dependency-reduced-pom.xml</dependencyReducedPomLocation>
                             <artifactSet>
                                 <includes>
+                                    
<include>io.netty:netty-tcnative-classes</include>
                                     
<include>io.netty:netty-tcnative-boringssl-static</include>
                                 </includes>
                             </artifactSet>
diff --git 
a/flink-shaded-netty-tcnative-static/src/main/resources/META-INF/NOTICE 
b/flink-shaded-netty-tcnative-static/src/main/resources/META-INF/NOTICE
index 5ec09d0..6bd31ec 100644
--- a/flink-shaded-netty-tcnative-static/src/main/resources/META-INF/NOTICE
+++ b/flink-shaded-netty-tcnative-static/src/main/resources/META-INF/NOTICE
@@ -7,6 +7,7 @@ The Apache Software Foundation (http://www.apache.org/).
 This project bundles the following dependencies under the Apache Software 
License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
 - io.netty:netty-tcnative-boringssl-static:2.0.54.Final
+- io.netty:netty-tcnative-classes:2.0.54.Final
 
 This project bundles the following dependencies under the OpenSSL license.
 See bundled license files for details.

Reply via email to