aboutsummaryrefslogtreecommitdiff
path: root/modules/javadoc/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/javadoc/pom.xml')
-rw-r--r--modules/javadoc/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/modules/javadoc/pom.xml b/modules/javadoc/pom.xml
index 33f5aa0d..9cdc5461 100644
--- a/modules/javadoc/pom.xml
+++ b/modules/javadoc/pom.xml
@@ -11,4 +11,11 @@
<relativePath>../parent</relativePath>
</parent>
<artifactId>javadoc</artifactId>
-</project> \ No newline at end of file
+ <dependencies>
+ <dependency>
+ <groupId>org.clojure.contrib</groupId>
+ <artifactId>shell</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+</project>