aboutsummaryrefslogtreecommitdiff
path: root/modules/sql/pom.xml
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-08-13 10:06:53 -0400
committerStuart Sierra <mail@stuartsierra.com>2010-08-13 10:06:53 -0400
commit342ea417801f7d47b3f64fca329b0bbbf94fea27 (patch)
tree00213ab622d4271ce3ec2fc23fbc61ff3384c78e /modules/sql/pom.xml
parent53caec96320917139d44ad4ba25f52ac61cc4c23 (diff)
Fix remaining dependency issues in modular build
Diffstat (limited to 'modules/sql/pom.xml')
-rw-r--r--modules/sql/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/sql/pom.xml b/modules/sql/pom.xml
index de94c477..998a5cad 100644
--- a/modules/sql/pom.xml
+++ b/modules/sql/pom.xml
@@ -22,5 +22,20 @@
<artifactId>string</artifactId>
<version>1.3.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.clojure.contrib</groupId>
+ <artifactId>except</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.clojure.contrib</groupId>
+ <artifactId>properties</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.clojure.contrib</groupId>
+ <artifactId>seq</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
</project> \ No newline at end of file