forked from gleenn/onyx-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.clj
More file actions
14 lines (14 loc) · 747 Bytes
/
project.clj
File metadata and controls
14 lines (14 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(defproject onyx-starter "0.12.7"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:main onyx-starter.core/-main
:dependencies [[org.clojure/clojure "1.9.0"]
[org.onyxplatform/onyx "0.12.7"]
[org.onyxplatform/onyx-sql "0.13.0.1"]
[org.postgresql/postgresql "42.2.2"]
[com.stuartsierra/component "0.3.2"]]
:profiles {:dev {:dependencies [[org.clojure/tools.namespace "0.2.10"]]
:plugins [[lein-update-dependency "0.1.2"]
[lein-pprint "1.2.0"]
[lein-set-version "0.4.1"]]
:source-paths ["env/dev" "src"]}})