diff --git a/project.clj b/project.clj index 6438fc2..db93458 100644 --- a/project.clj +++ b/project.clj @@ -7,7 +7,8 @@ [ring/ring-core "1.8.2"] [ring/ring-jetty-adapter "1.8.2"] [clj-rss "0.4.0"] - [org.clojure/data.json "2.4.0"]] + [org.clojure/data.json "2.4.0"] + [org.clojure/tools.cli "1.1.230"]] :main ^:skip-aot rss-thread-watch.core :target-path "target/%s" :profiles {:uberjar {:aot :all}})