summaryrefslogtreecommitdiff
path: root/src/build/maven/scala-compiler-pom.xml
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-12-20 16:21:15 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-12-20 16:21:17 -0800
commit4a4454b8f95a8d279b397d75d729e442e0266267 (patch)
tree548a49c34d97fae380556591d061062eb6779d39 /src/build/maven/scala-compiler-pom.xml
parentc1c368bb2c910f24e78ff810741f3e32b6f991cb (diff)
downloadscala-4a4454b8f95a8d279b397d75d729e442e0266267.tar.gz
scala-4a4454b8f95a8d279b397d75d729e442e0266267.tar.bz2
scala-4a4454b8f95a8d279b397d75d729e442e0266267.zip
Explicit jline dependency.
Duplicated from scala-compiler's pom (where it's optional), so that resolving scala-dist's transitive dependencies include jline. We won't see scala-compiler's optional dependency on jline when depending on scala-compiler. TODO: remove duplication once we have the scala-compiler-repl module
Diffstat (limited to 'src/build/maven/scala-compiler-pom.xml')
-rw-r--r--src/build/maven/scala-compiler-pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/maven/scala-compiler-pom.xml b/src/build/maven/scala-compiler-pom.xml
index a16fe22343..4a000b27a1 100644
--- a/src/build/maven/scala-compiler-pom.xml
+++ b/src/build/maven/scala-compiler-pom.xml
@@ -50,7 +50,7 @@
<artifactId>scala-parser-combinators_@SCALA_BINARY_VERSION@</artifactId>
<version>@PARSER_COMBINATORS_VERSION@</version>
</dependency>
- <dependency> <!-- for scala-compiler-repl-->
+ <dependency> <!-- for scala-compiler-repl; once it moves there, make it required -->
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>@JLINE_VERSION@</version>