8190698: jjs tool of jdk.scripting.nashorn.shell module should not statically depend on java.desktop

Reviewed-by: jlaskey, hannesw
This commit is contained in:
Athijegannathan Sundararajan 2017-11-03 19:53:09 +05:30
parent 6510faa150
commit 10c8d3a9f1
6 changed files with 107 additions and 48 deletions

View file

@ -39,7 +39,6 @@
*/
module jdk.scripting.nashorn.shell {
requires java.compiler;
requires java.desktop;
requires jdk.internal.le;
requires jdk.scripting.nashorn;
requires jdk.internal.ed;