This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git
The following commit(s) were added to refs/heads/geoapi-4.0 by this push:
new 8501bb9 Remove the javafx-swing, javafx-fxml and javafx-web
dependencies. They are not needed by sis-javafx module.
8501bb9 is described below
commit 8501bb9ed434ec21b07ef851db7482cad225e285
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Wed May 13 23:57:28 2020 +0200
Remove the javafx-swing, javafx-fxml and javafx-web dependencies.
They are not needed by sis-javafx module.
---
application/sis-javafx/pom.xml | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/application/sis-javafx/pom.xml b/application/sis-javafx/pom.xml
index 750b177..4f8ee94 100644
--- a/application/sis-javafx/pom.xml
+++ b/application/sis-javafx/pom.xml
@@ -181,24 +181,6 @@
<version>${javafx.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.openjfx</groupId>
- <artifactId>javafx-swing</artifactId>
- <version>${javafx.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.openjfx</groupId>
- <artifactId>javafx-fxml</artifactId>
- <version>${javafx.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.openjfx</groupId>
- <artifactId>javafx-web</artifactId>
- <version>${javafx.version}</version>
- <scope>provided</scope>
- </dependency>
</dependencies>
</profile>