@@ -188,8 +188,8 @@ object SparkBuild extends Build {
188
188
" MQTT Repository" at " https://repo.eclipse.org/content/repositories/paho-releases/" ,
189
189
" Cloudera Repository" at " https://repository.cloudera.com/artifactory/cloudera-repos/" ,
190
190
// For Sonatype publishing
191
- // "sonatype-snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
192
- // "sonatype-staging" at "https://oss.sonatype.org/service/local/staging/deploy/maven2/",
191
+ " sonatype-snapshots" at " https://oss.sonatype.org/content/repositories/snapshots" ,
192
+ " sonatype-staging" at " https://oss.sonatype.org/service/local/staging/deploy/maven2/" ,
193
193
// also check the local Maven repository ~/.m2
194
194
Resolver .mavenLocal
195
195
),
@@ -322,7 +322,7 @@ object SparkBuild extends Build {
322
322
" com.codahale.metrics" % " metrics-graphite" % " 3.0.0" ,
323
323
" com.twitter" %% " chill" % " 0.3.1" excludeAll(excludeAsm),
324
324
" com.twitter" % " chill-java" % " 0.3.1" excludeAll(excludeAsm),
325
- " org.tachyonproject" % " tachyon" % " 0.4.1" excludeAll(excludeHadoop, excludeCurator, excludeEclipseJetty, excludePowermock),
325
+ " org.tachyonproject" % " tachyon" % " 0.4.1-thrift " excludeAll(excludeHadoop, excludeCurator, excludeEclipseJetty, excludePowermock),
326
326
" com.clearspring.analytics" % " stream" % " 2.5.1"
327
327
),
328
328
libraryDependencies ++= maybeAvro
0 commit comments