Skip to content

Commit

Permalink
Roll back avro dependency versions
Browse files Browse the repository at this point in the history
#434
updated versions that changed the interface for Avro and caused
Longitudinal to fail.
  • Loading branch information
jklukas committed Jun 15, 2018
1 parent 8ff55aa commit 14741db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ lazy val root = (project in file(".")).
libraryDependencies += "org.apache.spark" %% "spark-hive" % sparkVersion,

// Other dependencies
libraryDependencies += "org.apache.avro" % "avro" % "1.8.2",
libraryDependencies += "org.apache.parquet" % "parquet-avro" % "1.8.3",
libraryDependencies += "org.apache.avro" % "avro" % "1.7.7",
libraryDependencies += "org.apache.parquet" % "parquet-avro" % "1.7.0",
libraryDependencies += "net.sandrogrzicic" %% "scalabuff-runtime" % "1.4.0",
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.7.2",
libraryDependencies += "joda-time" % "joda-time" % "2.10",
Expand Down

0 comments on commit 14741db

Please sign in to comment.