The switch from Scenario.jar to multiple javafx-* packages created an issue for openjfx-compiler project to test its animation unit tests. This set of unit tests only required javafx-anim.jar to run, but currently javafx-anim.jar has dependency on the rest scenegraph packages.
- relates to
-
JDK-8103983 JFXC-1071 (Sever dependency of javafx.animation on Scenario)
- Resolved