mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Trying to track down the 'lu' bug; added exclusions for all conflicts.
This commit is contained in:
parent
9116d36666
commit
0cb8fceb81
2 changed files with 7 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@ pom.xml.asc
|
|||
.lein-repl-history
|
||||
.lein-plugins/
|
||||
.lein-failures
|
||||
.lein-env
|
||||
|
|
|
|||
12
project.clj
12
project.clj
|
|
@ -2,11 +2,11 @@
|
|||
:description "A simple Git-backed Wiki inspired by Gollum"
|
||||
:url "http://example.com/FIXME"
|
||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||
[lib-noir "0.9.4"]
|
||||
[lib-noir "0.9.4" :exclusions [org.clojure/core.memoize org.clojure/tools.reader]]
|
||||
[ring-server "0.3.1"]
|
||||
[selmer "0.7.2"]
|
||||
[com.taoensso/timbre "3.3.1"]
|
||||
[com.taoensso/tower "3.0.2"]
|
||||
[com.taoensso/timbre "3.3.1" :exclusions [org.clojure/tools.reader]]
|
||||
[com.taoensso/tower "3.0.2" :exclusions [com.taoensso/encore]]
|
||||
[markdown-clj "0.9.55" :exclusions [com.keminglabs/cljx]]
|
||||
[clj-jgit "0.8.1"]
|
||||
[environ "1.0.0"]
|
||||
|
|
@ -16,10 +16,10 @@
|
|||
|
||||
:repl-options {:init-ns smeagol.repl}
|
||||
:jvm-opts ["-server"]
|
||||
:plugins [[lein-ring "0.8.13"]
|
||||
:plugins [[lein-ring "0.8.13" :exclusions [org.clojure/clojure]]
|
||||
[lein-environ "1.0.0"]
|
||||
[lein-ancient "0.5.5"]
|
||||
[lein-marginalia "0.7.1"]]
|
||||
[lein-ancient "0.5.5" :exclusions [org.clojure/clojure org.clojure/data.xml]]
|
||||
[lein-marginalia "0.7.1" :exclusions [org.clojure/clojure]]]
|
||||
:ring {:handler smeagol.handler/app
|
||||
:init smeagol.handler/init
|
||||
:destroy smeagol.handler/destroy}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue