From b16d4a36ad78b72f321534fbfcb74081ee34f2ec Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Wed, 9 Nov 2011 18:30:35 -0500 Subject: [PATCH] Remove local Maven repository from launcher's list of repositories This is motivated by the high likelihood that it is causing the various problems some users have with the launcher not finding some dependencies. ref #217. --- launch/src/main/input_resources/sbt/sbt.boot.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/launch/src/main/input_resources/sbt/sbt.boot.properties b/launch/src/main/input_resources/sbt/sbt.boot.properties index 1a1501578..fb2274de2 100644 --- a/launch/src/main/input_resources/sbt/sbt.boot.properties +++ b/launch/src/main/input_resources/sbt/sbt.boot.properties @@ -11,7 +11,6 @@ [repositories] local - maven-local ${{repositories}} maven-central scala-tools-releases