connect JG tutorial with java(dependency issues)
I started looking into Janus Graph and wanted to see what a springboot app connecting to a Janus graph would look like. I just can't seem to get past step two of the "connecting to janusGraph using java" tutorial.
I've placed my two dependencies into my maven pom.xml file and when loading my dependencies only the gremlin driver was loaded. The Janusgraph-driver dependency fails with error stating that it couldn't find the dependency.
Error: "
Could not find artifact org.janusgraph:janusgraph-driver:pom:0.6.4 in central (https://repo.maven.apache.org/maven2)
"
What could I be doing wrong?
4 Replies