Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/1372#discussion_r45125614
--- Diff: flink-shaded-hadoop/pom.xml ---
@@ -101,6 +102,17 @@ under the License.
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer"/>
</transformers>
+ <artifactSet>
+ <includes>
+
<include>com.google.guava:*</include>
+
<include>com.google.protobuf:*</include>
+
<include>com.google.code.findbugs:*</include>
+
<include>asm:asm</include>
+
<include>io.netty:netty:*</include>
+
<include>org.apache.curator:*</include>
+
<include>org.apache.hadoop:*</include>
+ </includes>
+ </artifactSet>
--- End diff --
These are the artifacts the shading is taking into consideration. Only
those dependencies are removed from the pom file and included into the final
jar. They are all relocated (except for hadoop of course).
---
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.
---