diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index b1d66686c9b54..3480f4f50d31c 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -737,9 +737,6 @@ object Catalyst { } object SQL { - - import sbtavro.SbtAvro.autoImport._ - lazy val settings = Seq( (console / initialCommands) := """ @@ -761,10 +758,8 @@ object SQL { |import sqlContext.implicits._ |import sqlContext._ """.stripMargin, - (console / cleanupCommands) := "sc.stop()", - Test / avroGenerate := (Compile / avroGenerate).value + (console / cleanupCommands) := "sc.stop()" ) - } object Hive { diff --git a/project/plugins.sbt b/project/plugins.sbt index 8130ed00875c3..e733f864e6564 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -33,9 +33,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") -addSbtPlugin("com.cavorite" % "sbt-avro" % "2.1.1") -libraryDependencies += "org.apache.avro" % "avro-compiler" % "1.10.2" - addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") libraryDependencies += "org.ow2.asm" % "asm" % "9.1"