This is an automated email from the ASF dual-hosted git repository. jtulach pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-html4j.git
commit b8a57f23b6493366ae8e82ea71f3322a803dedf3 Author: Jaroslav Tulach <[email protected]> AuthorDate: Thu Feb 14 05:57:01 2019 +0100 Testing dependency on JFXPanel --- ko4j/pom.xml | 5 +++++ pom.xml | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ko4j/pom.xml b/ko4j/pom.xml index 71ac1a2..fbe56bb 100644 --- a/ko4j/pom.xml +++ b/ko4j/pom.xml @@ -102,6 +102,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.openjfx</groupId> + <artifactId>javafx-swing</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-http-server</artifactId> <version>${grizzly.version}</version> diff --git a/pom.xml b/pom.xml index 70d68d3..bbe30d8 100644 --- a/pom.xml +++ b/pom.xml @@ -337,6 +337,12 @@ org.netbeans.html.boot.impl:org.netbeans.html.boot.fx:org.netbeans.html.context. <version>11</version> </dependency> <dependency> + <groupId>org.openjfx</groupId> + <artifactId>javafx-swing</artifactId> + <scope>test</scope> + <version>11</version> + </dependency> + <dependency> <groupId>com.vaadin.external.google</groupId> <artifactId>android-json</artifactId> <version>0.0.20131108.vaadin1</version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
