Skip to content

Commit

Permalink
Revert "[SPARK-31258][BUILD] Pin the avro version in SBT"
Browse files Browse the repository at this point in the history
This reverts commit 916a25a.
  • Loading branch information
dongjoon-hyun committed Mar 26, 2020
1 parent 844f207 commit 4217f75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,7 @@ object DependencyOverrides {
dependencyOverrides += "com.google.guava" % "guava" % "14.0.1",
dependencyOverrides += "commons-io" % "commons-io" % "2.4",
dependencyOverrides += "com.fasterxml.jackson.core" % "jackson-databind" % "2.6.7.3",
dependencyOverrides += "jline" % "jline" % "2.14.6",
dependencyOverrides += "org.apache.avro" % "avro" % "1.8.2")
dependencyOverrides += "jline" % "jline" % "2.14.6")
}

/**
Expand Down

0 comments on commit 4217f75

Please sign in to comment.