aboutsummaryrefslogtreecommitdiff
path: root/modules/repl-ln
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-09-03 15:04:46 -0400
committerStuart Sierra <mail@stuartsierra.com>2010-09-03 15:04:46 -0400
commit1921e118d4a27c75084d0bece364e982ebe189b8 (patch)
tree00e775f30053f136197d1831762819441db8e09a /modules/repl-ln
parent40bc0152becf1eac728adc388e1a6a89671a0dba (diff)
AOT-compiled modules depend specifically on Clojure 1.2.0
Diffstat (limited to 'modules/repl-ln')
-rw-r--r--modules/repl-ln/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/repl-ln/pom.xml b/modules/repl-ln/pom.xml
index 88d7b720..61493d00 100644
--- a/modules/repl-ln/pom.xml
+++ b/modules/repl-ln/pom.xml
@@ -12,6 +12,12 @@
</parent>
<artifactId>repl-ln</artifactId>
<dependencies>
+ <!-- AOT-compilation necessitates a specific Clojure dependency. -->
+ <dependency>
+ <groupId>org.clojure</groupId>
+ <artifactId>clojure</artifactId>
+ <version>1.2.0</version>
+ </dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>def</artifactId>