1. 程式人生 > >hadoop-client和jetty的衝突解決

hadoop-client和jetty的衝突解決

"org.apache.spark" %% "spark-core" % "1.0.1" excludeAll(ExclusionRule("org.mortbay.jetty"),ExclusionRule("io.netty.netty-all")),

"org.apache.hadoop" % "hadoop-client" % "2.3.0" exclude("io.netty", "netty-all") excludeAll(ExclusionRule("org.mortbay.jetty"),ExclusionRule("io.netty.netty-all")),