JLine now has junit in the proper scope, no need for intransitive()

This commit is contained in:
Mark Harrah 2013-02-26 08:01:48 -05:00
parent 92e99cfef0
commit 54c08115f6
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ object %s {
object Common
{
def lib(m: ModuleID) = libraryDependencies += m
lazy val jlineDep = "jline" % "jline" % "2.10" intransitive()
lazy val jlineDep = "jline" % "jline" % "2.10"
lazy val jline = lib(jlineDep)
lazy val ivy = lib("org.apache.ivy" % "ivy" % "2.3.0-rc1")
lazy val httpclient = lib("commons-httpclient" % "commons-httpclient" % "3.1")