I'm trying to run
Code:
neo4jTemplate.execute("g.v(1)", null)
and I keep getting

java.lang.NoSuchMethodError: com.tinkerpop.pipes.transform.PathPipe: method <init>()V not found

issues. I believe this stems from my choice of pipes from Maven, but my bigger issue is that gremlin had to be wired by mean, rather then spring-data-neo4j having a special dependency for gremlin. The initial error message was that I did not have gremlin, so I searched around for the tinkerpop dependencies, then ran into more issues once the query's actually ran.

I've been trying to a few hours now, but can anyone link the proper dependencies needed to get 2.0.1.RELEASE version of spring-data-neo4j to properly accept gremlin query's?