|
21 | 21 | </plugins>
|
22 | 22 | </build>
|
23 | 23 | <dependencies>
|
| 24 | + |
24 | 25 | <dependency>
|
25 | 26 | <groupId>org.openjfx</groupId>
|
26 |
| - <artifactId>javafx-controls</artifactId> |
| 27 | + <artifactId>javafx-fxml</artifactId> |
27 | 28 | <version>11</version>
|
28 | 29 | </dependency>
|
29 | 30 | <dependency>
|
| 31 | + |
30 | 32 | <groupId>org.openjfx</groupId>
|
31 |
| - <artifactId>javafx-graphics</artifactId> |
| 33 | + <artifactId>javafx-controls</artifactId> |
32 | 34 | <version>11</version>
|
33 |
| - <classifier>win</classifier> |
34 | 35 | </dependency>
|
| 36 | + |
35 | 37 | <dependency>
|
36 | 38 | <groupId>org.openjfx</groupId>
|
37 | 39 | <artifactId>javafx-graphics</artifactId>
|
38 | 40 | <version>11</version>
|
39 |
| - <classifier>linux</classifier> |
40 | 41 | </dependency>
|
| 42 | + |
41 | 43 | <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> |
46 | 48 | </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 | + |
47 | 74 | </dependencies>
|
48 | 75 |
|
49 | 76 | </project>
|
0 commit comments