File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 376
376
<artifactId >jbcrypt</artifactId >
377
377
<version >0.4</version >
378
378
</dependency >
379
+ <!-- https://mvnrepository.com/artifact/org.openjfx/javafx-base -->
380
+ <dependency >
381
+ <groupId >org.openjfx</groupId >
382
+ <artifactId >javafx-base</artifactId >
383
+ <version >11</version >
384
+ </dependency >
385
+ <!-- https://mvnrepository.com/artifact/org.openjfx/javafx-controls -->
386
+ <dependency >
387
+ <groupId >org.openjfx</groupId >
388
+ <artifactId >javafx-controls</artifactId >
389
+ <version >11</version >
390
+ </dependency >
391
+ <!-- https://mvnrepository.com/artifact/org.openjfx/javafx-fxml -->
392
+ <dependency >
393
+ <groupId >org.openjfx</groupId >
394
+ <artifactId >javafx-fxml</artifactId >
395
+ <version >11</version >
396
+ </dependency >
397
+ <!-- https://mvnrepository.com/artifact/org.openjfx/javafx-graphics -->
398
+ <dependency >
399
+ <groupId >org.openjfx</groupId >
400
+ <artifactId >javafx-graphics</artifactId >
401
+ <version >11</version >
402
+ </dependency >
403
+ <!-- https://mvnrepository.com/artifact/org.openjfx/javafx-media -->
404
+ <dependency >
405
+ <groupId >org.openjfx</groupId >
406
+ <artifactId >javafx-media</artifactId >
407
+ <version >11</version >
408
+ </dependency >
379
409
</dependencies >
380
410
</project >
You can’t perform that action at this time.
0 commit comments