You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ge...@apache.org on 2020/10/04 01:44:15 UTC

svn commit: r41694 [14/19] - in /dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/l...

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/8.6.3/solr-cell-8.6.3.pom
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/8.6.3/solr-cell-8.6.3.pom (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/8.6.3/solr-cell-8.6.3.pom Sun Oct  4 01:44:13 2020
@@ -0,0 +1,760 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>8.6.3</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-cell</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Content Extraction Library</name>
+  <description>
+    Apache Solr Content Extraction Library integrates Apache Tika 
+    content extraction framework into Solr
+  </description>
+  <properties>
+    <module-directory>solr/contrib/extraction</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-nori</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.adobe.xmp</groupId>
+      <artifactId>xmpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.drewnoakes</groupId>
+      <artifactId>metadata-extractor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.epam</groupId>
+      <artifactId>parso</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.virtuald</groupId>
+      <artifactId>curvesapi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.zafarkhaja</groupId>
+      <artifactId>java-semver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.juniversalchardet</groupId>
+      <artifactId>juniversalchardet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.mp4parser</groupId>
+      <artifactId>isoparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess-encrypt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.jayway.jsonpath</groupId>
+      <artifactId>json-path</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.pff</groupId>
+      <artifactId>java-libpst</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.rometools</groupId>
+      <artifactId>rome</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.rometools</groupId>
+      <artifactId>rome-utils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>de.l3s.boilerpipe</groupId>
+      <artifactId>boilerpipe</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-handler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-resolver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-unix-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-noop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.sgr</groupId>
+      <artifactId>s2-geometry-library-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-collections4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-configuration2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-csv</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-text</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-dom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-asn1</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-pkix</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-1.2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>fontbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>jempbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox-tools</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml-schemas</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-scratchpad</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-java7</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-xmp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xmlbeans</groupId>
+      <artifactId>xmlbeans</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.aspectj</groupId>
+      <artifactId>aspectjrt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcmail-jdk15on</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcpkix-jdk15on</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.brotli</groupId>
+      <artifactId>dec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ccil.cowan.tagsoup</groupId>
+      <artifactId>tagsoup</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-hpack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-tika</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jdom</groupId>
+      <artifactId>jdom2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.rrd4j</groupId>
+      <artifactId>rrd4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tallison</groupId>
+      <artifactId>jmatio</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tukaani</groupId>
+      <artifactId>xz</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${top-level}/dev-tools/maven/solr</directory>
+        <includes>
+          <include>maven.testlogging.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/8.6.3/solr-cell-8.6.3.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/8.6.3/solr-cell-8.6.3.pom.asc (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/8.6.3/solr-cell-8.6.3.pom.asc Sun Oct  4 01:44:13 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEkCzFGTXBQL+CAjCWH9UpUoFDYHUFAl94+EcACgkQH9UpUoFD
+YHWzRw//VfsHD1HWIySMB8BbY137RAGHyWVKh7ocWb9fimn/XVa4cGujlNO587I1
+aGuxSjQdycvQEPSQGfhcxtZyGjVF+e5N9bWY6pPuW/GwQvw3PmbOwee7FLFgRbbH
+2jWkPYEBQEghv2F9VW9QAwOeP+NZC9BxLIB6tpnW0wLes9eqy9HCVWSplQ8szfsI
+AXJeAGdzaCSCJlIMh5OyTItBqR0v6OqdkS+n7mrzjEKcPXJ/yEk1WoIIbT9w+UJi
+1NSjJ/4jkAzqEp4/1M3jPJGvudNp3On6q94UmRENb6VHurh8joAt2zTQZIPT4+X9
+7b+Y0kS7f1BFwgd4x6yN0FbguT9nUgevCTXj+qxImQTgfjLfV8t5hWik7VodzhcE
+B0ugZ/20GEBYMcW4/t0tZAAtbzIYZPR29CF96JrQi7IE+NgkMy28vG8e1xcgablV
+QALYMp2LYjqUAqs49lD17+r8e8JkKKlHbehS7sXiDkAsrlVgcKpxq3UY4r0QK3ym
+9miVB0SGMy9NSNIU+jxUJ45VYTN/NzlcIcLY+/wugQQwQ6B6QJBGs6OJKqBp8PXH
+86QMB9vF/0n0mw4uoBujyiAXaNUKruDQuVurwPNsS7QZi0fjcy+jOtKci3TehzaK
+0aYUaFADceTZqZikd3rNJKZWk0JSow3fqD969eGqON/2WmZoqXI=
+=vJaP
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/8.6.3/solr-cell-8.6.3.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/8.6.3/solr-cell-8.6.3.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/8.6.3/solr-cell-8.6.3.pom.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+c1d6f01d3bc755bfe4aa383838eb20b8
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/8.6.3/solr-cell-8.6.3.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/8.6.3/solr-cell-8.6.3.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/8.6.3/solr-cell-8.6.3.pom.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+1c09736c02da80464f2e842a0987eebe1587f2eb
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml Sun Oct  4 01:44:13 2020
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-cell</artifactId>
+  <version>8.6.3</version>
+  <versioning>
+    <versions>
+      <version>8.6.3</version>
+    </versions>
+    <lastUpdated>20201003221613</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+f9bd4e3d04d570c8fe896766dc7cc806
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+7e02ba629736c8b01b7f97f8148c9e10a303654c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-javadoc.jar.asc Sun Oct  4 01:44:13 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEkCzFGTXBQL+CAjCWH9UpUoFDYHUFAl94+EgACgkQH9UpUoFD
+YHUAzxAAiglbF1IfVV7NH2DKqIxj5AAsi9O4s8t0wf5HY0rVHD9AtQH3kk1mQXQD
+CKLFgmmAwHRkb8Cc1Hov7iPZqQf7liodt5xmYTXweXt/UWQIAW6C0EbRNVvZcWV9
+z0s6TtZbGX/Ducmubf9Mz1E2u1Eiba9oGK25t7gb9+t99fl8666o+JK9VYQAY52n
+BHD9aHvIFFVCBVR4D/IVgS9DiDJGJKmQN/UDyWRPb8rKLvZofcdC6yVJaA1n6+++
+ZBSZ6KonVOIpGBs3q4SqZ7y9uRYAkRYn6wNhfPRy+DFd+N2ExjLpwIsKtNfT5UO8
+LGk1FqLGUCKxefqzDKcLQty7J5wQndZWFBJXl5oUQw9ah07j5rKAvcO4CqPrhPfe
+ChFULq1iImiyo/45F0hXdXnCTddGe9+qBJKBnsiPrg89XVxjPy6LLydBVg+KzhUY
+PnbsDSCWbJb0AKdsaF6+R/efXan01L+nwuqt3sDH1DZ+SkG0KqJsj7ffKgtqM6WK
+YAWbpfjxXJ2c2UEd+8+BCvvv0P8E2jS0WJtp9CaFEktFTm2UHizcTWlLD8VYd7q9
+gCaLYABhqX38b5o2Ti4lzRygGEXdXu+k1CIjpCJFS0pXK4DX83n1K9GPdXi2WhKr
+MNnb2DfvxeW6TW5P77JXenLh7ULSobhxnjLH21d4aEvK/Hryt1w=
+=yYEx
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-javadoc.jar.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+1ea52d1d50f772dd3054b275fd523237
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-javadoc.jar.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+ce1655692a2dd396bfce47d96554dd917c30e1f5
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-sources.jar.asc Sun Oct  4 01:44:13 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEkCzFGTXBQL+CAjCWH9UpUoFDYHUFAl94+EgACgkQH9UpUoFD
+YHVxCA/8Dy8NYqi46bPgGptwDvV/JpnFTKuAnsimS/fDEm1as0XuPMk/VQzB3VjC
+0E48z5Vo/mZQNpVB3JdcVkmf2nuvxqOpMkwEZGXe+uSGnzcBVU4RIq9ZbUOetGbi
+NoKdkEWOqBCV61TAZLnKgduIaN3FP6nwVcqeYFVI3d0LNR6u4tWiCfAa342eT2uC
+z3aDjgQSDqs9XGFDUDUlQH6w+WtaxanaAqJOUfQByhFAmcUx6DUCrcxBN12WDwaM
+swi3W4gpJXPmuXDB7iq56FldHRtGlF1klD2Gv2BxQvbFO7e0z8sisDt0Hs5gNemv
+cCvOusMoWJgdpzKlbFEA2JZH8MBwM4jiDV5L0iTz+GoSoLBX/qIfakEJdHNBVPkE
+iXdMEuMan6Q6TSrBejD4GnXgvinIUVpqirPzfuIIBb9AEF83KW+98/GdkJOzTM8F
+DZPzMhsE4QDefMkGdenumE2gWzGdXnoKPPg13vqeoQS3r8eDi0QXeudwMvAkLeJZ
+GpoFtBDVWdz0+qvfYfuhR1Qc2SF2PEAlD62vhCUj6sx/6Ekh5K3saDoLSiNpguw0
+5iZTwxqan+k1xSoqZQK48CYUemcR5jeDhu8F9pe2vMQeD9vSCxZwJptXJgs+zBDB
+eGbQg8n4rw5AhruU28V5pwEpYc27f2/15FUpRfzJKILwBxWkMVA=
+=xBvv
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-sources.jar.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+faaf26bf2ee04d3f08d1d2b875763a9e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3-sources.jar.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+21ace75d427cab7d883a50c62fd725ed934416d4
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.jar.asc Sun Oct  4 01:44:13 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEkCzFGTXBQL+CAjCWH9UpUoFDYHUFAl94+EkACgkQH9UpUoFD
+YHVIKw//WHCUqD2X3urA+XuVR4CDYa52LXxHpg1l6fMeiMwBjA+hG8WqPuelkJ3e
+eLwNQxLGFrbdOkzVWQrlW46sBCcc1VgZMUpkgS7vkJlLcUPKQwYglaSTPEb7zpeA
+fzhW2lJzzw2xPb8BGjDWJOt9ikrsMRGMLoYpmJJq7fFkukrokQ1IXb0RFpakhVX7
+pi5+2cukuaRML5bDYyNY+AV7aVhbNqsb8aJhudGd7Xj5BNN6qA765NqjrmE5Ok4m
+atWGwM4NiULPz72XbYzxymnjgQBW1Un0TAl2KgUt+YRG5/+vlRIQIS/1d3FG8FbQ
+SfZskusZ1sMyKrMtGkdEPr6cnWhTDYP8xJWaB7H1orMR9ea7r0Qj+7LzINJV7ebC
+tyw4fZTtgFiEubZVU370BW3VIqpihnb5V7+ZvR3X641H+Uu3vkpoMla6LNEiImhD
+l7AKRdkephaTRtP69iacvkIAivVvDeOm5vNjJGbfeMZ/mikeiwq9gE46zkH4b1j9
+mUAjLAx8kJuCxcPMs0rnK9v5NVhR0FFMrLSUwtgNosgKOdBcIQg5nija7WddsC1/
+PeBUuQvjtSBzIoBnBi0pM6tvkOk7AnStMaWMuqU+T+1CeVy5pZua8loPrjCx/GMT
+bzOyXjanEcfuq3S2DwSCGNUYZh3TxHhEUQl0BYTY/oTmH1u+Z7I=
+=Z+PO
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.jar.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+a70fe1870d28c0e4fc13087dde0bef3c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.jar.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+1a952312352016716dc804e35a33362042d0c68d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.pom
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.pom (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.pom Sun Oct  4 01:44:13 2020
@@ -0,0 +1,597 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>8.6.3</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-clustering</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Clustering</name>
+  <description>Apache Solr Clustering</description>
+  <properties>
+    <module-directory>solr/contrib/clustering</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-nori</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch.thirdparty</groupId>
+      <artifactId>simple-xml-safe</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.zafarkhaja</groupId>
+      <artifactId>java-semver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.jayway.jsonpath</groupId>
+      <artifactId>json-path</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-handler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-resolver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-unix-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-noop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.sgr</groupId>
+      <artifactId>s2-geometry-library-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-configuration2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-text</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-asn1</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-pkix</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-1.2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.carrot2</groupId>
+      <artifactId>carrot2-mini</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.carrot2.attributes</groupId>
+      <artifactId>attributes-binder</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.carrot2.shaded</groupId>
+      <artifactId>carrot2-guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-hpack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.rrd4j</groupId>
+      <artifactId>rrd4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${top-level}/dev-tools/maven/solr</directory>
+        <includes>
+          <include>maven.testlogging.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.pom.asc (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.pom.asc Sun Oct  4 01:44:13 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEkCzFGTXBQL+CAjCWH9UpUoFDYHUFAl94+EkACgkQH9UpUoFD
+YHXIaw/+IMw05SpM9QkfMMCdhpZYb+3/m/D6FgvDwNsw6w+FFnD6621bnkhg7uj5
+lxxJuGnmFu8PIWJU8jzDPAVCq6IczPjnYAA/brRwtmt7k1o7wGEcVClolUH1x3vb
+WWStlrfJCzdGWPiUHK9XLZXHi5gcTRFLn8S4TZriEEaY4NzkguzRi40WJSy/Ql3U
+AvmWEFGqKsjA7+vJ4GYb9Tzti/uhmPULOntms6EPO5YuO4yMvjYhWjqehnpOln7t
+aSHszrcSvqh+tJ36KyZjymgZ572+ObUKZcy1Wqiopgw9MSA+fZLXcribpIUr7yKm
+dxLApj7nOIPeB9Sr5LQmzlo7tUP+UaFFeqJSiTDWoVJUOJ3MpGC8bFtxDF6r5360
+aRBz+2uFdO03GlxTQSg8pjgRsa+koXR6K1B2GYBf0peXUdiT3dFJx923GAamXKnc
+3Bs8v+f+4cep3snsPIFaljb74T5KgVfWVK6homNpmXXMS7Hwju2sFurOv2jfnthU
+T6f20AUqZpKFTaRm5fApUAtb34jTqJXXM5OEC+NxebQb8LBxsnvLzHD4ha2UMSzO
+y926FpdYOQQG72xLi4ewHimKf6aSCeamWPlzUE3WVDHGIyq7uPHjvoFsVcx9O1ay
+gkOrV2XK8T33S7AKMdDwb3A+oh7Y4OxjSADwPfGz8pMXbpMeudU=
+=THAZ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.pom.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+c825efe8972d64906916242f17f530ba
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/8.6.3/solr-clustering-8.6.3.pom.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+f21aa56ee70c85dcac2e30173c820dd2d5286df9
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml Sun Oct  4 01:44:13 2020
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-clustering</artifactId>
+  <version>8.6.3</version>
+  <versioning>
+    <versions>
+      <version>8.6.3</version>
+    </versions>
+    <lastUpdated>20201003221601</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+dea9beb913e28eb3e5a534ec3fba8ef9
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+7b106df0ac02761fc9a5bfbeba93c516171e194b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-javadoc.jar.asc Sun Oct  4 01:44:13 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEkCzFGTXBQL+CAjCWH9UpUoFDYHUFAl94+EoACgkQH9UpUoFD
+YHUkcg/+OjOvBD2UiTIH4g02YJNSWPNJqcYQDmWJaWeuvrI7DOtkDnSFMTDFZBZU
+fJqIHXkM8NlZtlcuFSdJSy32W64SBHSn7T18gpqqZ2P1KLvy2diNsoSVUqsw1A5s
+gRWlXyGDHL2yAKW+MficAgSnKGMTISxo1F9AbA5T+jvrt9x0h1ZRqdwez1zYM0A/
+6PFN18GAGWyjU+ShcdiWwUXfbCwKsgXkCGaR4yPsUgXr9TyWpnYcJ7fL0dDf9CPv
+qjU64kM7uT8hjvb5RBvPttIjS145kBzrzT5nIL8fKli5ylKpUMK8C//G0cC4wJ+B
+Eo7JzItVpzKJdyQnsovZNvRJsYsV2AIu95LCVEMA9FXcD5ft13kJbQAmnOxKqqPk
+Z8tXFln8K2984jWnA7p5a+B4nCgJBAx5TN4vF+LcSTTRKQdfu9922agTYpJfneqB
+DtdQa4+F2DNbnkqPkBou07ysfZlckUCvCG6uGQAi3AQIawXVfj882oUSKrzxWGDw
+Czkz54UlTe/gihZ5WvAtKUBO2yYlL/B67YAmylWcmx+SzzKHCZ8ePudFmQB/VcUc
+XmVFYUt6N6fCc+Zartwi1GI3n4Qo7fT5Bf3Sd9QwPXsh2udGidM/jSLnDuL27b09
+rbL9kPZDKVKZlO5dk5kJOFRJH4g/quT6LgiUFmYXpXP6WZtmcxY=
+=A740
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-javadoc.jar.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+b83bb4d136673a65f0641fad44cd6c40
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-javadoc.jar.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+a6c2a2b69cd7ed36009768f9d9033b0309b80205
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-sources.jar.asc Sun Oct  4 01:44:13 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEkCzFGTXBQL+CAjCWH9UpUoFDYHUFAl94+EoACgkQH9UpUoFD
+YHV+ehAAlngodiY9+NtS9CcTywll94OtunBJ+kJmO730oUBPBTw6qtu4M1MudjPo
+BWDMMIYYQmozN4SJ0C5D2vYdYmJseBVty0ZsrOIszgZ2GKmfbF1Cn8+lE+kRIw7u
+Ii9saAqVbs+lj118aQNs5zkQQqeIF35t3zZiYtpvg/JZ1z9C86lm87PT98Pqhy9w
+hW7pe+ei9ht1MVeDYrT6a2sMK7628Ll6jAa+f4GZcZJZeIIsTNMzkrbpviZYYAL2
+5pIKHLSKr6gJacFgUiGwlc5EV/+d8R4+x4DpoyXvwENg2bJUdWWUMjALAwuHvRWf
+y0DReOBGNIXDZ83191Xhj930hQjcTuE3X1b7sE8qmV75T+niYqjT2GFPhBAdP53I
+Su1JipKktNMILvjO6mcAgRhrCvryoB3dmfdQSgOHX7IL7liXshO4t6J2q0PbK8gz
+SMNeiaxVA9VdVNZi0XWYS/rkvweP16YfwUBrcbq2/t62m1kavw66xM8GopnQ9nNl
+HVg1YqQbpUymdqpgVTAumtDz7fPJB7aREmzwJzbnaf2oWA4Fs9vjfTPY5CWWtXSl
+/NdUYAUjT+OBJVw7u9NJIKmfKvbQzPT892RTVr8pjPfyyus9VjO3bwTi+jK57qEO
+djL5GQE9749yH8ZPo2O2U5EKkmt/7PyB2KD30l0vsXG/BVIAesY=
+=d6to
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-sources.jar.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+5fe7cd512de6c4147c3353c38ad6b89b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3-sources.jar.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+bf4ef51bf5d93e606194a1cce7f02a979cc4b1f0
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.jar.asc Sun Oct  4 01:44:13 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEkCzFGTXBQL+CAjCWH9UpUoFDYHUFAl94+EsACgkQH9UpUoFD
+YHVuZg//Vc7Fk3zsbZ92zmd+V6VCNa1PqE4/t+yN2/c+hhrY3L7kbOAmXeLUtPj7
+h9xzHAT47F+Vw/4f00VWuVn/RlmriP9BbG9QP3dwwGXuK5Zk0OaDQylkFJM199Oj
+z1FaX76MI9Ahgl2iBmQGjkb0VDWUD0hCYTmOEpqwklLSH66pJl6WB5t7keD+CDcp
+56YeKyLG06orR9n7YIfHCIQu4j5bIKeLYOyvAGYYEIpG49Xu5VFmToyUpDb4SNUt
+cVpl04v8Zrr3mwFH46PYn4x0RRttW5Lfrp9lVGUgfZzoHcbPLnIzy4I+hoV8CSjZ
+1rbfKx2FdYXMKIs3AcHTBOG63oMzga//hyCkByuhatT/DZUFs5610VoePqBvLROR
+CPstdjkLZYQxtY6mZaghHzX/1BBr52YakaPktUdaKs24ghsoorvyVetL/Z3wZELP
+Q3nMBY8un4Gr9cp469qm+/sV/oFe/rtyfaAnFg8MITEKA3tQMWL8CEw5tp2UpiBF
+xlKOtvVu7ouGG+2c8TCs2d44gRcLS8eIGcpgfsLwa1WeRfmsoSHvSio1aQUydoKF
+7GuIzWCDDNOMj1DofEORQL9gcSUMco2A/H+BaiXuE2TPibSqIsHM6UMWbaQx40I3
+X/QB9nHTE2o+JXiiCOQ2BKcHF01BX1HNPp/QMxpHibJ6Qp335WE=
+=Vhgk
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.jar.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+114ce78c40c3ad90a3e8d969866ccdfc
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.jar.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+8abafb37ae72618822c331ad508d410ead17dadf
\ No newline at end of file