[
https://issues.apache.org/jira/browse/FLINK-7013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16111098#comment-16111098
]
ASF GitHub Bot commented on FLINK-7013:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/4452#discussion_r130909676
--- Diff: tools/travis_mvn_watchdog.sh ---
@@ -290,6 +290,15 @@ check_shaded_artifacts() {
echo
"=============================================================================="
return 1
fi
+
+ NETTY=`cat allClasses | grep '^io/netty' | wc -1`
--- End diff --
nice catch, will fix it.
> Add shaded netty dependency
> ---------------------------
>
> Key: FLINK-7013
> URL: https://issues.apache.org/jira/browse/FLINK-7013
> Project: Flink
> Issue Type: Sub-task
> Components: Network
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)