Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
new version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiafan committed Jun 10, 2019
1 parent 671051f commit a922278
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@
<artifactId>javafx-fxml</artifactId>
<version>${openjfx.version}</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-swing</artifactId>
<version>${openjfx.version}</version>
</dependency>

<!-- decompress -->
<dependency>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
requires javafx.fxml;
requires javafx.graphics;
requires javafx.controls;
requires javafx.swing;
requires java.sql;
requires jdk.charsets;
requires jdk.crypto.cryptoki;
Expand Down

0 comments on commit a922278

Please sign in to comment.