Dependencies for json && rss
Whoops, that was suupposed to added 2 commits ago
This commit is contained in:
parent
983caa1dd2
commit
4c1c1fe816
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
||||||
:url "https://www.gnu.org/licenses/agpl-3.0.txt"}
|
:url "https://www.gnu.org/licenses/agpl-3.0.txt"}
|
||||||
:dependencies [[org.clojure/clojure "1.10.0"]
|
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||||
[ring/ring-core "1.8.2"]
|
[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
|
:main ^:skip-aot rss-thread-watch.core
|
||||||
:target-path "target/%s"
|
:target-path "target/%s"
|
||||||
:profiles {:uberjar {:aot :all}})
|
:profiles {:uberjar {:aot :all}})
|
||||||
|
|
Loading…
Reference in a new issue