use ivy to manage jars

pull/478/head
Thomas Koch 2 years ago
parent 4c0ae2ca36
commit 8fbd6386fd

@ -1,4 +1,4 @@
<project name="YaCy" default="all" basedir=".">
<project name="YaCy" default="all" basedir="." xmlns:ivy="antlib:org.apache.ivy.ant">
<description>
YaCy - a Peer to Peer Web Search Engine
</description>
@ -80,17 +80,35 @@
<available file="${git}" />
</condition>
<target name="buildGitRevTask">
<target name="install-ivy" depends="" description="--> install ivy">
<!-- try to load Ivy here from local Ivy dir, in case the user has not already dropped
it into Ant's lib dir (note that the latter copy will always take precedence).
We will not fail as long as local lib dir exists (it may be empty) and
Ivy is in at least one of Ant's lib dir or the local lib dir. -->
<path id="ivy.lib.path">
<!--fileset dir="${ivy.jar.dir}" includes="*.jar"/-->
<file file="/usr/share/java/ivy.jar" />
</path>
<taskdef resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant" classpathref="ivy.lib.path"/>
</target>
<target name="resolve" depends="install-ivy" description="--> retrieve dependencies with Ivy">
<!-- The recommended way is to [conf] in the retrieve pattern instead of two calls to retrieve.
We can move there in a following step.
${lib} just happens to be equal to ${ivy.lib.dir}.
-->
<ivy:retrieve conf="compile" pathid="compile.path" pattern="${ivy.lib.dir}/[artifact]-[revision].[ext]" />
<ivy:retrieve conf="test" pattern="${libt}/[artifact]-[revision].[ext]" />
<ivy:retrieve conf="libbuild" pattern="${libbuild}/[artifact]-[revision].[ext]" />
<ivy:cachepath pathId="test.path" conf="test" />
<ivy:cachepath pathId="libbuild.path" conf="libbuild" />
<echo message="compile.path: ${toString:compile.path}" />
</target>
<target name="buildGitRevTask" depends="resolve">
<!-- <delete file="${libbuild}/GitRevTask.jar" failonerror="false" /> deleted via clean no need to do it all the time -->
<javac srcdir="${libbuild}/GitRevTask" includeantruntime="true" encoding="UTF-8">
<classpath>
<pathelement location="${libbuild}/org.eclipse.jgit-4.5.0.201609210915-r.jar" />
<!-- Next are the jgit dependencies -->
<pathelement location="${libbuild}/httpclient-4.3.6.jar" />
<pathelement location="${libbuild}/JavaEWAH-0.7.9.jar" />
<pathelement location="${libbuild}/jsch-0.1.53.jar" />
<pathelement location="${libbuild}/slf4j-api-1.7.2.jar" />
</classpath>
<javac srcdir="${libbuild}/GitRevTask" includeantruntime="true" encoding="UTF-8" classpathref="libbuild.path">
</javac>
<jar destfile="${libbuild}/GitRevTask.jar" basedir="${libbuild}/GitRevTask">
<manifest>
@ -171,113 +189,11 @@
<path id="project.class.path">
<pathelement location="${build}" />
<pathelement location="${lib}/J7Zip-modified-1.0.2.jar" />
<pathelement location="${lib}/apache-mime4j-0.6.jar" />
<pathelement location="${lib}/avatica-core-1.13.0.jar" />
<pathelement location="${lib}/bcmail-jdk15on-1.69.jar" />
<pathelement location="${lib}/bcpkix-jdk15on-1.69.jar" />
<pathelement location="${lib}/bcprov-jdk15on-1.69.jar" />
<pathelement location="${lib}/calcite-core-1.18.0.jar" />
<pathelement location="${lib}/calcite-linq4j-1.18.0.jar" />
<pathelement location="${lib}/jchardet-1.0.jar" />
<pathelement location="${lib}/common-image-3.3.2.jar" />
<pathelement location="${lib}/common-io-3.3.2.jar" />
<pathelement location="${lib}/common-lang-3.3.2.jar" />
<pathelement location="${lib}/commons-codec-1.14.jar" />
<pathelement location="${lib}/commons-collections4-4.4.jar" />
<pathelement location="${lib}/commons-compress-1.21.jar" />
<pathelement location="${lib}/commons-fileupload-1.4.jar" />
<pathelement location="${lib}/commons-io-2.7.jar" />
<pathelement location="${lib}/commons-lang-2.6.jar" />
<pathelement location="${lib}/commons-lang3-3.12.0.jar" />
<pathelement location="${lib}/commons-logging-1.2.jar" />
<pathelement location="${lib}/commons-math3-3.4.1.jar" />
<pathelement location="${lib}/fontbox-2.0.15.jar" />
<pathelement location="${lib}/guava-25.1-jre.jar" />
<pathelement location="${lib}/hazelcast-4.2.jar" />
<pathelement location="${lib}/http2-client-9.4.34.v20201102.jar" />
<pathelement location="${lib}/http2-common-9.4.34.v20201102.jar" />
<pathelement location="${lib}/http2-http-client-transport-9.4.34.v20201102.jar" />
<pathelement location="${lib}/httpclient-4.5.12.jar" />
<pathelement location="${lib}/httpcore-4.4.13.jar" />
<pathelement location="${lib}/httpmime-4.5.12.jar" />
<pathelement location="${lib}/icu4j-63.1.jar" />
<pathelement location="${lib}/imageio-bmp-3.3.2.jar" />
<pathelement location="${lib}/imageio-core-3.3.2.jar" />
<pathelement location="${lib}/imageio-metadata-3.3.2.jar" />
<pathelement location="${lib}/imageio-tiff-3.3.2.jar" />
<pathelement location="${lib}/jackson-annotations-2.11.2.jar" />
<pathelement location="${lib}/jackson-core-2.11.2.jar" />
<pathelement location="${lib}/jackson-databind-2.11.2.jar" />
<pathelement location="${lib}/oro-2.0.8.jar" />
<pathelement location="${lib}/jaudiotagger-2.2.5.jar" />
<pathelement location="${lib}/javax.servlet-api-3.1.0.jar" />
<pathelement location="${lib}/jcifs-1.3.17.jar" />
<pathelement location="${lib}/jcl-over-slf4j-1.7.25.jar" />
<pathelement location="${lib}/jetty-client-9.4.35.v20201120.jar" />
<pathelement location="${lib}/jetty-continuation-9.4.35.v20201120.jar" />
<pathelement location="${lib}/jetty-deploy-9.4.35.v20201120.jar" />
<pathelement location="${lib}/jetty-http-9.4.35.v20201120.jar" />
<pathelement location="${lib}/jetty-io-9.4.35.v20201120.jar" />
<pathelement location="${lib}/jetty-jmx-9.4.35.v20201120.jar" />
<pathelement location="${lib}/jetty-proxy-9.4.35.v20201120.jar" />
<pathelement location="${lib}/jetty-security-9.4.35.v20201120.jar" />
<pathelement location="${lib}/jetty-server-9.4.35.v20201120.jar" />
<pathelement location="${lib}/jetty-servlet-9.4.35.v20201120.jar" />
<pathelement location="${lib}/jetty-servlets-9.4.35.v20201120.jar" />
<pathelement location="${lib}/jetty-util-9.4.35.v20201120.jar" />
<pathelement location="${lib}/jetty-webapp-9.4.35.v20201120.jar" />
<pathelement location="${lib}/jetty-xml-9.4.35.v20201120.jar" />
<pathelement location="${lib}/jsch-0.1.54.jar" />
<pathelement location="${lib}/json-simple-1.1.1.jar" />
<pathelement location="${lib}/jsonic-1.3.10.jar" />
<pathelement location="${lib}/jsoup-1.14.2.jar" />
<pathelement location="${lib}/jwat-archive-common-1.1.1.jar" />
<pathelement location="${lib}/jwat-common-1.1.1.jar" />
<pathelement location="${lib}/jwat-gzip-1.1.1.jar" />
<pathelement location="${lib}/jwat-warc-1.1.1.jar" />
<pathelement location="${lib}/langdetect-1.1-20120112.jar" />
<pathelement location="${lib}/log4j-over-slf4j-1.7.32.jar" />
<pathelement location="${lib}/lucene-analyzers-common-8.8.1.jar" />
<pathelement location="${lib}/lucene-analyzers-phonetic-8.8.1.jar" />
<pathelement location="${lib}/lucene-backward-codecs-8.8.1.jar" />
<pathelement location="${lib}/lucene-classification-8.8.1.jar" />
<pathelement location="${lib}/lucene-codecs-8.8.1.jar" />
<pathelement location="${lib}/lucene-core-8.8.1.jar" />
<pathelement location="${lib}/lucene-grouping-8.8.1.jar" />
<pathelement location="${lib}/lucene-highlighter-8.8.1.jar" />
<pathelement location="${lib}/lucene-join-8.8.1.jar" />
<pathelement location="${lib}/lucene-memory-8.8.1.jar" />
<pathelement location="${lib}/lucene-misc-8.8.1.jar" />
<pathelement location="${lib}/lucene-queries-8.8.1.jar" />
<pathelement location="${lib}/lucene-queryparser-8.8.1.jar" />
<pathelement location="${lib}/lucene-spatial-extras-8.8.1.jar" />
<pathelement location="${lib}/lucene-suggest-8.8.1.jar" />
<pathelement location="${lib}/metadata-extractor-2.11.0.jar" />
<pathelement location="${lib}/metrics-core-3.2.2.jar" />
<pathelement location="${lib}/metrics-jmx-4.1.5.jar" />
<pathelement location="${lib}/opentracing-api-0.33.0.jar" />
<pathelement location="${lib}/opentracing-noop-0.33.0.jar" />
<pathelement location="${lib}/opentracing-util-0.33.0.jar" />
<pathelement location="${lib}/org.restlet.jar" />
<pathelement location="${lib}/pdfbox-2.0.15.jar" />
<pathelement location="${lib}/poi-3.17.jar" />
<pathelement location="${lib}/poi-scratchpad-3.17.jar" />
<pathelement location="${lib}/rrd4j-3.2.jar" />
<pathelement location="${lib}/slf4j-api-1.7.32.jar" />
<pathelement location="${lib}/slf4j-jdk14-1.7.32.jar" />
<pathelement location="${lib}/solr-core-8.8.1.jar" />
<pathelement location="${lib}/solr-solrj-8.8.1.jar" />
<pathelement location="${lib}/spatial4j-0.6.jar" />
<pathelement location="${lib}/stax2-api_3.1.4.jar" />
<pathelement location="${lib}/weupnp-0.1.4.jar" />
<pathelement location="${lib}/woodstox-core-asl-4.4.1.jar" />
<pathelement location="${lib}/xml-apis-1.4.01.jar" />
<pathelement location="${lib}/xmpcore-5.1.3.jar" />
<pathelement location="${lib}/xz-1.8.jar" />
<pathelement location="${lib}/zookeeper-3.4.14.jar" />
<path refid="compile.path" />
</path>
<target name="compile-core" depends="init" description="compile YaCy core">
<target name="compile-core" depends="init,resolve" description="compile YaCy core">
<!-- compile yacyBuildProperties.java -->
<!-- *obsolete* - for Gradle migration process changed to use *.java.template file for filtered copy
@ -291,6 +207,7 @@
<delete file="${build}/BuildProperties.java" />
-->
<!-- compile the core sources -->
<echo message="project.class.path: ${toString:project.class.path}" />
<javac srcdir="${src}/" destdir="${build}"
debug="true" debuglevel="lines,vars,source" includeantruntime="false"
source="${javacSource}" target="${javacTarget}" encoding="UTF-8">
@ -319,7 +236,7 @@
</target>
<target name="compile-htroot" depends="init" description="compile YaCy servlets">
<target name="compile-htroot" depends="init,resolve" description="compile YaCy servlets">
<!-- compile htroot, htroot/yacy and htroot/htdocsdefault -->
<javac srcdir="${htroot}/"
excludes="processing/**"
@ -471,8 +388,8 @@
<classpath>
<pathelement location="${build}"/>
<pathelement location="${htroot}"/>
<fileset dir="${libt}" includes="**/*.jar" />
<fileset dir="${lib}" includes="**/*.jar" />
<path refid="compile.path"/>
<path refid="test.path"/>
</classpath>
<compilerarg value="-Xlint"/>
</javac>

