File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -737,9 +737,6 @@ object Catalyst {
737737}
738738
739739object SQL {
740-
741- import sbtavro .SbtAvro .autoImport ._
742-
743740 lazy val settings = Seq (
744741 (console / initialCommands) :=
745742 """
@@ -761,10 +758,8 @@ object SQL {
761758 |import sqlContext.implicits._
762759 |import sqlContext._
763760 """ .stripMargin,
764- (console / cleanupCommands) := " sc.stop()" ,
765- Test / avroGenerate := (Compile / avroGenerate).value
761+ (console / cleanupCommands) := " sc.stop()"
766762 )
767-
768763}
769764
770765object Hive {
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")
3333
3434addSbtPlugin(" com.eed3si9n" % " sbt-unidoc" % " 0.4.3" )
3535
36- addSbtPlugin(" com.cavorite" % " sbt-avro" % " 2.1.1" )
37- libraryDependencies += " org.apache.avro" % " avro-compiler" % " 1.10.2"
38-
3936addSbtPlugin(" io.spray" % " sbt-revolver" % " 0.9.1" )
4037
4138libraryDependencies += " org.ow2.asm" % " asm" % " 7.3.1"
You can’t perform that action at this time.
0 commit comments