diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-09-03 15:04:46 -0400 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-09-03 15:04:46 -0400 |
commit | 1921e118d4a27c75084d0bece364e982ebe189b8 (patch) | |
tree | 00e775f30053f136197d1831762819441db8e09a /modules/fnmap/pom.xml | |
parent | 40bc0152becf1eac728adc388e1a6a89671a0dba (diff) |
AOT-compiled modules depend specifically on Clojure 1.2.0
Diffstat (limited to 'modules/fnmap/pom.xml')
-rw-r--r-- | modules/fnmap/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/fnmap/pom.xml b/modules/fnmap/pom.xml index ec919aaf..77e2270f 100644 --- a/modules/fnmap/pom.xml +++ b/modules/fnmap/pom.xml @@ -11,6 +11,14 @@ <relativePath>../parent</relativePath> </parent> <artifactId>fnmap</artifactId> + <dependencies> + <!-- AOT-compilation necessitates a specific Clojure dependency. --> + <dependency> + <groupId>org.clojure</groupId> + <artifactId>clojure</artifactId> + <version>1.2.0</version> + </dependency> + </dependencies> <build> <plugins> <plugin> |