Great, Thanks for sharing it! Would love to see this in some public place to be able to refer to it. Gut it on Github somewhere? On Nov 17, 2011 1:35 PM, "g-eorge" <[email protected]> wrote:
> I added the following to my .sbt file and everything appears to work fine > so > far.. > > libraryDependencies ++= Seq( > "org.neo4j.app" % "neo4j-server" % "1.5", > "org.neo4j.app" % "neo4j-server" % "1.5" classifier "static-web" > from > " > http://m2.neo4j.org/releases/org/neo4j/app/neo4j-server/1.5/neo4j-server-1.5-static-web.jar > ", > "com.sun.jersey" % "jersey-core" % "1.9" > ) > > > resolvers ++= Seq( > "tinkerprop" at "http://tinkerpop.com/maven2" > ) > > -- > View this message in context: > http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Using-the-WrappingNeoServerBootstrapper-with-sbt-tp3477583p3515594.html > Sent from the Neo4j Community Discussions mailing list archive at > Nabble.com. > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

