[FLINK-13453][build] Use shade-plugin 3.2.1 for Java 11
1 file changed
tree: 67b6cf1756a83ab2d9b62236af75a99ae33c7116
  1. flink-shaded-asm-7/
  2. flink-shaded-force-shading/
  3. flink-shaded-guava-18/
  4. flink-shaded-hadoop-2/
  5. flink-shaded-hadoop-2-uber/
  6. flink-shaded-jackson-parent/
  7. flink-shaded-netty-4/
  8. flink-shaded-netty-tcnative-dynamic/
  9. flink-shaded-netty-tcnative-static/
  10. tools/
  11. .gitignore
  12. deploysettings.xml
  13. LICENSE
  14. NOTICE
  15. pom.xml
  16. 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.

With the exception of flink-shaded-hadoop-2, 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).