You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
597 B

(defproject wanijo-pipeline "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:dependencies [[lambdacd "0.14.2"]
[lambdacd-git "0.4.1"]
[lambdaui "1.1.0"]
[http-kit "2.3.0"]
[org.clojure/clojure "1.9.0"]
[org.clojure/tools.logging "0.4.1"]
[org.slf4j/slf4j-api "1.7.25"]
[ch.qos.logback/logback-core "1.2.3"]
[ch.qos.logback/logback-classic "1.2.3"]]
:profiles {:uberjar {:aot :all}}
:main wanijo-pipeline.core)