Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ libraryDependencies ++= Seq(
fixNewerHadoopClient % Provided, //due to newer v. of guava

scalaLib % Compile,
bblfshClient % Compile,
scalapb % Compile,
ioGrpc % Compile,
scalapbGrpc % Compile,
Expand All @@ -32,9 +33,9 @@ libraryDependencies ++= Seq(
log4j12 % Compile,
log4jBinding % Compile,
commonsMath % Compile,
bblfshClient % Compile,
avro % Compile,
parquetAvro % Compile,
enry % Compile,
scalaJsonParser % Compile //needed for docFreq reading
//TODO(bzz): remove scalaJsonParser at https://github.com/src-d/gemini/issues/112
)
Expand Down
1 change: 1 addition & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ object Dependencies {
lazy val bblfshClient = "org.bblfsh" % "bblfsh-client" % "1.8.2"
lazy val scalaJsonParser = "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.6.7"
lazy val gcs = "com.google.cloud.bigdataoss" % "gcs-connector" % "hadoop2-1.9.11"
lazy val enry = "tech.sourced" % "enry-java" % "1.7.1"
}