Removed jnativehook.
This commit is contained in:
parent
d7f08968b3
commit
e65f5d828c
5
pom.xml
5
pom.xml
|
@ -86,11 +86,6 @@
|
|||
<artifactId>controlsfx</artifactId>
|
||||
<version>11.1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.1stleg</groupId>
|
||||
<artifactId>jnativehook</artifactId>
|
||||
<version>2.1.0</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
module crystalkeep {
|
||||
requires javafx.fxml;
|
||||
requires javafx.controls;
|
||||
requires jnativehook;
|
||||
requires org.controlsfx.controls;
|
||||
|
||||
opens nl.andrewlalis.crystalkeep.control;
|
||||
|
|
Loading…
Reference in New Issue