aboutsummaryrefslogtreecommitdiff
path: root/modules/repl-ln/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/repl-ln/pom.xml')
-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>