Skip to content

Instantly share code, notes, and snippets.

@boxxxie
Created August 19, 2011 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boxxxie/1157374 to your computer and use it in GitHub Desktop.
Save boxxxie/1157374 to your computer and use it in GitHub Desktop.
(defproject transaction-migration "1.0.0-SNAPSHOT"
:description "This project is to migrate the transaction SQL (CSV) tables to couchdb for the new Point of sale (POS) project"
:dependencies [[org.clojure/clojure "1.2.1"]
[org.clojars.jhowarth/clojure-contrib "1.2.0-RC3"]
[clojure-csv "1.3.0"]
[clj-time "0.3.0"]
[com.ashafa/clutch "0.2.5-SNAPSHOT"]
[clj-http "0.1.3"]]
:dev-dependencies [[swank-clojure "1.4.0-SNAPSHOT"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment