Skip to content

Commit

Permalink
removing sharktopoda stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed May 30, 2024
1 parent 10cfc8f commit 88e7bb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gson.version>2.10.1</gson.version>
<java.version>17</java.version>
<javafx.version>21.0.1</javafx.version>
<javafx.version>22</javafx.version>
<jeromq.version>0.5.4</jeromq.version>
<jserialcomm.version>2.9.3</jserialcomm.version>
<jssc.version>2.8.0</jssc.version>
Expand Down Expand Up @@ -80,7 +80,7 @@
<!-- <module>vcr4j-sharktopoda</module>-->
<!-- <module>vcr4j-sharktopoda-client</module>-->
<module>vcr4j-remote</module>
<module>vcr4j-javafx</module>
<!-- <module>vcr4j-javafx</module> -->
<module>vcr4j-rs422</module>
<module>vcr4j-jserialcomm</module>
<module>vcr4j-jssc</module>
Expand Down
8 changes: 5 additions & 3 deletions vcr4j-javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>${javafx.version}</version>
<version>22</version>
<!-- <version>${javafx.version}</version> -->
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-media</artifactId>
<version>${javafx.version}</version>
<version>22</version>
<!-- <version>${javafx.version}</version> -->
</dependency>
</dependencies>

Expand All @@ -34,7 +36,7 @@
<plugin>
<groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>0.0.3</version>
<version>0.0.8</version>
<configuration>
<!-- <mainClass>HelloFX</mainClass>-->
</configuration>
Expand Down

0 comments on commit 88e7bb0

Please sign in to comment.