Github user pnowojski commented on a diff in the pull request:
https://github.com/apache/flink/pull/4777#discussion_r143480344
--- Diff: flink-core/pom.xml ---
@@ -77,6 +88,12 @@ under the License.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
+ <exclusions>
+ <exclusion>
--- End diff --
`avro` is pulling `xz` as well
```
[INFO] +- org.apache.avro:avro:jar:1.8.2:compile
[INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
[INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[INFO] | +- com.thoughtworks.paranamer:paranamer:jar:2.7:compile
[INFO] | \- org.tukaani:xz:jar:1.5:compile
```
---