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

Reply via email to