Yes, you've added the correct dependency, and yes, that's what you want to do moving forward. If you need other libraries later, e.g. non-neo4j libraries, you can add them to your pom as well and netbeans will figure out the dependencies for you.
On Sunday, July 27, 2014 2:43:31 AM UTC+1, Rodger wrote: > > Hi Dave, > > > Thanks for responding. > > I'm just a java newbie, learning all this in isolation. > > > I think I managed to figure it out: > > Create a Maven project from within Netbeans. > > > http://docs.neo4j.org/chunked/stable/tutorials-java-embedded-setup.html > > Modified pom.xml and added: > > <dependency> > <groupId>org.neo4j</groupId> > <artifactId>neo4j</artifactId> > <version>2.1.2</version> > </dependency> > > > > Clean and build. > > It seemed to find all the classes. > > > Is this the correct procedure (in the big picture)? > > > > Best, > > Rodger > >> >>> -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
