311311 <artifactId >jna-platform</artifactId >
312312 <version >5.13.0</version >
313313 </dependency >
314+ <dependency >
315+ <groupId >org.openjfx</groupId >
316+ <artifactId >javafx-graphics</artifactId >
317+ <version >20-ea+1</version >
318+ <classifier >linux</classifier >
319+ </dependency >
320+ <dependency >
321+ <groupId >org.openjfx</groupId >
322+ <artifactId >javafx-graphics</artifactId >
323+ <version >20-ea+1</version >
324+ <classifier >win</classifier >
325+ </dependency >
326+ <dependency >
327+ <groupId >org.openjfx</groupId >
328+ <artifactId >javafx-graphics</artifactId >
329+ <version >20-ea+1</version >
330+ <classifier >mac</classifier >
331+ </dependency >
314332 <dependency >
315333 <groupId >org.openjfx</groupId >
316334 <artifactId >javafx-swing</artifactId >
317- <version >11.0.2</version >
318- <type >jar</type >
335+ <version >20-ea+1</version >
336+ <classifier >mac</classifier >
337+ </dependency >
338+ <dependency >
339+ <groupId >org.openjfx</groupId >
340+ <artifactId >javafx-swing</artifactId >
341+ <version >20-ea+1</version >
342+ <classifier >linux</classifier >
343+ </dependency >
344+ <dependency >
345+ <groupId >org.openjfx</groupId >
346+ <artifactId >javafx-swing</artifactId >
347+ <version >20-ea+1</version >
348+ <classifier >win</classifier >
319349 </dependency >
320350 <dependency >
321351 <groupId >org.openjfx</groupId >
322352 <artifactId >javafx-web</artifactId >
323- <version >11.0.2</version >
324- <type >jar</type >
353+ <version >20-ea+1</version >
354+ <classifier >mac</classifier >
355+ </dependency >
356+ <dependency >
357+ <groupId >org.openjfx</groupId >
358+ <artifactId >javafx-web</artifactId >
359+ <version >20-ea+1</version >
360+ <classifier >linux</classifier >
361+ </dependency >
362+ <dependency >
363+ <groupId >org.openjfx</groupId >
364+ <artifactId >javafx-web</artifactId >
365+ <version >20-ea+1</version >
366+ <classifier >win</classifier >
367+ </dependency >
368+ <dependency >
369+ <groupId >org.openjfx</groupId >
370+ <artifactId >javafx-base</artifactId >
371+ <version >20-ea+1</version >
372+ <classifier >win</classifier >
373+ </dependency >
374+ <dependency >
375+ <groupId >org.openjfx</groupId >
376+ <artifactId >javafx-base</artifactId >
377+ <version >20-ea+1</version >
378+ <classifier >linux</classifier >
379+ </dependency >
380+ <dependency >
381+ <groupId >org.openjfx</groupId >
382+ <artifactId >javafx-base</artifactId >
383+ <version >20-ea+1</version >
384+ <classifier >mac</classifier >
325385 </dependency >
326386 <dependency >
327387 <groupId >org.jetbrains.pty4j</groupId >
669729 <properties >
670730 <dev .name>albilu</dev .name>
671731 <netbeans .release.version>RELEASE170</netbeans .release.version>
672- <next .version>0.1 </next .version>
732+ <next .version>0.2 </next .version>
673733 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
674734 </properties >
675735</project >
0 commit comments