I am having issues using the embedded driver with neo4j OGM for testing. I set up my SessionFactory like this:
but when I run my tests I get this error:
java.lang.NoClassDefFoundError: org/neo4j/graphdb/factory/GraphDatabaseFactory
at org.neo4j.og...