Skip to content

Commit

Permalink
Version GEDS API.
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Spörri <[email protected]>
  • Loading branch information
pspoerri committed Mar 16, 2023
1 parent 3597baa commit 3c8a7ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ organization := "com.ibm"
name := "geds-hdfs"
version := "SNAPSHOT"

val gedsVersion = sys.env.getOrElse("GEDS_VERSION", "1.0")
val gedsApiVersion = "1.0"
val gedsInstallPath = sys.env.getOrElse("GEDS_INSTALL", "/home/psp/geds-install")
val hadoopVersion = sys.env.getOrElse("HADOOP_VERSION", "3.3.4")

libraryDependencies ++= Seq(
"org.apache.hadoop" % "hadoop-common" % hadoopVersion % "provided",
"com.ibm.geds" % "geds" % gedsVersion from "file://"+gedsInstallPath+"/java/geds-"+gedsVersion+".jar",

"com.ibm.geds" % "geds" % gedsApiVersion from "file://"+gedsInstallPath+"/java/geds-"+gedsApiVersion+".jar",
"junit" % "junit" % "4.13.2" % Test, // TRAVIS_SCALA_WORKAROUND_REMOVE_LINE
)

Expand Down

0 comments on commit 3c8a7ba

Please sign in to comment.