From 4c1c1fe81607f3688890f2fca48a419ce4e78efd Mon Sep 17 00:00:00 2001 From: Felisp Date: Fri, 22 Dec 2023 18:32:58 +0100 Subject: [PATCH] Dependencies for json && rss Whoops, that was suupposed to added 2 commits ago --- project.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 480be74..73ebdc5 100644 --- a/project.clj +++ b/project.clj @@ -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}})