coti-io / coti-node

COTI is the first DAG based chain protocol that's optimized for Enterprises and Stable-coins.
https://coti.io
GNU General Public License v3.0
188 stars 23 forks source link

add javafx as maven dependency #3

Closed carlos-verdes closed 2 years ago

carlos-verdes commented 4 years ago

Fixes #2

I added javafx as a dependency so the build works on newer Java JDKs

I added end of line at the end of the files I edited, it's missing in most of them and it's really important to add this. I also setup the dependency versions on the main pom.xml under properties, this helps refactors if dependencies need to be updated (which I think is not a bad idea).