Skip to content

Commit

Permalink
Removed postgresql dependency.
Browse files Browse the repository at this point in the history
The postgresql dependency is only necessary for the internal tests and
should not  be enforced on the users of the library.
  • Loading branch information
Norbert Schneider authored and Norbert Schneider committed May 12, 2012
1 parent 6f966ea commit 6e7d666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
:description "Create CRUD views for Korma-queries"
:dependencies [[org.clojure/clojure "1.4.0"]
[korma "0.3.0-beta7"]
[postgresql "8.4-702.jdbc4"]
[compojure "1.0.3"]
[ring "1.1.0"]
[hiccup "1.0.0"]]
Expand All @@ -11,4 +10,5 @@
[lein-midje "2.0.0-SNAPSHOT"]]
:source-paths ["src/clj"]
:test-paths ["test/clj"]
:profiles {:dev {:dependencies [[midje "1.4.0-beta1"]]}})
:profiles {:dev {:dependencies [[postgresql "8.4-702.jdbc4"]
[midje "1.4.0-beta1"]]}})

0 comments on commit 6e7d666

Please sign in to comment.