Skip to content

Commit c3b15ad

Browse files
author
mx
committed
fix all the things
1 parent 6dd6965 commit c3b15ad

39 files changed

+628
-527
lines changed

pom.xml

+35-8
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,56 @@
2121
</plugins>
2222
</build>
2323
<dependencies>
24+
2425
<dependency>
2526
<groupId>org.openjfx</groupId>
26-
<artifactId>javafx-controls</artifactId>
27+
<artifactId>javafx-fxml</artifactId>
2728
<version>11</version>
2829
</dependency>
2930
<dependency>
31+
3032
<groupId>org.openjfx</groupId>
31-
<artifactId>javafx-graphics</artifactId>
33+
<artifactId>javafx-controls</artifactId>
3234
<version>11</version>
33-
<classifier>win</classifier>
3435
</dependency>
36+
3537
<dependency>
3638
<groupId>org.openjfx</groupId>
3739
<artifactId>javafx-graphics</artifactId>
3840
<version>11</version>
39-
<classifier>linux</classifier>
4041
</dependency>
42+
4143
<dependency>
42-
<groupId>org.openjfx</groupId>
43-
<artifactId>javafx-graphics</artifactId>
44-
<version>11</version>
45-
<classifier>mac</classifier>
44+
<groupId>junit</groupId>
45+
<artifactId>junit</artifactId>
46+
<version>4.12</version>
47+
<scope>test</scope>
4648
</dependency>
49+
50+
<!-- <dependency>-->
51+
<!-- <groupId>org.openjfx</groupId>-->
52+
<!-- <artifactId>javafx-controls</artifactId>-->
53+
<!-- <version>11</version>-->
54+
<!-- </dependency>-->
55+
<!-- <dependency>-->
56+
<!-- <groupId>org.openjfx</groupId>-->
57+
<!-- <artifactId>javafx-graphics</artifactId>-->
58+
<!-- <version>11</version>-->
59+
<!-- <classifier>win</classifier>-->
60+
<!-- </dependency>-->
61+
<!-- <dependency>-->
62+
<!-- <groupId>org.openjfx</groupId>-->
63+
<!-- <artifactId>javafx-graphics</artifactId>-->
64+
<!-- <version>11</version>-->
65+
<!-- <classifier>linux</classifier>-->
66+
<!-- </dependency>-->
67+
<!-- <dependency>-->
68+
<!-- <groupId>org.openjfx</groupId>-->
69+
<!-- <artifactId>javafx-graphics</artifactId>-->
70+
<!-- <version>11</version>-->
71+
<!-- <classifier>mac</classifier>-->
72+
<!-- </dependency>-->
73+
4774
</dependencies>
4875

4976
</project>

0 commit comments

Comments
 (0)