Hm, I am not sure what to make of that. It seems like something else: http://stackoverflow.com/questions/9889674/sbt-jetty-and-servlet-3-0
A glance at this suggests that these artifacts have a different custom packaging type "orbit". I had not seen that before. I think Maven figures it out since it figures out what to make of this from the Jetty POM, but it sounds like SBT needs a little hint. See above for workaround. Or try Maven. On Thu, Jun 5, 2014 at 4:05 PM, Shrikar archak <shrika...@gmail.com> wrote: > Hi Prabeesh/ Sean, > > I tried both the steps you guys mentioned looks like its not able to resolve > it. > > [warn] [NOT FOUND ] > org.eclipse.jetty.orbit#javax.transaction;1.1.1.v201105210645!javax.transaction.orbit > (131ms) > [warn] ==== public: tried > [warn] > http://repo1.maven.org/maven2/org/eclipse/jetty/orbit/javax.transaction/1.1.1.v201105210645/javax.transaction-1.1.1.v201105210645.orbit > [warn] [NOT FOUND ] > org.eclipse.jetty.orbit#javax.servlet;3.0.0.v201112011016!javax.servlet.orbit > (225ms) > [warn] ==== public: tried > [warn] > http://repo1.maven.org/maven2/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.orbit > [warn] [NOT FOUND ] > org.eclipse.jetty.orbit#javax.mail.glassfish;1.4.1.v201005082020!javax.mail.glassfish.orbit > (214ms) > [warn] ==== public: tried > [warn] > http://repo1.maven.org/maven2/org/eclipse/jetty/orbit/javax.mail.glassfish/1.4.1.v201005082020/javax.mail.glassfish-1.4.1.v201005082020.orbit > [warn] [NOT FOUND ] > org.eclipse.jetty.orbit#javax.activation;1.1.0.v201105071233!javax.activation.orbit > (112ms) > [warn] ==== public: tried > > Thanks, > Shrikar