summaryrefslogtreecommitdiff
path: root/src/build
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2009-06-20 03:31:53 +0000
committerJosh Suereth <joshua.suereth@gmail.com>2009-06-20 03:31:53 +0000
commit60810d5c03ef614497d3a8ba5ad23d44e48194a8 (patch)
tree593a3f9f2967df8921c810e2c5b5d7c641f7b076 /src/build
parent83ec9c329c83ddf82430fa52fc95cae29e589b8b (diff)
downloadscala-60810d5c03ef614497d3a8ba5ad23d44e48194a8.tar.gz
scala-60810d5c03ef614497d3a8ba5ad23d44e48194a8.tar.bz2
scala-60810d5c03ef614497d3a8ba5ad23d44e48194a8.zip
Added jline as optional dependency to scala-com...
Added jline as optional dependency to scala-compiler pom
Diffstat (limited to 'src/build')
-rw-r--r--src/build/maven/scala-compiler-pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/build/maven/scala-compiler-pom.xml b/src/build/maven/scala-compiler-pom.xml
index 98631a8988..01ede9bb31 100644
--- a/src/build/maven/scala-compiler-pom.xml
+++ b/src/build/maven/scala-compiler-pom.xml
@@ -36,6 +36,12 @@
<artifactId>scala-library</artifactId>
<version>@VERSION@</version>
</dependency>
+ <dependency>
+ <groupId>jline</groupId>
+ <artifactId>jline</artifactId>
+ <version>0.9.91</version>
+ <optional>true</optional>
+ </dependency>
</dependencies>
<distributionManagement>
<repository>