aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/build.sbt
diff options
context:
space:
mode:
authorEllen Spertus <ellen.spertus@gmail.com>2018-07-19 15:43:07 -0700
committerEllen Spertus <ellen.spertus@gmail.com>2018-07-19 15:43:07 -0700
commit05fdfcd052e06934f8313743ba60629b3b694c2f (patch)
tree4ba28803b6eb659cf48caecb42f4ae5acb2a9ae6 /scalding/build.sbt
parentdef7233b5d5aaf3622c7d368a7dbb35459e38f13 (diff)
parent6e998633c6949c66bb6f9c5a1da7d7cf58511a39 (diff)
downloadsandcrawler-05fdfcd052e06934f8313743ba60629b3b694c2f.tar.gz
sandcrawler-05fdfcd052e06934f8313743ba60629b3b694c2f.zip
Cleanup after merge master. Note: I am not fixing warnings in CdxBackfillJob.scala.
Diffstat (limited to 'scalding/build.sbt')
-rw-r--r--scalding/build.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/scalding/build.sbt b/scalding/build.sbt
index ba2a825..980418c 100644
--- a/scalding/build.sbt
+++ b/scalding/build.sbt
@@ -19,6 +19,7 @@ lazy val root = (project in file(".")).
val dirNameToExclude = "/example/"
scalaSourceFiles.filterNot(_.getAbsolutePath.contains(dirNameToExclude))
},
+
name := "sandcrawler",
resolvers += "conjars.org" at "http://conjars.org/repo",
@@ -53,4 +54,5 @@ lazy val root = (project in file(".")).
case s if s.endsWith("xml") => MergeStrategy.last
case x => (assemblyMergeStrategy in assembly).value(x)
},
+
)