You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once started the "build.sbt" to build the JAR file, the module "neo4j-spark-connector 2.1.0-M4" is not found from the chosen repository. "Spark Packages Repo" at "http://dl.bintray.com/spark-packages/maven" has no more that library, giving an unresolved dependency error. Are there some steps that can be done to solve this issue?
The text was updated successfully, but these errors were encountered:
im not really familiar with the scala/sbt ecosystem, but looks like one of the repository link specified in the build file is broken, fixed mine with below patch of build.sbt
resolvers += "Restlet Repository" at "http://maven.restlet.org"
-resolvers += "Spark Packages Repo" at "http://dl.bintray.com/spark-packages/maven"+resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org"
Once started the "build.sbt" to build the JAR file, the module "neo4j-spark-connector 2.1.0-M4" is not found from the chosen repository. "Spark Packages Repo" at "http://dl.bintray.com/spark-packages/maven" has no more that library, giving an unresolved dependency error. Are there some steps that can be done to solve this issue?
The text was updated successfully, but these errors were encountered: