On Fri, 6 Jun 2025 15:27:33 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> This PR adds a missing maven dependency for `jfx.incubator.richtext` on the > `jfx.incubator.input` module. The dependency is correctly present in the > `module-info.java` of `jfx.incubator.richtext` as well as the gradle > dependency for the project. It's only the maven dependency that is missing. > While fixing this, I noticed that there is an unnecessary maven dependency in > the `incubator.richtext` and `incubator.input` projects on the `graphics` > project. Both projects already list `controls`, so do not need to list > `graphics` or `base` (see the `fxml` and `web` projects for comparison). This pull request has now been integrated. Changeset: 859a3080 Author: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/859a308043b16382246a317e1eb9e1cb153604a7 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8358770: incubator.richtext pom missing dependency on incubator.input Reviewed-by: angorya, sykora ------------- PR: https://git.openjdk.org/jfx/pull/1821