forked from LauJensen/clojureql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.clj
More file actions
16 lines (12 loc) · 745 Bytes
/
project.clj
File metadata and controls
16 lines (12 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
(defproject clojureql "1.1.0-SNAPSHOT"
:description "Superior SQL integration for Clojure"
:dependencies [[org.clojure/clojure "1.2.1"]
[org.clojure/core.incubator "0.1.0"]
[org.clojure.contrib/mock "1.3.0-alpha4"]
[org.clojure/java.jdbc "0.0.5"]]
:dev-dependencies [[swank-clojure "1.3.0-SNAPSHOT"]
[mysql/mysql-connector-java "5.1.17"]
[org.xerial/sqlite-jdbc "3.7.2"]
[postgresql/postgresql "8.4-702.jdbc4"]
[org.apache.derby/derby "10.1.1.0"]]
:repositories {"clojure-releases" {:url "http://build.clojure.org/releases"}})