|
|
@ -29,19 +29,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
;; neo4j
|
|
|
|
;; neo4j
|
|
|
|
[gorillalabs/neo4j-clj "4.1.0"]
|
|
|
|
[gorillalabs/neo4j-clj "4.1.0"]
|
|
|
|
[org.neo4j.test/neo4j-harness "4.0.0"]
|
|
|
|
[org.neo4j.test/neo4j-harness "4.2.1"
|
|
|
|
|
|
|
|
:exclusions
|
|
|
|
|
|
|
|
[com.fasterxml.jackson.core/jackson-core
|
|
|
|
|
|
|
|
commons-codec]]
|
|
|
|
|
|
|
|
|
|
|
|
;; additional server side libs
|
|
|
|
;; additional server side libs
|
|
|
|
[buddy/buddy-hashers "1.7.0"
|
|
|
|
[buddy/buddy-hashers "1.7.0"
|
|
|
|
:exclusions [commons-codec]]
|
|
|
|
:exclusions
|
|
|
|
|
|
|
|
[com.fasterxml.jackson.dataformat/jackson-dataformat-smile
|
|
|
|
|
|
|
|
com.fasterxml.jackson.dataformat/jackson-dataformat-cbor
|
|
|
|
|
|
|
|
com.fasterxml.jackson.core/jackson-core
|
|
|
|
|
|
|
|
org.bouncycastle/bcprov-jdk15on
|
|
|
|
|
|
|
|
org.bouncycastle/bcpkix-jdk15on
|
|
|
|
|
|
|
|
commons-codec
|
|
|
|
|
|
|
|
cheshire
|
|
|
|
|
|
|
|
tigris]]
|
|
|
|
[clj-time "0.15.2"]
|
|
|
|
[clj-time "0.15.2"]
|
|
|
|
[markdown-clj "1.10.5"]
|
|
|
|
[markdown-clj "1.10.5"]
|
|
|
|
[dorothy "0.0.7"]]
|
|
|
|
[dorothy "0.0.7"]]
|
|
|
|
|
|
|
|
|
|
|
|
:profiles {:dev {:plugins [;; neo4j db
|
|
|
|
:profiles {:dev {:plugins [;; web stuff
|
|
|
|
[joshavg/lein-neo4j "0.5.0"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;; web stuff
|
|
|
|
|
|
|
|
[lein-less "1.7.5"]
|
|
|
|
[lein-less "1.7.5"]
|
|
|
|
|
|
|
|
|
|
|
|
;; code quality
|
|
|
|
;; code quality
|
|
|
|