RFR: 8358770: incubator.richtext pom missing dependency on incubator.input

Andy Goryachev angorya at openjdk.org
Mon Jun 9 15:11:28 UTC 2025


On Fri, 6 Jun 2025 15:27:33 GMT, Kevin Rushforth <kcr at 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).

I can't build maven artifacts, but the changes look right.

-------------

Marked as reviewed by angorya (Reviewer).

PR Review: https://git.openjdk.org/jfx/pull/1821#pullrequestreview-2910380217


More information about the openjfx-dev mailing list