clojurewerkz / machine_head.docs

Machine Head documentation site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reference to eclipse-paho not needed

nangia opened this issue · comments

Looks like the reference to eclipse-paho is not needed in project.clj when using with leiningen.

:repositories {"eclipse-paho" {:url "https://repo.eclipse.org/content/groups/paho/"
                           :snapshots false
                           :releases {:checksum :fail}}}

And only the dependency is needed.

[clojurewerkz/machine_head "1.0.0-beta1"]

This is correct. Fixed.

You may want to fix the site http://clojuremqtt.info/ as well. It still shows that this inclusion is required.