Skip to content

build.sbt dependencies error. #3

@aavash1

Description

@aavash1

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions