(#44) Remove remaining references to netty router
3 files changed
tree: 68000e08d6373cfbaab0dfdc8e00490514624a5a
  1. flink-shaded-asm-5/
  2. flink-shaded-force-shading/
  3. flink-shaded-guava-18/
  4. flink-shaded-jackson-parent/
  5. flink-shaded-netty-4/
  6. tools/
  7. .gitignore
  8. deploysettings.xml
  9. LICENSE
  10. NOTICE
  11. pom.xml
  12. README.md
README.md

Apache Flink Shaded Dependencies

This repository contains a number of shaded dependencies for the Apache Flink project.

The purpose of these dependencies is to provide a single instance of a shaded dependency in the Flink distribution, instead of each individual module shading the dependency.

The shaded dependencies contained here do not expose any transitive dependencies. They may or may not be self-contained.

When using these dependencies it is recommended to work directly against the shaded namespaces.

Sources

We currently do not release jars containing the shaded sources due to the unanswered legal questions raised here.

However, it is possible to build these jars locally by cloning the repository and calling mvn package -Dshade-sources.

About

Apache Flink is an open source project of The Apache Software Foundation (ASF).