On 23 June 2012 17:20, Lance Norskog <goks...@gmail.com> wrote:

> Solr does not "ship with anything" as a product. It includes an old
> Jetty in the example. The feature set in Jetty has not held back
> showing an example of Solr features, so it has not been a priority. If
> you supply a patch, that is different :) Especially if the patch shows
> how to get all of the Jetty dependencies via Ivy.


Ivy? Here you are:
<ivy-module version="2.0">
<!-- this goes in ivy.xml -->
    <info organisation="org.apache" module="hello-ivy"/>
    <dependencies>
        <!--- found from http://mvnrepository.com/ -->
        <dependency org="org.eclipse.jetty" name="jetty-servlet"
rev="8.1.4.v20120524"/>
    </dependencies>
</ivy-module>

-- 
Sent from my mobile device
Envoyait de mon portable

Reply via email to