After I finally figured out that one of my main problems was with the
version of jersey used (I upgraded to 1.10),
I copied over the static web dependency to the lib folder and it worked as well.

But your approach is much nicer. Will give it a try.



On Thu, Nov 17, 2011 at 1:40 PM, Peter Neubauer
<peter.neuba...@neotechnology.com> 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" <geo...@wearewalter.com> 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
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>>
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to