@ -0,0 +1,111 @@
<ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="net.yacy" module="search-server"/>
<configurations defaultconfmapping="default">
<!-- https://wrongnotes.blogspot.com/2014/02/simplest-explanation-of-ivy.html -->
<conf name="compile" visibility="public"/>
<conf name="test" visibility="public"/>
<conf name="libbuild" visibility="public"/>
</configurations>
<dependencies defaultconf="compile->default">
<dependency org="commons-fileupload" name="commons-fileupload" rev="1.4" conf="compile->master" />
<dependency org="commons-lang" name="commons-lang" rev="2.6">
<exclude module="junit"/>
</dependency>
<dependency org="com.cybozu.labs" name="langdetect" rev="1.1-20120112" conf="compile->master"/>
<dependency org="com.drewnoakes" name="metadata-extractor" rev="2.11.0" />
<dependency org="com.fasterxml.jackson.core" name="jackson-databind" rev="2.11.2"/>
<dependency org="com.googlecode.json-simple" name="json-simple" rev="1.1.1" conf="compile->master" />
<dependency org="com.google.guava" name="guava" rev="25.1-jre" conf="compile->master"/>
<dependency org="com.hazelcast" name="hazelcast" rev="4.2" />
<dependency org="com.ibm.icu" name="icu4j" rev="63.1"/>
<dependency org="com.jcraft" name="jsch" rev="0.1.54" />
<dependency org="com.twelvemonkeys.imageio" name="imageio-core" rev="3.3.2"/>
<dependency org="com.twelvemonkeys.imageio" name="imageio-bmp" rev="3.3.2" />
<dependency org="com.twelvemonkeys.imageio" name="imageio-tiff" rev="3.3.2"/>
<dependency org="commons-codec" name="commons-codec" rev="1.14" />
<dependency org="commons-io" name="commons-io" rev="2.7" />
<dependency org="commons-logging" name="commons-logging" rev="1.2" />
<dependency org="io.dropwizard.metrics" name="metrics-core" rev="3.2.2"/>
<dependency org="io.dropwizard.metrics" name="metrics-jmx" rev="4.1.5" conf="compile->master"/>
<dependency org="io.opentracing" name="opentracing-noop" rev="0.33.0"/>
<dependency org="io.opentracing" name="opentracing-util" rev="0.33.0"/>
<dependency org="javax.servlet" name="javax.servlet-api" rev="3.1.0"/>
<dependency org="jcifs" name="jcifs" rev="1.3.17" conf="compile->master" />
<dependency org="net.arnx" name="jsonic" rev="1.3.10"/>
<dependency org="net.jthink" name="jaudiotagger" rev="2.2.5"/>
<dependency org="net.sourceforge.jchardet" name="jchardet" rev="1.0"/>
<dependency org="org.apache.commons" name="commons-collections4" rev="4.4" />
<dependency org="org.apache.commons" name="commons-compress" rev="1.21" />
<dependency org="org.apache.calcite.avatica" name="avatica-core" rev="1.13.0" conf="compile->master"/>
<dependency org="org.apache.calcite" name="calcite-core" rev="1.18.0" conf="compile->master"/>
<dependency org="org.apache.calcite" name="calcite-linq4j" rev="1.18.0" conf="compile->master"/>
<dependency org="org.apache.commons" name="commons-math3" rev="3.4.1" />
<dependency org="org.apache.commons" name="commons-lang3" rev="3.12.0" />
<dependency org="org.apache.httpcomponents" name="httpclient" rev="4.5.12"/>
<dependency org="org.apache.httpcomponents" name="httpmime" rev="4.5.12"/>
<dependency org="org.apache.james" name="apache-mime4j" rev="0.6"/>
<dependency org="org.apache.lucene" name="lucene-analyzers-phonetic" rev="8.8.1" />
<dependency org="org.apache.lucene" name="lucene-backward-codecs" rev="8.8.1" />
<dependency org="org.apache.lucene" name="lucene-classification" rev="8.8.1" />
<dependency org="org.apache.lucene" name="lucene-codecs" rev="8.8.1" />
<dependency org="org.apache.lucene" name="lucene-grouping" rev="8.8.1" />
<dependency org="org.apache.lucene" name="lucene-highlighter" rev="8.8.1" />
<dependency org="org.apache.lucene" name="lucene-join" rev="8.8.1" />
<dependency org="org.apache.lucene" name="lucene-memory" rev="8.8.1" />
<dependency org="org.apache.lucene" name="lucene-misc" rev="8.8.1" />
<dependency org="org.apache.lucene" name="lucene-queries" rev="8.8.1" />
<dependency org="org.apache.lucene" name="lucene-queryparser" rev="8.8.1" conf="compile->master"/>
<dependency org="org.apache.lucene" name="lucene-spatial-extras" rev="8.8.1" conf="compile->master"/>
<dependency org="org.apache.lucene" name="lucene-suggest" rev="8.8.1"/>
<dependency org="org.apache.pdfbox" name="pdfbox" rev="2.0.15" />
<dependency org="org.apache.poi" name="poi" rev="3.17" />
<dependency org="org.apache.poi" name="poi-scratchpad" rev="3.17" />
<dependency org="org.apache.solr" name="solr-core" rev="8.8.1" conf="compile->master"/>
<dependency org="org.apache.solr" name="solr-solrj" rev="8.8.1" conf="compile->master" />
<dependency org="org.apache.zookeeper" name="zookeeper" rev="3.4.14" conf="compile->master" />
<dependency org="org.bitlet" name="weupnp" rev="0.1.4" />
<dependency org="org.bouncycastle" name="bcmail-jdk15on" rev="1.69" />
<dependency org="org.codehaus.woodstox" name="woodstox-core-asl" rev="4.4.1">
<exclude module="stax-api" />
</dependency>
<dependency org="org.eclipse.jetty" name="jetty-client" rev="9.4.35.v20201120" />
<dependency org="org.eclipse.jetty" name="jetty-deploy" rev="9.4.35.v20201120" conf="compile->master" />
<dependency org="org.eclipse.jetty" name="jetty-jmx" rev="9.4.35.v20201120" conf="compile->master"/>
<dependency org="org.eclipse.jetty" name="jetty-http" rev="9.4.35.v20201120"/>
<dependency org="org.eclipse.jetty" name="jetty-proxy" rev="9.4.35.v20201120"/>
<dependency org="org.eclipse.jetty" name="jetty-security" rev="9.4.35.v20201120"/>
<dependency org="org.eclipse.jetty" name="jetty-server" rev="9.4.35.v20201120"/>
<dependency org="org.eclipse.jetty" name="jetty-servlets" rev="9.4.35.v20201120"/>
<dependency org="org.eclipse.jetty" name="jetty-servlet" rev="9.4.35.v20201120">
<exclude module="jetty-util-ajax" />
</dependency>
<dependency org="org.eclipse.jetty" name="jetty-util" rev="9.4.35.v20201120" />
<dependency org="org.eclipse.jetty" name="jetty-webapp" rev="9.4.35.v20201120" />
<dependency org="org.eclipse.jetty.http2" name="http2-client" rev="9.4.34.v20201102" conf="compile->master"/>
<dependency org="org.eclipse.jetty.http2" name="http2-common" rev="9.4.34.v20201102" conf="compile->master"/>
<dependency org="org.eclipse.jetty.http2" name="http2-http-client-transport" rev="9.4.34.v20201102" conf="compile->master"/>
<dependency org="org.jsoup" name="jsoup" rev="1.14.2" />
<dependency org="org.jwat" name="jwat-warc" rev="1.1.1" />
<dependency org="org.locationtech.spatial4j" name="spatial4j" rev="0.6"/>
<!--NOT FOUND dependency org="org.restlet.jee" name="org.restlet" rev="2.2.1" / -->
<dependency org="org.rrd4j" name="rrd4j" rev="3.2"/>
<dependency org="org.slf4j" name="jcl-over-slf4j" rev="1.7.25"/>
<dependency org="org.slf4j" name="log4j-over-slf4j" rev="1.7.32"/>
<dependency org="org.slf4j" name="slf4j-jdk14" rev="1.7.32"/>
<!-- This does not match langdetect.jar from pre-ivy -->
<dependency org="org.tukaani" name="xz" rev="1.8"/>
<dependency org="oro" name="oro" rev="2.0.8"/>
<dependency org="xml-apis" name="xml-apis" rev="1.4.01"/>
<dependency org="junit" name="junit" rev="4.13" conf="test->default"/>
<dependency org="org.hamcrest" name="hamcrest" rev="2.2" conf="test->default"/>
<dependency org="org.hamcrest" name="hamcrest-core" rev="2.2" conf="test->default"/>
<dependency org="org.hamcrest" name="hamcrest-library" rev="2.2" conf="test->default"/>
<dependency org="com.googlecode.javaewah" name="JavaEWAH" rev="0.7.9" conf="libbuild->master"/>
<dependency org="com.jcraft" name="jsch" rev="0.1.53" conf="libbuild->master"/>
<dependency org="org.apache.httpcomponents" name="httpclient" rev="4.3.6" conf="libbuild->master"/>
<dependency org="org.eclipse.jgit" name="org.eclipse.jgit" rev="4.5.0.201609210915-r" conf="libbuild->master"/>
<dependency org="org.slf4j" name="slf4j-api" rev="1.7.2" conf="libbuild->master"/>
</dependencies>
</ivy-module>

