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
598 B

(defproject wanijo-pipeline "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:dependencies [[lambdacd "0.14.0"]
[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.3.1"]
[org.slf4j/slf4j-api "1.7.5"]
[ch.qos.logback/logback-core "1.0.13"]
[ch.qos.logback/logback-classic "1.0.13"]]
:profiles {:uberjar {:aot :all}}
:main wanijo-pipeline.core)