add: ControlsFX

This commit is contained in:
Johannes Kantz 2023-02-04 18:28:09 +01:00
parent 0fed0fb12b
commit 681f039b5c

View File

@ -45,6 +45,11 @@
<artifactId>sqlite-jdbc</artifactId> <artifactId>sqlite-jdbc</artifactId>
<version>3.40.0.0</version> <version>3.40.0.0</version>
</dependency> </dependency>
<dependency>
<groupId>org.controlsfx</groupId>
<artifactId>controlsfx</artifactId>
<version>11.1.2</version>
</dependency>
</dependencies> </dependencies>