Skip to content

Commit

Permalink
scala style chnge in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pferrel committed Mar 30, 2016
1 parent 147a3e4 commit d00d6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ libraryDependencies ++= Seq(
"org.elasticsearch" % "elasticsearch-spark_2.10" % "2.1.2"
exclude("org.apache.spark", "spark-catalyst_2.10")
exclude("org.apache.spark", "spark-sql_2.10"),
"org.json4s" %% "json4s-native" % "3.2.10"
).map(_.exclude("org.apache.lucene","lucene-core")).map(_.exclude("org.apache.lucene","lucene-analyzers-common"))
"org.json4s" %% "json4s-native" % "3.2.10")
.map(_.exclude("org.apache.lucene","lucene-core")).map(_.exclude("org.apache.lucene","lucene-analyzers-common"))

resolvers += Resolver.mavenLocal

Expand Down

0 comments on commit d00d6b5

Please sign in to comment.