104
lib/.gitignore vendored

@ -0,0 +1,104 @@
apache-mime4j-0.6.jar
avatica-core-1.13.0.jar
bcmail-jdk15on-1.69.jar
bcpkix-jdk15on-1.69.jar
bcprov-jdk15on-1.69.jar
bcutil-jdk15on-1.69.jar
calcite-core-1.18.0.jar
calcite-linq4j-1.18.0.jar
common-image-3.3.2.jar
common-io-3.3.2.jar
common-lang-3.3.2.jar
commons-codec-1.14.jar
commons-collections4-4.4.jar
commons-compress-1.21.jar
commons-fileupload-1.4.jar
commons-io-2.7.jar
commons-lang-2.6.jar
commons-lang3-3.12.0.jar
commons-logging-1.2.jar
commons-math3-3.4.1.jar
fontbox-2.0.15.jar
guava-25.1-jre.jar
hazelcast-4.2.jar
http2-client-9.4.34.v20201102.jar
http2-common-9.4.34.v20201102.jar
http2-http-client-transport-9.4.34.v20201102.jar
httpclient-4.5.12.jar
httpcore-4.4.13.jar
httpmime-4.5.12.jar
icu4j-63.1.jar
imageio-bmp-3.3.2.jar
imageio-core-3.3.2.jar
imageio-metadata-3.3.2.jar
imageio-tiff-3.3.2.jar
jackson-annotations-2.11.2.jar
jackson-core-2.11.2.jar
jackson-databind-2.11.2.jar
jaudiotagger-2.2.5.jar
javax.servlet-api-3.1.0.jar
jchardet-1.0.jar
jcifs-1.3.17.jar
jcl-over-slf4j-1.7.25.jar
jetty-client-9.4.35.v20201120.jar
jetty-continuation-9.4.35.v20201120.jar
jetty-deploy-9.4.35.v20201120.jar
jetty-http-9.4.35.v20201120.jar
jetty-io-9.4.35.v20201120.jar
jetty-jmx-9.4.35.v20201120.jar
jetty-proxy-9.4.35.v20201120.jar
jetty-security-9.4.35.v20201120.jar
jetty-server-9.4.35.v20201120.jar
jetty-servlet-9.4.35.v20201120.jar
jetty-servlets-9.4.35.v20201120.jar
jetty-util-9.4.35.v20201120.jar
jetty-webapp-9.4.35.v20201120.jar
jetty-xml-9.4.35.v20201120.jar
jsch-0.1.54.jar
json-simple-1.1.1.jar
jsonic-1.3.10.jar
jsoup-1.14.2.jar
jwat-archive-common-1.1.1.jar
jwat-common-1.1.1.jar
jwat-gzip-1.1.1.jar
jwat-warc-1.1.1.jar
langdetect-1.1-20120112.jar
log4j-over-slf4j-1.7.32.jar
lucene-analyzers-common-8.8.1.jar
lucene-analyzers-phonetic-8.8.1.jar
lucene-backward-codecs-8.8.1.jar
lucene-classification-8.8.1.jar
lucene-codecs-8.8.1.jar
lucene-core-8.8.1.jar
lucene-grouping-8.8.1.jar
lucene-highlighter-8.8.1.jar
lucene-join-8.8.1.jar
lucene-memory-8.8.1.jar
lucene-misc-8.8.1.jar
lucene-queries-8.8.1.jar
lucene-queryparser-8.8.1.jar
lucene-spatial-extras-8.8.1.jar
lucene-suggest-8.8.1.jar
metadata-extractor-2.11.0.jar
metrics-core-3.2.2.jar
metrics-jmx-4.1.5.jar
opentracing-api-0.33.0.jar
opentracing-noop-0.33.0.jar
opentracing-util-0.33.0.jar
oro-2.0.8.jar
pdfbox-2.0.15.jar
poi-3.17.jar
poi-scratchpad-3.17.jar
rrd4j-3.2.jar
slf4j-api-1.7.32.jar
slf4j-jdk14-1.7.32.jar
solr-core-8.8.1.jar
solr-solrj-8.8.1.jar
spatial4j-0.6.jar
stax2-api-3.1.4.jar
weupnp-0.1.4.jar
woodstox-core-asl-4.4.1.jar
xml-apis-1.4.01.jar
xmpcore-5.1.3.jar
xz-1.8.jar
zookeeper-3.4.14.jar

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save