Sure, no problem. Here you go: https://gist.github.com/1373211
On 17 Nov 2011, at 12:41, Peter Neubauer [via Neo4j Community Discussions] wrote: > 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" <[hidden email]> 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 > > [hidden email] > > https://lists.neo4j.org/mailman/listinfo/user > > > _______________________________________________ > Neo4j mailing list > [hidden email] > https://lists.neo4j.org/mailman/listinfo/user > > > If you reply to this email, your message will be added to the discussion > below: > http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Using-the-WrappingNeoServerBootstrapper-with-sbt-tp3477583p3515604.html > To unsubscribe from [Neo4j] Using the WrappingNeoServerBootstrapper with sbt, > click here. > NAML -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Using-the-WrappingNeoServerBootstrapper-with-sbt-tp3477583p3515883.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

