Added back dependencies
This commit is contained in:
parent
7cb16bb049
commit
d947aaf523
1 changed files with 11 additions and 1 deletions
12
project.clj
12
project.clj
|
@ -3,4 +3,14 @@
|
|||
:url "https://github.com/lacarmen/cryogen-core"
|
||||
:license {:name "Eclipse Public License"
|
||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||
:dependencies [])
|
||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||
- [clj-rss "0.1.9"]
|
||||
- [me.raynes/fs "1.4.4"]
|
||||
- [crouton "0.1.2"]
|
||||
- [cheshire "5.3.1"]
|
||||
- [clj-text-decoration "0.0.2"]
|
||||
- [io.aviso/pretty "0.1.12"]
|
||||
- [hiccup "1.0.5"]
|
||||
- [selmer "0.7.3"]
|
||||
- [markdown-clj "0.9.58"
|
||||
- :exclusions [com.keminglabs/cljx]]]])
|
||||
|
|
Loading…
Reference in a new issue