Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4961#discussion_r149344188 --- Diff: flink-filesystems/flink-s3-fs-presto/pom.xml --- @@ -284,6 +322,7 @@ under the License. <exclude>META-INF/maven/org.apache.h*/**</exclude> <exclude>META-INF/maven/org.apache.flink/flink-hadoop-fs/**</exclude> <exclude>META-INF/maven/org.apache.flink/force-shading/**</exclude> + <exclude>core-default.xml</exclude> --- End diff -- same as in the other pom
---