Dependencies for json && rss

Whoops, that was suupposed to added 2 commits ago
This commit is contained in:
Felisp 2023-12-22 18:32:58 +01:00
parent 983caa1dd2
commit 4c1c1fe816

View file

@ -5,7 +5,9 @@
:url "https://www.gnu.org/licenses/agpl-3.0.txt"}
:dependencies [[org.clojure/clojure "1.10.0"]
[ring/ring-core "1.8.2"]
[ring/ring-jetty-adapter "1.8.2"]]
[ring/ring-jetty-adapter "1.8.2"]
[clj-rss "0.4.0"]
[org.clojure/data.json "2.4.0"]]
:main ^:skip-aot rss-thread-watch.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all}})