RFR: 8358770: incubator.richtext pom missing dependency on incubator.input
Jeff Alder
duke at openjdk.org
Tue Jun 10 00:38:33 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).
Awesome! I submitted the JBS; thanks for hopping on this so fast.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1821#issuecomment-2951473461
More information about the openjfx-dev
mailing list