aboutsummaryrefslogtreecommitdiff
path: root/project/project
diff options
context:
space:
mode:
authorsarutak <sarutak@oss.nttdata.co.jp>2014-01-27 17:00:26 +0900
committersarutak <sarutak@oss.nttdata.co.jp>2014-01-27 17:00:26 +0900
commit6a5af7b7d8104eece8d251992d958dec1e358dec (patch)
tree17e1d8b8d1a2032c0fcd3a485f2bbcad3a54e3c2 /project/project
parentc40619d4873f36ffb96a2e6292b32d5b64eab153 (diff)
downloadspark-6a5af7b7d8104eece8d251992d958dec1e358dec.tar.gz
spark-6a5af7b7d8104eece8d251992d958dec1e358dec.tar.bz2
spark-6a5af7b7d8104eece8d251992d958dec1e358dec.zip
modified SparkPluginBuild.scala to use https protocol for accessing github.
Diffstat (limited to 'project/project')
-rw-r--r--project/project/SparkPluginBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/project/SparkPluginBuild.scala b/project/project/SparkPluginBuild.scala
index 6a66bd1d06..4853be2617 100644
--- a/project/project/SparkPluginBuild.scala
+++ b/project/project/SparkPluginBuild.scala
@@ -20,5 +20,5 @@ import sbt._
object SparkPluginDef extends Build {
lazy val root = Project("plugins", file(".")) dependsOn(junitXmlListener)
/* This is not published in a Maven repository, so we get it from GitHub directly */
- lazy val junitXmlListener = uri("git://github.com/ijuma/junit_xml_listener.git#fe434773255b451a38e8d889536ebc260f4225ce")
+ lazy val junitXmlListener = uri("https://github.com/ijuma/junit_xml_listener.git#fe434773255b451a38e8d889536ebc260f4225ce")
}