SOLR-4031: Eclipse and Maven configurations: Upgrade to Jetty 8.1.7

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407120 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-11-08 15:18:10 +00:00
parent 3c14a51d14
commit 5ba17cf480
2 changed files with 12 additions and 12 deletions

View File

@ -126,17 +126,17 @@
<classpathentry kind="lib" path="solr/solrj/lib/slf4j-jdk14-1.6.4.jar"/>
<classpathentry kind="lib" path="solr/solrj/lib/wstx-asl-3.2.7.jar"/>
<classpathentry kind="lib" path="solr/solrj/lib/zookeeper-3.3.6.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-continuation-8.1.2.v20120308.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-deploy-8.1.2.v20120308.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-http-8.1.2.v20120308.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-io-8.1.2.v20120308.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-jmx-8.1.2.v20120308.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-security-8.1.2.v20120308.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-server-8.1.2.v20120308.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-servlet-8.1.2.v20120308.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-util-8.1.2.v20120308.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-webapp-8.1.2.v20120308.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-xml-8.1.2.v20120308.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-continuation-8.1.7.v20120910.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-deploy-8.1.7.v20120910.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-http-8.1.7.v20120910.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-io-8.1.7.v20120910.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-jmx-8.1.7.v20120910.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-security-8.1.7.v20120910.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-server-8.1.7.v20120910.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-servlet-8.1.7.v20120910.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-util-8.1.7.v20120910.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-webapp-8.1.7.v20120910.jar"/>
<classpathentry kind="lib" path="solr/example/lib/jetty-xml-8.1.7.v20120910.jar"/>
<classpathentry kind="lib" path="solr/example/lib/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="solr/contrib/clustering/lib/carrot2-core-3.5.0.jar"/>
<classpathentry kind="lib" path="solr/contrib/clustering/lib/hppc-0.3.3.jar"/>

View File

@ -45,7 +45,7 @@
<base.specification.version>5.0.0</base.specification.version>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
<java.compat.version>1.6</java.compat.version>
<jetty.version>8.1.2.v20120308</jetty.version>
<jetty.version>8.1.7.v20120910</jetty.version>
<slf4j.version>1.6.4</slf4j.version>
<tika.version>1.2</tika.version>
<httpcomponents.version>4.1.3</httpcomponents.version>