forked from erikcw/sdb
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.clj
More file actions
13 lines (13 loc) · 765 Bytes
/
project.clj
File metadata and controls
13 lines (13 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
(defproject org.clojars.markgunnels/sdb "1.0.1-SNAPSHOT"
:description "A Clojure library for working with Amazon SimpleDB"
:dependencies [[log4j/log4j "1.2.15" :exclusions [javax.mail/mail
javax.jms/jms
com.sun.jdmk/jmxtools
com.sun.jmx/jmxri]]
[com.amazonaws/aws-java-sdk "1.0.007"]
[org.clojure/clojure "1.2.0-master-SNAPSHOT"]
[org.clojure/clojure-contrib "1.2.0-SNAPSHOT"]
[com.google.code.typica/typica "1.5.2a"]]
:dev-dependencies [[swank-clojure "1.2.1"]
[lein-clojars "0.5.0-SNAPSHOT"]]
:source-path "src")