spark-websocket
spark-websocket copied to clipboard
migrate to gradle
We can add gradle, but the project still has to work with maven. We did this for the library application: https://github.com/tipsy/spark-basic-structure
OK. it's trivial to just keep the pom.xml in that case.
But maven is a security risk for those who will try this example, because it downloads dependencies over plain http by default, and it seems there's no obvious way to change that…