Github user srowen commented on a diff in the pull request:

    https://github.com/apache/incubator-spark/pull/570#discussion_r9975070
  
    --- Diff: project/SparkBuild.scala ---
    @@ -236,13 +236,15 @@ object SparkBuild extends Build {
         publishLocalBoth <<= Seq(publishLocal in MavenCompile, 
publishLocal).dependOn
       ) ++ net.virtualvoid.sbt.graph.Plugin.graphSettings ++ ScalaStyleSettings
     
    -  val slf4jVersion = "1.7.2"
    +  val slf4jVersion = "1.7.5"
     
       val excludeCglib = ExclusionRule(organization = 
"org.sonatype.sisu.inject")
       val excludeJackson = ExclusionRule(organization = "org.codehaus.jackson")
       val excludeNetty = ExclusionRule(organization = "org.jboss.netty")
       val excludeAsm = ExclusionRule(organization = "asm")
       val excludeSnappy = ExclusionRule(organization = "org.xerial.snappy")
    +  val excludeCommonsLogging = ExclusionRule(organization = 
"commons-logging")
    +  val excludeSLF4J = ExclusionRule(organization = "org.slf4j")
    --- End diff --
    
    I thought I got all of them but let me double-check with mvn 
dependency:tree, and then check that the sbt build does the same.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. To do so, please top-post your response.
If your project does not have this feature enabled and wishes so, or if the
feature is enabled but not working, please contact infrastructure at
infrastruct...@apache.org or file a JIRA ticket with INFRA.
---

Reply via email to