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.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/repl-ln/pom.xml b/modules/repl-ln/pom.xml
index 7fb0aad3..61493d00 100644
--- a/modules/repl-ln/pom.xml
+++ b/modules/repl-ln/pom.xml
@@ -12,10 +12,29 @@
</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>
<version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.theoryinpractise</groupId>
+ <artifactId>clojure-maven-plugin</artifactId>
+ <configuration>
+ <namespaces>
+ <namespace>clojure\.contrib\.repl-ln</namespace>
+ </namespaces>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project> \ No newline at end of file