Skip to content

Commit

Permalink
Force xz to v1.8 (#638)
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?
Force `xz` to v1.8 to match `commons-compress`'s dependency on that version.

## How was this patch tested?
CI

## Notes
Rebased version of #633 to kick off CI
  • Loading branch information
schlosna committed Feb 6, 2020
1 parent 55a26e9 commit dd0f3df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev/deps/spark-deps-hadoop-palantir
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ wildfly-openssl-1.0.7.Final.jar
woodstox-core-5.0.3.jar
xbean-asm7-shaded-4.12.jar
xmlenc-0.52.jar
xz-1.5.jar
xz-1.8.jar
zjsonpatch-0.3.0.jar
zookeeper-3.4.7.jar
zstd-jni-1.3.5-3.jar
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
<antlr.version>3.4</antlr.version>
<jpam.version>1.1</jpam.version>
<selenium.version>2.52.0</selenium.version>
<xz.version>1.8</xz.version>
<!--
Managed up from older version from Avro; sync with jackson-module-paranamer dependency version
-->
Expand Down Expand Up @@ -540,6 +541,11 @@
<artifactId>commons-compress</artifactId>
<version>${commons-compress.version}</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>${xz.version}</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
Expand Down

0 comments on commit dd0f3df

Please sign in to comment.