Skip to content
Snippets Groups Projects
Commit 67fbf438 authored by Tomas Stupka's avatar Tomas Stupka
Browse files

added XZ-1.5 library

parent 41a647c0
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,12 @@ suite = {
"urls" : ["http://central.maven.org/maven2/org/antlr/antlr-complete/3.5.1/antlr-complete-3.5.1.jar"],
"sha1" : "ebb4b995fd67a9b291ea5b19379509160f56e154",
},
"XZ-1.5" : {
"path" : "libdownloads/xz-1.5.jar",
"urls" : ["http://central.maven.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar"],
"sha1" : "9c64274b7dbb65288237216e3fae7877fd3f2bee",
},
},
......@@ -136,6 +142,7 @@ suite = {
"sourceDirs" : ["src"],
"dependencies" : [
"com.oracle.truffle.r.library",
"XZ-1.5"
],
"checkstyle" : "com.oracle.truffle.r.runtime",
"javaCompliance" : "1.8",
......
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