Skip to content

Commit

Permalink
Merge pull request #463 from PBH-BTN/master
Browse files Browse the repository at this point in the history
加回来
  • Loading branch information
Ghost-chu authored Sep 11, 2024
2 parents 8ee6940 + e9c2fbc commit 37a1d45
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.ghostchu.peerbanhelper</groupId>
<artifactId>peerbanhelper</artifactId>
<version>6.2.0</version>
<version>6.2.1</version>
<packaging>takari-jar</packaging>

<name>PeerBanHelper</name>
Expand Down Expand Up @@ -587,18 +587,18 @@
<version>${javafx.version}</version>
<scope>${javafx.scope}</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.openjfx</groupId>-->
<!-- <artifactId>javafx-media</artifactId>-->
<!-- <version>${javafx.version}</version>-->
<!-- <scope>${javafx.scope}</scope>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.openjfx</groupId>-->
<!-- <artifactId>javafx-web</artifactId>-->
<!-- <version>${javafx.version}</version>-->
<!-- <scope>${javafx.scope}</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-media</artifactId>
<version>${javafx.version}</version>
<scope>${javafx.scope}</scope>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-web</artifactId>
<version>${javafx.version}</version>
<scope>${javafx.scope}</scope>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-swing</artifactId>
Expand Down

0 comments on commit 37a1d45

Please sign in to comment.