tipsy / spark-websocket

Chat application tutorial using Spark and WebSockets
https://sparktutorials.github.io/2015/11/08/spark-websocket-chat.html
Apache License 2.0
69 stars 56 forks source link

migrate to gradle #3

Open sp-1234 opened 8 years ago

tipsy commented 8 years ago

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

sp-1234 commented 8 years ago

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…