You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/05/15 07:00:24 UTC

[flink-shaded] 03/04: fixup! [FLINK-9816][netty] add statically linked netty-tcnative

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

commit fa96419b0226d0bc76084cec6fd84d3cce3a19ed
Author: Nico Kruber <ni...@gmail.com>
AuthorDate: Sat May 11 09:45:18 2019 +0200

    fixup! [FLINK-9816][netty] add statically linked netty-tcnative
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 843ad64..d668fb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,10 @@ under the License.
     </modules>
 
     <profiles>
+        <!--
+            This module is excluded by default since it is not compliant with
+            the apache license. https://issues.apache.org/jira/browse/LEGAL-393
+        -->
         <profile>
             <id>include-netty-tcnative-static</id>
             <activation>