一、禁止依赖传递(intransitive) json
val json4s = "org.json4s" %% "json4s-core" % "3.2.4" intransitive()
val json4s = "org.json4s" %% "json4s-native" % "3.2.4" exclude("org.scala-lang", "scala-compiler")