You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2021/10/12 22:32:07 UTC

svn commit: r50383 [14/18] - in /dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/...

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.10.1/solr-dataimporthandler-extras-8.10.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.10.1/solr-dataimporthandler-extras-8.10.1.pom (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.10.1/solr-dataimporthandler-extras-8.10.1.pom Tue Oct 12 22:32:06 2021
@@ -0,0 +1,761 @@
+<!--
+  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.10.1</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-dataimporthandler-extras</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr DataImportHandler Extras</name>
+  <description>Apache Solr DataImportHandler Extras</description>
+  <properties>
+    <module-directory>solr/contrib/dataimporthandler-extras</module-directory>
+  </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>
+      <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-dataimporthandler</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.epam</groupId>
+      <artifactId>parso</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.esri.geometry</groupId>
+      <artifactId>esri-geometry-api</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.fasterxml.woodstox</groupId>
+      <artifactId>woodstox-core</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.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.sun.mail</groupId>
+      <artifactId>gimap</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.mail</groupId>
+      <artifactId>javax.mail</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.zaxxer</groupId>
+      <artifactId>SparseBitSet</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>commons-lang</groupId>
+      <artifactId>commons-lang</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.activation</groupId>
+      <artifactId>activation</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-layout-template-json</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.apiguardian</groupId>
+      <artifactId>apiguardian-api</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.checkerframework</groupId>
+      <artifactId>checker-qual</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.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.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>isoparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tallison</groupId>
+      <artifactId>jmatio</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tallison</groupId>
+      <artifactId>metadata-extractor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tallison.xmp</groupId>
+      <artifactId>xmpcore-shaded</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tukaani</groupId>
+      <artifactId>xz</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.xerial.snappy</groupId>
+      <artifactId>snappy-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.10.1/solr-dataimporthandler-extras-8.10.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.10.1/solr-dataimporthandler-extras-8.10.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.10.1/solr-dataimporthandler-extras-8.10.1.pom.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4IgACgkQptBk2DOz
+qWkcSQ/+N+1PbCb8kzocMzmGYhQ570xKxZpdNUKnXxCE9/vyUY5Pm7jpQwh3LoAM
+tWV4wMyqpnSVrgOZfdTpgnXU7wwh4MvrNHOLxkMX2PCxIv/F/Z/mnwFy6srMwOat
+GRy37LKLZraGaUm1zoMfvKYti4Pphr6a0aCismIhtvPjERh2AaGJyTvuKnbqBtFf
+25z8V7TInjJTn/5jkIGJ2p/uXYxBz70JqRu1IaOK6yZdn9FMr5vZqTn0coY+30we
+DK+2RPQHkGiqcsn63IchJK+uCQrdcTYlYiYkJa6HnCogydY153PaR/sCkG7Z8tI1
+3bZpk3fGBa3C+9CA0m5boA886YWRu4momopfQ920/ye75aTQPgAe1STpCerPHJ2t
+oxwi5FXy6EM66He4Yqp+O+LQwfnwvgghjvCd0jtprNMtZhMCCp3oFKBi+QrmdyY6
+KgCFJSgVjAyHfmkpdI8m1FeydJGXNaUmINZJZnheogXOiOn48t5GCyYm7osJ6kjF
+bZRKG6yqOiA4OsJ35TMeNC6e+Wjbiump8T6ThOBzKhBMQSUi+GeCuwFb9W6m57Tc
+JZ7stHWshO+s2oOgwQHT+a8nTjhslQzzj9oarc7dd7htvzz82bj++kHNmL0VXd/G
+0Uj+OnrSxeA04fqkenvSQuFuwBCvcfJa3rIuLkZiikAqy6G9GQE=
+=TqG9
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.10.1/solr-dataimporthandler-extras-8.10.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.10.1/solr-dataimporthandler-extras-8.10.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.10.1/solr-dataimporthandler-extras-8.10.1.pom.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+4d3dc559bf695eb7f2ae93be0f7d01dc
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.10.1/solr-dataimporthandler-extras-8.10.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.10.1/solr-dataimporthandler-extras-8.10.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.10.1/solr-dataimporthandler-extras-8.10.1.pom.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+b3da6133033cd14e4ca0d51f1a422839b692df04
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml Tue Oct 12 22:32:06 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-dataimporthandler-extras</artifactId>
+  <version>8.10.1</version>
+  <versioning>
+    <versions>
+      <version>8.10.1</version>
+    </versions>
+    <lastUpdated>20211012192205</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+81069f075ee5a522d2dc864bad157dc7
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+7626fa1f3f2b255a2adb74d4fa205b4ac29a89e1
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-javadoc.jar.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4IkACgkQptBk2DOz
+qWlkbA//R6tuq+50ZUsErrw61Pmlf7geSQCt6d5PxV7JYpxO4MnxOYJucm41H3Kg
+OwucMJ9XX9RU3Bo3yRBq5QOFR2BaGDULeQ91v873avy/hnHW7sd1MFO0LICDMDUD
+xMvb8vq4XIrLYGkpsT/eaa3LE4MwPLgzMTl5W+/CE89o8JRRmGDMq0nAHc7G6gLJ
+SWCamH+ckE9H3et+knam50PTzEIriub0kfniW+I//jN3cLaD/cA9EBXx31gDdexT
+RNRCjZHxAsM7hvVFGK37184igOtXrrT7mPYLbNsflhNpK3AdKTkJQeTlrTthOUO1
+IWww1y1NqsUu1iizWW51OffNvosNmaqYFxJMIqC2aExC5uyKt/Uahno7SEBYgeGx
+NGCPGbTkt0Fh+4B3YhK7N+eUQtofOVF0+HpO33KTaXBe2mW4Nw7iS/t9RT/mKevK
+McT9vJMOJHkeFYgAjj6MydsdMHY8pecknU54Gg8OL09xzvNcjTaZ+/X1QsIBFSFO
+AkRXhcQLiU3vRMWHu3EmErjmPfcx73qaj3DQGwYosIh4i1bfGXZP0YkiIa30UzPs
+6FX/bg49CtxfW706R94VseMJuz3L9YIUbU8wNhTkuVqyiPk9Pb9xE4hjdbV9gXkK
+koW5FoTbQAlqJ8vgQxWSHobk82zYmCOZYaEhKkSRDVrUfGxheR8=
+=oKmR
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-javadoc.jar.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+85ddab9005d9995ef3ea9f92562dc329
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-javadoc.jar.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+752ed2a8f5aa32af707282a4c7abd813f4a05aae
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-sources.jar.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4IoACgkQptBk2DOz
+qWnMpA//YzC2DBivtkDfJoFVoV4gwuShxYM9x33U1RMdy7yRftZf29OHv1omtNTL
+mjPdca7o9oWAt0QQc9Ng6zUSjyGhKCu08FimkXLPc1f3VObJPTXk+jxvex5+4BiX
+XhX7zVV7PFDmtqTOBbi5v9vbgGS8aQpUJDj1UX8M/FNgKyjHj99SaVWH3EAbiL/9
+DjnZ8hjo7hRuQFEYzAXl0woxdMcVh0DKX/EIF/Wq44smnJ7FmOYJMWtnS+w4c+iC
+yEpxcH6VFeO4wRzukBzkJOTfm7zK+KFJTSKfSbbpmuURZn3KQuT6R2JNiZ70mGIn
+BLl2ju7JjKc28BmZopY+WUxQ93bHbHbH5cDSCfGlA8Tkw16/spItVZeyCA5FFGZh
+KwGYQqcr/4ZrCHboNr5V52NOL/Kf2loBlKlhUPw0Fm34UcKkJmwQZFG2yzRnUgz6
+3FVHA1jU7tZqijKTrB97Qk/19UPC9zeesIiQn8ot2Rp7oCg49UG6xr7MaWdvwd/A
++a7vBqLODOn8PlrZHdixQ/pWMHD3tGvWwOZexdCHK4TuN0TR3eoYjeuPT3+N4LKC
++mTMKdourrFyoI6TgsLM06W0O2cCTGXuPe8WOB/3pdmy+6uDiTolzRhnQOTEFFeZ
+BemUYjZJTzLYEjnFU/tzD1DCIOgqlvgDX3DAnaBrkHNkESSw0B8=
+=j9oG
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-sources.jar.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+2e60bed788f8279aa1894ff8538dc0c7
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1-sources.jar.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+83aae5e3c6d13ae4585f5a54960d02bd5b26257c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.jar.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.jar.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4IoACgkQptBk2DOz
+qWk91RAAgC7Bw8VqzDANVN/OPyNXNSiYs5nWpxuij7Pj4mmRg8kI3HuK//ISPf2N
+kzrn+YMSvlGS+r4hPVQDYPB/mzCMtZQ73KQ4LgbbEHjBgifYoNk4Ttb5fqipez+q
+oyKuS55OW8NR1z5sQhDdGmA7fEdpXbHy3sjlP6m/+mopN5xVAaKK35t5a8muCCid
+LfnctRIzWyStL09nGJ7/VEG3ux4Pij/FiBkUGQv2LrEC+W2hHRs/Isx8/ReLTZqI
+0WN9HmJT6h/PVxddCBPRWifm9I5kPw5d9MdWck5yiMayBkKeuXf+juEWMNyV+k8u
+Y5EJvGOzIeMqr4IX2Y4sztEscyft9jQ7Pj+UIU/HLqS9zJtmapOzMaqo34BOec6K
+/A9ZxxGcgRTQ+nnoSGzXumzxFz1J7Aiua0PER4cm+pplhYsUhzvhm0Bzk4iZjWLR
+aR2/BB/d28ubarOa6i/PlVCNoqJW+Zu9r567xaP4qHDtylucQ4cFe7dg+jp22MdV
+yqUztRq4r1d16puzerD9kH2PxaojbN37UskotATdJDLucB/DATi93RuGAI9D+pUH
+rwuXaGQFlHTHy2kQxn4Pi2nkl9YhWy3xr2DxgO1QN/bx5Qt3FAYU/qPR6hoHBgDI
+bDbzNjDWBPFHITJ8YpaCNXy7DJAPB5LowBLKI0yKEAaNkSsAb9Y=
+=BAC8
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.jar.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+2da6194abe0a9c243919bd63b6594f4c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.jar.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+879e7fc7b8ddefbc91ef86189c7d01b75138654f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.pom (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.pom Tue Oct 12 22:32:06 2021
@@ -0,0 +1,569 @@
+<!--
+  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.10.1</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-dataimporthandler</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr DataImportHandler</name>
+  <description>Apache Solr DataImportHandler</description>
+  <properties>
+    <module-directory>solr/contrib/dataimporthandler</module-directory>
+  </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>
+      <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.esri.geometry</groupId>
+      <artifactId>esri-geometry-api</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.fasterxml.woodstox</groupId>
+      <artifactId>woodstox-core</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>commons-lang</groupId>
+      <artifactId>commons-lang</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-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-layout-template-json</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.apiguardian</groupId>
+      <artifactId>apiguardian-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.checkerframework</groupId>
+      <artifactId>checker-qual</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.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.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.xerial.snappy</groupId>
+      <artifactId>snappy-java</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.pom.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4IsACgkQptBk2DOz
+qWkrhhAAnUX8J1bExDHJAxVeC750O0agy2+LTrWMJhhAdNHzHnXldMjfzGH+E/pe
+qZtwfpHqDB22WcizkLj3RMLlki+xPcTc+K5HkpZ/jxVOR75dUn+l5QFwBt/yDN4N
+TMjM0IN9OQMsgX19B4PLeCpXW6CgdxB1v8GmK4UuSM/PE6NB5CQkYw/SXu7vzo1A
+RmhLSRjCTxHNH0fi5aXRTJpE5O9EVyOBlKB93wZ6WgFJfEdmP7+rWx8Ap9C1DQ4/
+58VX/OMbw1q8zO6kEbFug295OF+fpWIPopFgIPuZuld17Qus1tfgoQQHf+BnxnCw
+jZMD5Tvlu3dEGp+g/XfZ3VJf+WXeR2bclcfMXl/dk18oa1frHtiKEg1HTVLcUjGS
+4c3Gyh1tc+f2wmPG081ua3Jbdei1BJFNgCswCcm5XNE3PY+L2n0Wbu/daw263uOX
+Mb8namemknEm/AcFc2BMl7DLVlHlBbsMBbcZ2i8Oqjqa7P9kdhXkmTn9Ut688X+t
+yHUIZ2oh54nUSvsqMjQiFEhfanFeAQFBd31t3t/fLqeA0FXQ/Izy63jeRXVSZtnr
+eJIWM2L2XjQrQ4b/us3VjnEgEGiVuY1N6BaSgj/qENBkv6EvAN9f3wSj9fMD1CZI
+nliQVvged8RKrb1p1nnRo17eRdtiPtweEYmjgHTnLrJkPxtl/W8=
+=W1qJ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.pom.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+a2c952810f790e765434e27254dfe727
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/8.10.1/solr-dataimporthandler-8.10.1.pom.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+5686716756d028e04705d177b23225fc25e95f92
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml Tue Oct 12 22:32:06 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-dataimporthandler</artifactId>
+  <version>8.10.1</version>
+  <versioning>
+    <versions>
+      <version>8.10.1</version>
+    </versions>
+    <lastUpdated>20211012192208</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+7cd99e42ea5b604c65e79a50c9f9d6df
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+ff17750229872ba6a21ce317f98cd1f01198c81f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-javadoc.jar.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4IsACgkQptBk2DOz
+qWk+tA//Ul0PsAbxbUlEtzVeA57dErObayKwEbksvP5fI+ezzvmRi3SJANH+oU4b
+4umjpiwXLnLMeyUH6/APPrI75Jm6Lbao3gXmfvTd7gfUoYYKQEioPl/YTJWwi737
+x9iV+JjfMYSFMCzWZ/cKtL81UBjgeELMC5HQNMPAgWOVphGOjtJooO/WyWAOQt8X
+NB9zYBTQCqp1Ko+rLQc5IrqmXNEKLU4M869pc4Db9lLrdyK53aSCwHq1wOPGaZEM
+gDJEXWX8Rufwuyxcy2YJ81UZzE793ex4ooJDA03KviOI2VFllhCo7lK3gZC7+fr5
+4bhHpGsqN6l1m1koXbMJnzvdq7wPsqrIRQ+qlpDWXDnPb7IzF9wwpebvBRvYrQ8m
+Z6XO2yo9pxojfB8jyq8MXerwgOCVMjQnydHJupwwJUwZSQo065jXhSdGkgBraGsI
+AFwmKPgMejulDub/x2xrUkVUlPEOE+QXLz+cAdAy3J+AktFuNaFNPwzj4zMaHC/H
+dokSEgFvt0MTMHjrerDG4ollfHpFfxSXlcJPw8UwdfOE7kcWQfhcG+CYW4WPPQxV
+2aqPhAkhGJDFHmK+QdyuW38xeJ6XXkN3lFM6VJnBGn7Aj0JNNo/kCogHn38aaVUg
+VkerHm/fwiWG0ZuOr10plCd4Yxpmahq+DLedNBJX4HMUNw4WsP4=
+=NIRo
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-javadoc.jar.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+93220a8650746dd43ad6b65021c1f67e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-javadoc.jar.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+05f40e4aabb5fa36a701312a6b79b07b80564f52
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-sources.jar.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4IwACgkQptBk2DOz
+qWkj+hAAg3O5bRKUhia2/epTS+mRhU8YvGvemC0tjjlztnjpfzSPufNKpDwQtyRC
+FLh9k4KKvDI4zZK1D3uOauFQKVRxD0vwJhInfDdm/tkjrwfc2ke9uoeQTCzr1457
+/41Q9SvSPudRgAvFsO71CkuTn0VJIG+AcvZflb/8F8l/KAWn15KJcYbzAAcAYvUX
+sJlbFka4nVRtLRLOD2GKmAC0opdMpFORSaWYvQHIdt/cVyqTQVM+p49YYFqHVhL9
+7no9O/wjxI+GEsfUlCCCQVM8Gj6fl+8ScN1s6LmZHczglkIoZ+mn/yivVG2vpRiO
+MTXUqvepa0z2KuwS9lnsWLrB6smBMO8SsPmYOfemN3YF0JGg7jI9W8qgamF1ZSL3
+40OoicfKfFuSFoU3Goi6HuGakAGoJYNUXmC7qAOktuyreAckoPnvwVn2tkM6Gaf1
+6ieKhDCKcnUnH4WZ17kCcbRa0YZKJGutEWp3wlaF/ipLIC+LMUtQ89thzjshRmbz
++bE/I+ZmABPbJLw4KL3NenBHrEKrEPZlx8basv0lH+TXa5A54nSUcPzrbj5k+PlY
+LH8AM9bthjx/Lq0axwLjFImU0nFWoPSeBq/ACD7isI6u7R0HyzPDh6iz2eN2dugS
+2k5AeoW5PcS4GfB6gXfY4anxMxJRZfTapAcEo9tF6418+KuFITY=
+=zPxH
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-sources.jar.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+ec718160e2cbc46ebe32183325e3dbb7
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1-sources.jar.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+237e4e197688c8571bce75094da9730a9b2f968a
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1.jar.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1.jar.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4IwACgkQptBk2DOz
+qWnOdA/8DcAQUNFzWwEYJOs7FCYuY0SO0exPcdGLmqmazD16prj0PNQG7CO94301
+EPJwLYKgDeUhEIzMXO23bRhr5U0JPR9ZbnUV93g7sRYd6RC90nQabQ/xLNZXhUHe
+xPbp/es/jdYWWVu+WKpQ7f4zKgeCTnndPUx0iOhl/AxNv5tFeJbBpoOJTj6acK4/
+QF51e0+EwcGcufiDhkr5MPmBtiZnhpJQ0/+NhPSgMiNlZ78KkqayN3Xy9bKWzRky
+1KOZBgdHMt41JDi9URPiZksDjQ/sTBPWQalU28xB4nZ/22FhVWl0zsuV0GUwLym2
+cDmme5SO26W35oaRpuBhMZKYjlgkT2ZJVkOwAW/jAz9jYDYBsr6bMjxGshUb49UV
+/Y/7UL6frWKsfdNo+1pnAgWeZ1bMjjVtB3Y6XpC+IiIM3v0dK9cqLaSJ2KADBxbW
+5ge4d4uHHIzMepIOwXY2TPZra8OySyZeBHPpdxo/Ji5hzYKn4c+N8RAR/HwVvFZL
+4vDtLBv05Gosn3gfpgZGWqlUj/tg08Q2URpYnZdcVN+kCLFWQZkBMDi9co0P/B44
+IzESnMnyV5vWbiAS7rXpj1unOwYIAjHHEUI+GwgBS1DMxbfnr1zqjlciRWJFIqsU
+j+uw6Mxig/7QTeAicJgqeBYjpBa6eGWWZvU3+pz4kvo/u39WHkY=
+=WUj/
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1.jar.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+f9ef4167a4fbdc947f2650c1dd4a163e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-gcs-repository/8.10.1/solr-gcs-repository-8.10.1.jar.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+3aa25eddda6f2a38f191c39bd5c2c8c86f377c8e
\ No newline at end of file