Add deps from souk
This commit is contained in:
parent
78b49b3cc2
commit
bbde1d7f83
1 changed files with 8 additions and 1 deletions
|
@ -4,7 +4,14 @@
|
||||||
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
|
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
|
||||||
:url "https://www.eclipse.org/legal/epl-2.0/"}
|
:url "https://www.eclipse.org/legal/epl-2.0/"}
|
||||||
:dependencies [[org.clojure/clojure "1.11.1"]
|
:dependencies [[org.clojure/clojure "1.11.1"]
|
||||||
[hato/hato {:mvn/version "0.9.0"}]]
|
;; Incoming HTTP
|
||||||
|
[ring/ring-core "1.9.6"]
|
||||||
|
[ring/ring-jetty-adapter "1.9.6"]
|
||||||
|
[ring/ring-mock "0.4.0"]
|
||||||
|
[metosin/muuntaja "0.6.8"]
|
||||||
|
[metosin/reitit "0.5.18"]
|
||||||
|
;; Outgoing HTTP
|
||||||
|
[hato/hato "0.9.0"]]
|
||||||
:main ^:skip-aot activity-pub-poc.core
|
:main ^:skip-aot activity-pub-poc.core
|
||||||
:target-path "target/%s"
|
:target-path "target/%s"
|
||||||
:profiles {:uberjar {:aot :all}})
|
:profiles {:uberjar {:aot :all}})
|
||||||
|
|
Loading…
Reference in a new issue