File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -318,10 +318,13 @@ def is_included(path):
318318 },
319319 license_files = [],
320320 third_party_license_files = [],
321- dependencies = ['Truffle' , 'TRegex' ],
321+ dependencies = [
322+ 'Truffle' ,
323+ 'TRegex' ,
324+ 'ICU4J' ,
325+ ],
322326 truffle_jars = [
323327 'graal-js:GRAALJS' ,
324- 'graal-js:ICU4J' ,
325328 ],
326329 support_distributions = [
327330 'graal-js:GRAALJS_GRAALVM_SUPPORT' ,
Original file line number Diff line number Diff line change 2424 {
2525 "name" : "regex" ,
2626 "subdir" : True ,
27- "version" : "bf06b0f9e5ab88ae988343aa041367a6c6e37625 " ,
27+ "version" : "770c53654ef0c2e942dc53c42ffcb9a8b7f5c335 " ,
2828 "urls" : [
2929 {"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
3030 {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
132132 "com.oracle.truffle.js.codec" ,
133133 "com.oracle.truffle.js.runtime.doubleconv" ,
134134 "truffle:TRUFFLE_API" ,
135- "ICU4J" ,
135+ "truffle: ICU4J" ,
136136 ],
137137 "annotationProcessors" : ["truffle:TRUFFLE_DSL_PROCESSOR" , "TRUFFLE_JS_FACTORY_PROCESSOR" ],
138138 "jacoco" : "include" ,
418418 "regex:TREGEX" ,
419419 "truffle:TRUFFLE_API" ,
420420 "sdk:GRAAL_SDK" ,
421- ],
422- "exclude" : [
423- "ICU4J" ,
421+ "truffle:ICU4J" ,
424422 ],
425423 "description" : "Graal JavaScript engine" ,
426424 "maven" : {
You can’t perform that action at this time.
0 commit comments