Skip to content
Snippets Groups Projects
Commit c346ecd2 authored by Stepan Sindelar's avatar Stepan Sindelar
Browse files

[GR-7208] Update the XZ library dependency to 1.6.

parents 4f12604e a3345c20
No related branches found
No related tags found
No related merge requests found
...@@ -86,10 +86,10 @@ suite = { ...@@ -86,10 +86,10 @@ suite = {
"sha1" : "ebb4b995fd67a9b291ea5b19379509160f56e154", "sha1" : "ebb4b995fd67a9b291ea5b19379509160f56e154",
}, },
"XZ-1.5" : { "XZ-1.6" : {
"path" : "libdownloads/xz-1.5.jar", "path" : "libdownloads/xz-1.6.jar",
"urls" : ["http://central.maven.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar"], "urls" : ["http://central.maven.org/maven2/org/tukaani/xz/1.6/xz-1.6.jar"],
"sha1" : "9c64274b7dbb65288237216e3fae7877fd3f2bee", "sha1" : "05b6f921f1810bdf90e25471968f741f87168b64",
}, },
}, },
...@@ -227,7 +227,7 @@ suite = { ...@@ -227,7 +227,7 @@ suite = {
"com.oracle.truffle.r.launcher", "com.oracle.truffle.r.launcher",
"truffle:TRUFFLE_API", "truffle:TRUFFLE_API",
"truffle:TRUFFLE_DEBUG", "truffle:TRUFFLE_DEBUG",
"XZ-1.5", "XZ-1.6",
], ],
"checkstyle" : "com.oracle.truffle.r.runtime", "checkstyle" : "com.oracle.truffle.r.runtime",
"javaCompliance" : "1.8", "javaCompliance" : "1.8",
...@@ -352,7 +352,7 @@ suite = { ...@@ -352,7 +352,7 @@ suite = {
"ANTLR-3.5", "ANTLR-3.5",
"GNUR", "GNUR",
"GNU_ICONV", "GNU_ICONV",
"XZ-1.5", "XZ-1.6",
], ],
"distDependencies" : [ "distDependencies" : [
"truffle:TRUFFLE_API", "truffle:TRUFFLE_API",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment