Migrates back to datomic on-prem
This commit is contained in:
10
project.clj
10
project.clj
@@ -2,17 +2,13 @@
|
||||
:description "FIXME: write description"
|
||||
:url "http://example.com/FIXME"
|
||||
:min-lein-version "2.0.0"
|
||||
:repositories {"my.datomic.com" {:url "https://my.datomic.com/repo"
|
||||
:username "datomic@brycecovertoperations.com"
|
||||
:password "9a382afc-d119-44db-83c2-98d8057d7666"}}
|
||||
|
||||
:dependencies [[com.google.guava/guava "31.1-jre"]
|
||||
[org.clojure/clojure "1.10.1"]
|
||||
[com.unbounce/clojure-dogstatsd-client "0.7.0"]
|
||||
[org.clojure/tools.reader "1.3.6"]
|
||||
[com.cognitect/hmac-authn "0.1.210"]
|
||||
[com.datomic/client-cloud "1.0.123"]
|
||||
[com.cognitect/http-client "1.0.115"]
|
||||
[com.github.ivarref/gen-fn "0.2.46"]
|
||||
[com.datomic/peer "1.0.6726"]
|
||||
[lambdaisland/edn-lines "1.0.10"]
|
||||
[bidi "2.1.6"]
|
||||
[ring/ring-defaults "0.3.2" :exclusions [ring ring/ring-core]]
|
||||
@@ -131,7 +127,7 @@
|
||||
:dependencies [#_[binaryage/devteols "1.0.2"]
|
||||
[postgresql/postgresql "9.3-1102.jdbc41"]
|
||||
[org.clojure/java.jdbc "0.7.11"]
|
||||
[com.datomic/dev-local "1.0.243"]
|
||||
#_[com.datomic/dev-local "1.0.243"]
|
||||
[etaoin "0.4.1"]
|
||||
[com.bhauman/figwheel-main "0.2.18" :exclusions [org.clojure/clojurescript
|
||||
ring
|
||||
|
||||
Reference in New Issue
Block a user