Makes integreat run on datomic cloud
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
:repositories {"my.datomic.com" {:url "https://my.datomic.com/repo"
|
||||
:username "datomic@brycecovertoperations.com"
|
||||
:password "9a382afc-d119-44db-83c2-98d8057d7666"}}
|
||||
|
||||
:dependencies [[org.clojure/clojure "1.10.1"]
|
||||
[com.datomic/dev-local "1.0.243"]
|
||||
[com.datomic/datomic-pro "0.9.5783"
|
||||
:exclusions [com.google.guava/guava
|
||||
org.apache.httpcomponents/httpclient
|
||||
@@ -17,6 +19,8 @@
|
||||
[bidi "2.1.6"]
|
||||
[ring/ring-defaults "0.3.2" :exclusions [ring ring/ring-core]]
|
||||
[mount "0.1.16"]
|
||||
[org.apache.lucene/lucene-core "9.3.0"]
|
||||
[org.apache.lucene/lucene-queryparser "9.3.0"]
|
||||
[metosin/malli "0.8.9"]
|
||||
[tolitius/yang "0.1.23"]
|
||||
[ring "1.8.2" :exclusions [commons-codec
|
||||
@@ -146,7 +150,7 @@
|
||||
[com.bhauman/rebel-readline-cljs "0.1.4" :exclusions [org.clojure/clojurescript]]
|
||||
[javax.servlet/servlet-api "2.5"]]
|
||||
:plugins [[lein-pdo "0.1.1"]]
|
||||
:jvm-opts ["-Dconfig=config/dev.edn" "-Dlogback.configurationFile=logback.xml"]}
|
||||
:jvm-opts ["-Dconfig=config/dev.edn" "-Dlogback.configurationFile=logback.xml" "-Xms8G" "-Xmx12G"]}
|
||||
|
||||
|
||||
:uberjar
|
||||
|
||||
Reference in New Issue
Block a user