Adjust tests.

This commit is contained in:
Eugene Yokota 2015-01-10 22:55:50 -05:00
parent 48cb1444cf
commit f4cffa98b7
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ lazy val sbtProj = (project in sbtPath).
)
lazy val mavenResolverPluginProj = (project in file("sbt-maven-resolver")).
dependsOn(sbtProj).
dependsOn(sbtProj, ivyProj % "test->test").
settings(baseSettings: _*).
settings(
name := "sbt-maven-resolver",