diff --git a/project/plugins.sbt b/project/plugins.sbt index da466da994..920aa677f9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -27,8 +27,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0") addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4") -addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2") - addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.0") @@ -47,3 +45,5 @@ libraryDependencies += "org.ow2.asm" % "asm-commons" % "7.2" addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2") addSbtPlugin("com.typesafe.sbt" % "sbt-pom-reader" % "2.2.0") + +// TODO(SPARK-33109) Upgrade to SBT 1.4 and support `dependencyTree` back