diff options
Diffstat (limited to 'modules/sql/pom.xml')
-rw-r--r-- | modules/sql/pom.xml | 15 |
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 |