Github user rmetzger commented on the pull request:
https://github.com/apache/flink/pull/1174#issuecomment-142700908
Let me check the implications tomorrow: I've put a comment there which
explicitly says that putting netty there is dangerous ;)
```xml
<!-- this section defines the module versions that are used if nothing
else is specified. -->
<dependencyManagement>
<!-- WARN:
DO NOT put guava,
protobuf,
asm,
netty
here. It will overwrite Hadoop's guava
dependency (even though we handle it
separatly in the flink-shaded-hadoop module).
We can use all guava versions everywhere by adding it
directly as a dependency to each project.
-->
<dependencies>
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---