|
|
|
@ -35,7 +35,9 @@
|
|
|
|
|
<maven.compiler.target>1.7</maven.compiler.target>
|
|
|
|
|
<!-- the Solr version used in dependency section for all related dependencies -->
|
|
|
|
|
<solr.version>4.10.3</solr.version>
|
|
|
|
|
|
|
|
|
|
<!-- the Jetty version used in dependency section for all related dependencies -->
|
|
|
|
|
<jetty.version>9.2.9.v20150224</jetty.version>
|
|
|
|
|
|
|
|
|
|
<!-- properties used for filtering yacyBuildProperties.java -->
|
|
|
|
|
<REPL_DATE>${DSTAMP}</REPL_DATE>
|
|
|
|
|
<REPL_RELEASE>yacy_v${project.version}_${DSTAMP}_${releaseNr}.tar.gz</REPL_RELEASE>
|
|
|
|
@ -549,67 +551,67 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-server</artifactId>
|
|
|
|
|
<version>9.2.7.v20150116</version>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-servlet</artifactId>
|
|
|
|
|
<version>9.2.7.v20150116</version>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-servlets</artifactId>
|
|
|
|
|
<version>9.2.7.v20150116</version>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-webapp</artifactId>
|
|
|
|
|
<version>9.2.7.v20150116</version>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-util</artifactId>
|
|
|
|
|
<version>9.2.7.v20150116</version>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-xml</artifactId>
|
|
|
|
|
<version>9.2.7.v20150116</version>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-http</artifactId>
|
|
|
|
|
<version>9.2.7.v20150116</version>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-security</artifactId>
|
|
|
|
|
<version>9.2.7.v20150116</version>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-io</artifactId>
|
|
|
|
|
<version>9.2.7.v20150116</version>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-continuation</artifactId>
|
|
|
|
|
<version>9.2.7.v20150116</version>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-jmx</artifactId>
|
|
|
|
|
<version>9.2.7.v20150116</version>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-proxy</artifactId>
|
|
|
|
|
<version>9.2.7.v20150116</version>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-deploy</artifactId>
|
|
|
|
|
<version>9.2.7.v20150116</version>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bitlet</groupId>
|
|
|
|
|