You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by iv...@apache.org on 2020/08/26 11:53:21 UTC

svn commit: r41127 [14/19] - in /dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e: ./ 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.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/8.6.2/solr-cell-8.6.2.pom
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/8.6.2/solr-cell-8.6.2.pom (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/8.6.2/solr-cell-8.6.2.pom Wed Aug 26 11:53:16 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.2</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.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/8.6.2/solr-cell-8.6.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/8.6.2/solr-cell-8.6.2.pom.asc (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/8.6.2/solr-cell-8.6.2.pom.asc Wed Aug 26 11:53:16 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE5YpvTVsrSKxm1eU71PGBiBpC+eYFAl9GJXkACgkQ1PGBiBpC
++eZbkhAAkyXHyMWwHzy9PPivzW6qc44U3VwcpwyMSoH4wUlZw/FLAFCprwDTHmlk
+jWlXnHhm7GEMrtzAf5Yu+w+rGToiNqrqZ9wU9083YU537X0jQwuqHseq1RlJ617j
+CvFsxuJ8WEcjMH6RpKIBe2QUIP+qaN9zyzB7bBd64fKbDwvh99Bpnb4J+o0ao5sa
+0BJnYB7PNRsODEZil8NgEc8UKV1iYCGjjjDjF2og4J2vHiQXoZrG0uaC6+zE+DIi
+4IuhjZdNl6T8lfk7EqKpCtRgQkgPmsFhWqOUEU3INjZ6yc5F13wM8Bvp3S3Ar/Lp
+UAJ47OQggAt4cbyKEuewcFIjsGFONisylZKdDeHzQjm/ZcnNi2qOs1fsCu61ImPV
+a9pmt0tw8xGsI1dybMtQAiL7syqpViZM8JgPJghxkdzfHfWTbO7wiqloAeOFqw5L
+tCwlJh1KIlIkbbb50gXa03FBznI+yfIxTQoLIirpcFyWcrPte4W9arZp198CFOr+
+FPLMolTjWARr/IfVY9WkU07H3WYjDw5wnmCOj5qiojKmmGaHgZQe3MSGwFHdTcPh
+cuXB0sVkR4bG7RV0jXak8F1oiFKvg86MNKYql7Wc7TYv0ffv2s897fN4BYRpItUE
+o4tEUh5WrSnXMaUxHffSCAdLcfCocV3eAm0QCIyaXkHpv99YzRk=
+=zg4Y
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/8.6.2/solr-cell-8.6.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/8.6.2/solr-cell-8.6.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/8.6.2/solr-cell-8.6.2.pom.md5 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+9221d86599ab3fb2a5b4ea5bac2a160f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/8.6.2/solr-cell-8.6.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/8.6.2/solr-cell-8.6.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/8.6.2/solr-cell-8.6.2.pom.sha1 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+f3c7e0d1ec96f7828d28b1b886822ae6aed915f9
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml Wed Aug 26 11:53:16 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.2</version>
+  <versioning>
+    <versions>
+      <version>8.6.2</version>
+    </versions>
+    <lastUpdated>20200826090329</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+8ecc38e6577e516c7bf80727a3c55104
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+1b024fb11b15e552697a3da5f653e5cf41bddc51
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-javadoc.jar.asc Wed Aug 26 11:53:16 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE5YpvTVsrSKxm1eU71PGBiBpC+eYFAl9GJXoACgkQ1PGBiBpC
++eZMUw/9En+MZTF/4abTsoAmJiMBMCtjQOM+DmPKiRdl2TMVW7jKcZfmkirvOCKk
+B+nUUSTLMHgwYSsH5UfPyCTOPqkIP/nGQh8+mzeWqA0l38fGv6KHPnJCvulvpIps
+uqnXBLHaVaoF5t3/+OzilIKJp6UZatHJXu2hTL9/IFV+fT9848bNmW17rP155AaS
+4qvTJ+kcPaXlYYXxDVz126X1EcrpxWbqoJglRF6yHAo5ERL04vQIm6zQc9XGq327
+KtCWPB4GqlmeYZWV7Qaz6FqY03ODud/0+Tw9idN6hIwJZCRButVmHFALBQZN0ZNX
+sLTIDhXgoeDVS/inaVooF5dg+TEUAM6HOKJz/U11shXPfbFETQCDyM7pGR2x8jHa
+5eLMzRYmAXn1vSs1m8ZN0FO/hfogzsnIn1Usp4ikB0lH3fNUpz++q+Zn0v3s8mWY
+i9AGyxlsK+kfA210sCdXi07W54tBEv73w+hUpwOK2uorWcuePBU6oLHFqtjnCWIU
+DctPKu65TmTs2036SeOfiUpm3a/R4DlEEUY1FU9c8dfRmjR88JYWCUdkMEqW9HWx
+QBLtLoKd2vYOegDlNqm7qDFfJInDxAdguuzk7nydmB7UKGcjovO1t6yZgB2yw8u8
+WC+iEVw8V9sgEElEGIiXRqb0IGWZfaj5S77Vd6h84t+vUAK6pLE=
+=pd8s
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-javadoc.jar.md5 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+ec7e0db08383e90a2777c359754c1701
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-javadoc.jar.sha1 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+c0402cb6850f31773ee3c80305cb92388e415e98
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-sources.jar.asc Wed Aug 26 11:53:16 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE5YpvTVsrSKxm1eU71PGBiBpC+eYFAl9GJXsACgkQ1PGBiBpC
++eZyOA/+IIg1gnK5oJB0MrrGhksCEJxkIy3WoQ/EE+EOZavTCI55i1HPSxuy2jYb
+5cuufmADMmbNeKfRDONWwpU+hIlW9LrE0XxIeyRUjxfC1lcjzQBBVA7eYcZdEWUM
+80uDK9L3aokhGxsKR2dAJfkljjF4K2gMg01cTNRuuAh55OR6koF1EIzGtEubFhQe
+2zlKG3T7/HDsO320iotQRi5RdXlVa7wlUeqOF1HOGlJqxo6v07gQZzlp8Ic7vR8B
+C8FqsP7rEuewDlMTrvbui4ClRkHwYbAQ62oe2UnuMPJdLgEsdBzo4XUIUjUxgeXp
+iYhjtDcOyQjv9LSXbG1MgJHf43heA1JibfLCjJP/ZU9VgUY3P5vevRpkGbvuc1lH
+iouafWqvTjnG9jvLgU+ZzduFD6eTcXhUp/2Wx1oZ9V4EA9rQqvJetyK4srFvAlMM
+wJ/qzwtUddE5IfSkh27SbQIqLEdJ7FYJWVemxnT7kqXGpFUSAFaemJpf73y4F9y+
+27l9Mer0wjrkEt5y20VHWNb1ae63CFp0Y/Xn/ngkFFuGjXki17J2sPGwvcKPollU
+hhATYsKiS0s8pQxWe95d30dJQJp6jqLIVTEQaHDfF97J7m06D13JamBYzJoTZ6tN
+HVcBo1IMzzAsWPvuVgqJ0nVdXerKvqUvzV7LiyCQhdV7MnXVbfY=
+=1w9T
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-sources.jar.md5 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+80ff1034f19c9f4d79fd6f3e769d105d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2-sources.jar.sha1 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+0aefe62282a772b51a2f4b7189d30c41bb29c52c
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.jar.asc Wed Aug 26 11:53:16 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE5YpvTVsrSKxm1eU71PGBiBpC+eYFAl9GJXsACgkQ1PGBiBpC
++eaIVg/+I5wmmSqlSueNnrcck8ElkAwvM2b2yS8ra3n1jQd7Q4pa11d1I33w6qRC
+jeSYOAvheO5kCI58ictXyiYCdVFjX5vQ3qwHsTouSaFpVA3xtHjZLEGA5jZ0H4oV
+JOl9RyDMtvYBgybUB3pLG07nAtJg/ymHIF/TKQvWCRyG4i/GtznN133eNsfg6oUK
+QIUjVPzfK6IlrdZNkPDsPs4ro/GPg7YVbKqc2UKsRNjEooNGFah6DYs8H56R2tKX
+o/Z8hAG+aFWmI3Q9ICAivsgi4mF6Yn8cxGQnpMvqpO6vuU9ZicsX1E6ot7pnu/AK
+G18NifFKngxMuhYXIKiIN0Qhfmd2dKLGcMR+0Gil2UqL7GVgtVyYA+yBCqX5Oa7t
+GXfplaCHJhnzw0RNnhlrQAZWadhZQXZZBXT706H/FfYgRARBPo9tYioVR1yhSoR/
+/ZWT89aJZtkIVq6RgmbuFLZIZzIUlYI7ZTLkb9bXy0u2TZHva5oOhNqh0hsJqurG
+uy7Db+UykLj0y9HZG7cwXfky82MszBpoqoUZSl188n7wxGOU1c0sKymLzRF8uYQc
+H/IWAi1cliodGuLfLNi+4CFO6suzgvn8G+PqaKmjBDYWFJ55JDe9I5XEd1zvGWYA
+NiNENQ5z9dKM+2w10n3he22JTj+wyjszPNG+EapaV/KTtlRGgH4=
+=GhHq
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.jar.md5 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+8ef3682364d44676cfc53973cb19cc0c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.jar.sha1 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+aec8192c9ad3e3309cec357ed4bab5cf715811ec
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.pom
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.pom (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.pom Wed Aug 26 11:53:16 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.2</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.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.pom.asc (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.pom.asc Wed Aug 26 11:53:16 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE5YpvTVsrSKxm1eU71PGBiBpC+eYFAl9GJXwACgkQ1PGBiBpC
++ea2zhAAjWRIH6mToMFma5x/2bT85FpNpopbING1yDntxJiL9+p0Qh/L1fNDCON5
+z1mN9rGQJKiFeAkUnmbPJ/Y8NhvuyxRlJ4lJapYdwAFuWTu36Vke/cufouDvyskJ
+UENtek+hqah1mmn49Xp/PZtvUp+AgrVhRH/MAnulZZPRqfRMkEtezGbWkYnxtnq4
+RQePRNiXI/ThkIDgtfzBKzn7Gh66+suNpvpCsD4WYNoyFpeRpwNHuUiS6WB0fsx4
+DbG9A1FrpGsLi43KW9tNlsyb6LxdN7bLdO0yFQI+fya+JdOwrrtPdN7U0G0Bw1vB
+WklJO41XD612dU1LfVqCHlkubtUgxSaIvqlnzWk31Y5vj3tZ4Cpl7ynGK5YOZ7SV
+D6XbGgPkp5MW+qhRKzFddGH0ysGbeE0MRx09uWJl5tS6MTXzBVkcQadzPjPMEQlw
+2bkJpX/cd1AokoCxfavS0HrUjXvzgWOS077Upe8xFy2daDS2+yIadLq2O5RN/UWM
+uuLtX6wb30xajxLHHgqWFdyL1ehtsvN5NVi23JR5xFxtu+2JalPJnE3g7uGoGYfP
+c0n1duknKz6RVkeSYLDL2rXLDn+to+z84hcOfN5tgFuMyl4lsNhHhibbkJdgzBIQ
+O6JdNn8g/RvXXfrHB7aCn5BNcFCr4Ve2q2/vq2FBkbTaBIpr3qw=
+=O41l
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.pom.md5 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+65dd76bcf7539de10128263e0fb4ac02
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/8.6.2/solr-clustering-8.6.2.pom.sha1 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+1bb844c7589fc0f24d65726676257be79d9e49c7
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml Wed Aug 26 11:53:16 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.2</version>
+  <versioning>
+    <versions>
+      <version>8.6.2</version>
+    </versions>
+    <lastUpdated>20200826090319</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+85b1f045bb61ab2f58ffd2e886d9f63f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+8e174fed3deab33294b978900bae5bd407ad9f76
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-javadoc.jar.asc Wed Aug 26 11:53:16 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE5YpvTVsrSKxm1eU71PGBiBpC+eYFAl9GJXwACgkQ1PGBiBpC
++eZ0NRAAynlUGOF79VGkOpj7anRWRBxTEZFe9s5d/HhwjPFOMAktQQ3tIPW39Jis
+GUSH0KTAbvI4MssFOeVid+JmQX30VQhoyZJqni4/PNlxIsrIZGNGb/ixcjpCc/Xw
+/OdWKlxH7hhCSa7Ntquo8s7v8T2tziHIApvHcoMxfxWKGS/1RDaYa3xpomGnE8Vm
+OmlnaF7K71ea3rMwseUfkMT3M8kLXKvAQTmq6zioe+ofGCcnjJirlSPpUnXHACCu
+1ewiS8+kOdXsdMDpvYNv/uq8Msew9fWeKMC7ETeGIWeuptZUBjX0m96TKN2PFQZW
+AJHWK9F4cIBg9ubXNACJj9t7yCR5YshofRbFLQVg2nCJeiOWCX5yqlicTzvj1zB9
+oLo9f6CGzAiI06zZreDhAyesyem0FXSOZKxzJV437YLSESOvU6nKgn8tLzjhr2Yi
+lRgEYglxUjbWPOuKzP2ON7WZHT7ADQ3uGsShJAGEpG5nFt9CUqcrAds2Gcz3NLCf
+Klh+Yqza2NzpCzNjlQfOFevLnKrVgbiIEsgLEoKACCSMzArryCYdsSJor8496qg6
+IvQYOFMOu5ZnEhKhyNYsBMaatLZEVJdhxBXzZ5gCwn3oAvtlfQfhamvj0dyWseNw
+aZkmwCzX4Vr2F+RgG82HMSkiRu2Tgn9GOKbqTSK1Hpxcp3lQSZI=
+=yWow
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-javadoc.jar.md5 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+63d8fea5d8c649ca06766a89fd35cbbb
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-javadoc.jar.sha1 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+d9fa3acd29d8b5690db0a4a643dc7ff8ba6518c4
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-sources.jar.asc Wed Aug 26 11:53:16 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE5YpvTVsrSKxm1eU71PGBiBpC+eYFAl9GJX0ACgkQ1PGBiBpC
++eYWTRAAwU3yHpLtBcWEC0s0pxFdCjCT9mUuz14jcImiIYMK5/vTppWb99Qvze8Y
+JgTPT9NpPTiPo4X78T/6VK1z5JGa3Y9FFRl0M1Ndf4rsY1vvin8sisnIShMhz9ub
+afdvsc5YorGjLGiG0W9E9j2mCi66d4dpSMRxz4T5x+QcKVVDEZKyyrqJ//5lBAQM
+VQj/Y1c/XZeRfF66nMjsFjKIBBdi6w9tSDLBVfk27OUzUZYIpsJXCWaloCFXSPSk
+v/hv3lmP0GKyOL8PZ+HSgIgmHbdpYNlNcN7ppaKsDFf7suA5UxoeuzYYWVGXxb2L
+8xxO+WsKt3Wpd65NASxGSROyW213KupIF/4qTb5Qo8x952GL2+mTpjG7IS1tm19W
+2BZYLpSylHYH4d1W2nEpiE4BXoaJxt3K9l71jZRrwVbeyMn6MosWn5LMA0N4ndxp
+Yqg4CKdNQXaVK4mlcwmwfcLHXn2SmjHc1FFC5uBlD3zRduRLREKzQT4MtwOg2R67
+mGtXsQcnIxs8IloBaCyUWNr+LCQ4ppRFrIH3brBkTgGtcfLiuDtWPnyQFyouKl50
+op9FFNZKYtZf7K9ZKqo29/Z/JJGaY1OISztgCtQd9f7+ww67fjyXmtb40+fGEDNT
+S9S/TS/ZZsZsbCnXdbJIyhtX6zAaUSbZrzVaO4WF2JAlf9GTyN8=
+=ntnf
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-sources.jar.md5 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+0cec423a91d6848843e13a965d7a55f0
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2-sources.jar.sha1 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+0b1abfef6b4ee57fcddf55df7dab69b2e12b7c67
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2.jar.asc Wed Aug 26 11:53:16 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE5YpvTVsrSKxm1eU71PGBiBpC+eYFAl9GJX4ACgkQ1PGBiBpC
++ebMfhAAy8mhTWFOxos/lGFUNFjqdDAqWESlK4m53n+K+uryZyaUMFyzTSlr0+9N
+LPVI9x0mi5HCoBM4p9DrLaNG4KPB+vM9Xn2JtrvJNTfQMTXQmllEFi4ER26FnrwW
+otgGgH5POeBeDg7vaLmDE+4lK8yc2EhVzqZyYJ8+r+xGCZAgqZA+jjH7/CAeyEm0
+d8nXdQuN5SiRmpDOai4hdjN4Qu9phkF3puldfDF2OvZkvuGVA6z5MmWTF8570rXB
+wAldD5oF9aoBs9g+5RNJtOrQv/AOgdWSSkZ6u9ZZL8zfanGAcz03B040KynDP8h2
+M29CIpUsidqdJXEcuOSh0HvGuyxqFMV3hHiHM1OYPPBWHGWApDUxM/DMD//w0M5A
+f9/rkv2jhdqL/Ddmr3gO+X1QvpI6vzsU6wxEerrKTDrmRb8iYgFhFj0OIk4O4lVP
+St7fwNxgYtRUzh5YXQ2FEKeqNk4hWHv3RZew5ENTGBy1J+5+xWISnh3Mn1PlQh6A
+fDI4GZYFjFqc6LwagObpFzemriuGlD9vZiZkfXeZpy+9dbLdNQsQfRH8+8yD299B
+wLl1XbIneD+TE4f5vF/yCOScV2Kc9USi1QG9ZIwpooeM3a40rscdx141gHt4/pG2
+j1kl3USUZmWgUTIwyKVm7LkWkh67ple3AqUD69M0M9G2Dd6loNQ=
+=YFxd
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2.jar.md5 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+a5b86e897f3075456c1b4940d637348c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.2-RC1-rev016993b65e393b58246d54e8ddda9f56a453eb0e/solr/maven/org/apache/solr/solr-core/8.6.2/solr-core-8.6.2.jar.sha1 Wed Aug 26 11:53:16 2020
@@ -0,0 +1 @@
+fe3888753e7f383bf3046a0e3d4636d8370cb881
\ No newline at end of file