-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
The current version has some issues while running the "sbt build". I have modified the build.sbt file before building the jar file. If you also encounter the error. Please use this instead of the original code.
build.sbt
"
name := "traj-sim"
version := "1.0"
scalaVersion := "2.11.12"
libraryDependencies += "org.apache.spark" % "spark-core_2.11" % "2.1.0" % "provided"
libraryDependencies += "org.roaringbitmap" % "RoaringBitmap" % "0.6.28"
libraryDependencies ++= Seq(
"org.geotools" % "gt-geojson" % "15.2"
)
resolvers ++= Seq(
"geosolutions" at "https://maven.geo-solutions.it/",
"osgeo" at " https://repo.osgeo.org/repository/release/"
)
"
Metadata
Metadata
Assignees
Labels
No labels