You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2021/11/09 18:44:34 UTC

svn commit: r50856 [14/18] - in /dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381: ./ 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.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.0/solr-dataimporthandler-extras-8.11.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.0/solr-dataimporthandler-extras-8.11.0.pom (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.0/solr-dataimporthandler-extras-8.11.0.pom Tue Nov  9 18:44:31 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.11.0</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.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.0/solr-dataimporthandler-extras-8.11.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.0/solr-dataimporthandler-extras-8.11.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.0/solr-dataimporthandler-extras-8.11.0.pom.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc30ACgkQBRoPr3a8
+ZQfcIRAAm+PLguz4XF3kZ+1BSCvXdhUlW518/jENeioCnAorXwdN7nveZXa/pHxv
+Rl8fal+bviR7GaovRuxHSmtv1zCKov1v83zy/iOzdj+8jUn0z6obLi97Ucbrlmyq
+enxHUZAyEHW4/Bd9k8VwMQpxP9GxLykOfDoqOEs23GTy7d+2Nr1Rkfk310XTXjLV
+Xp8eD3pdNXDSKW9ktMjLBSc7PKmzchU9TB3F5wFNLTMmX2JKpjI1OI0sdlGYgUDq
+dLgaPoUYBInd1jyDXaLI8JnIvKAWEcNxfTGrKgZpSC26JAcaA+VX95VaezZ3W+Ii
+Ce3VnHzs4ye4D+0rk4rt3SHsaFIO3A0o4JYS7f3UFDI6IU2Dtlj8S2z1lQN989ZQ
+NpPNDixjEl/lT0SH+ulZXLYDYGlaim2lEQI1KWGkAMN8kzuf0gbE0OdPFR2H1QfZ
+yoPoRm/bewFxPbPckUAIP6IrCJjujNocriX4qnUe/1LHkh82k/3+5YemrmWsbjVV
+Ut7acpPZMzZVg+3LKQ42mqutnRRjPiOhEtABG428Qq/6qw0LmqXytZ+1UZqV97Jo
+FIeDgTl3wxMqv9VDeIIxGvYUg18q3QNw5nsBwzfY8rloVPvSsPJ1K8dcKRGG0H4U
+LA6tTy8UVIvI3CnzsEgAgI309SAk3bswQtl9L+gavNX2a04Y/nA=
+=0OGx
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.0/solr-dataimporthandler-extras-8.11.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.0/solr-dataimporthandler-extras-8.11.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.0/solr-dataimporthandler-extras-8.11.0.pom.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+3c37742597834e50f6845e603e109f81
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.0/solr-dataimporthandler-extras-8.11.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.0/solr-dataimporthandler-extras-8.11.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.0/solr-dataimporthandler-extras-8.11.0.pom.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+6e234e949cfd8f278152876e6430645e51d59180
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml Tue Nov  9 18:44:31 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.11.0</version>
+  <versioning>
+    <versions>
+      <version>8.11.0</version>
+    </versions>
+    <lastUpdated>20211109131049</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+bfa1d466ab89edd0a07503c3665ffc16
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+ab9f396c617fc370c3ec5db665fcccd02e649cf3
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-javadoc.jar.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc34ACgkQBRoPr3a8
+ZQccfg//ZoB48ZlaHWQxYzWcL5Ni3SBVeKppa2Mzo9h16PUX41YSgDOvxoc47iFz
+n0wXnnTgUQ79QLCEOBZyqYynAJPuLYlYbFye5tkgHf4V7rwQS9+n5fuJlhhjCKSp
+8hOiPTIiRjDEjnj70POBtF2MI1PQvCFBVZx5sWQmRJcQpTMZfDkAZK+v31FXrTjY
+zn1pPtU/MpmaTCcprO//jmqAL6+G9YbPjgSc3Qu3Nty2NnBvpb2448tTJbj8JwZB
+WVrZ+ywjyJgz32+ik2p/wxpkv//q5JxTAP6gSdPvEAzl703JBi3UlL4vLu7IoS0F
+syQp+nsp8+A04uaNhJ7VgpMHaz7IIMOkV58fiG6XASh+SqkebDwFcsSxQnbR5N+u
+AiwF0iK/aDZUrewiRB0Spgdy4ZEd9VNm0HMYLZZr4ONkYN25DhSfYZ5wIM/S/YZf
+EEtqzvmi3eSaY3qHVGd6givrTUN3HzgdtE9Ztgv01MO00SzdSRJbUWQx7KuHdHB3
+wcpaOR37tcu7yczi56MZ1diMUxpILuNQp9g3YGdaUES9Zckw14t2NykOigfrOXQ+
+BhM38XGEGJgQlzIwJRNVNndLbCG1aOOvStRN/5cDsC+vLI96BDmDjLSlWUD3OYqi
+pYlipTIhuz+7I0JspfWrA+VinOyjWUo8xdxdKl4LOgiYRpusrVo=
+=MemW
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-javadoc.jar.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+c9f230af2d3d9b645f12d63d4247b818
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-javadoc.jar.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+9685852cb33050a1f25d901f52f43ec7c6c58766
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-sources.jar.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc38ACgkQBRoPr3a8
+ZQeRSQ//b6gMC/2uWnbJFRbzoomffbkJkGVmTCiX8VGE8U3NDxhW+4qAU9439+xG
+I0j4+6UfqFtrctRu1c1awKqnSdS9P5rpV4W6zBUMmFhFxSS8aH0k+osEjC82STfR
+yXbVnzykNqjMnelYlbx1553HxYjnxzOPwOrQo82e/gxZHvYX9lIutG+JPVqK5/QT
+ZqJ4gpZQFwyusDF7kZG3otXANMcDJIfzjiJv4Me2FbLqlt2HIU5T6Zti4wfb5yyX
+PNw92z9I8ZAJIjfHvlohuxNj6Gbj9Q7yvVogloidBmfnH2TuNDevkgjD23F804F6
+o6ECfLzuPXSeB5Mkq46hpYbSJG3kaBXFjYtaB4+hwXwQX96mAPcACfF1G8vslVWw
+owFPM3TX8kSIjertW2E4l34myaPacVhHI3W6uGpyOx8ISqorAGt3Cu5+1TVTnepS
+Wz3R+LuDy/2Q5UHaFHbp6UUn9MFdvWMwmTve8I7wYaejpLNFSSdSLGua3HUBl7CH
+23XTPRjQJQJm/DIqfk+JB9nN+Zow6LSu/9CQ/tB08xMIy98vPeFwOx+lNdProjYw
+Ru2uB5Utq1EaHUkfhcoGOFXWQ8n7FMvAmcBVysiMh5x/PL95jNvCgpTh2V578oOv
+/uuilUnHWNc+0hncyeCIM+ZK78YxNXe+yM2Hy7zO8H97vIBrOJA=
+=KFqQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-sources.jar.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+d4b71e63234fd8779e093e29f1e868fc
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0-sources.jar.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+afdf825376f651bec85910d99dd1a4341a053431
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.jar.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc38ACgkQBRoPr3a8
+ZQdSyw/6AvP7juMZ7wDyCghBqZq/XI2qSEhuwKKsVFJJMiAoFv5I00Fp8OXlFv9e
+VSe8zkunZB7fojW5y7/aYEuoyeZ48barNOaDv+mnCIyL4zbAkH5FqmdshwcBr/Lh
+VykLRVxqhQNArISi/ARajU6m3J0BcGokc2dhBCc8VH5XiBwjL/StVFP1Z3a3oyu2
+AdKPIXFhfFgNKt95Q1viEn+AzzxaX+yTI7D5xSUeZbpBSEPDbLE477P4KgKLEFd7
+2mTvgcb4i72NkZ0TP3NSkI5UkPPodmIKGG9ErcwXRIyPOoUjYnKXeFXdnf4wXTYO
+oQgcrFOwvmIwbeh+wj7WMpbosGavxaihS136/Fuva0vwl5Jy9a+/bYiKfxDd8El0
+SfrGw+styC9VCY/V2F/WAji3NKedhKkqOabN/wLnXaqm/MNix/iXafVfvJ+pvE9N
+V2EIDt1BEloVBfQuQRsTnL2ITh+8aWS3bV1E3zUUl6yWcIohhqCGY1MjndD+SWQ1
+AFwbILjitgZbBGIQR8nWweHWjVG2XGiXaRF21HQOo4ZmCWtbcoSqKSiKbVO9KLmy
+MTS5heaBojYqnI3Yk8CYZe4roDNr9NM0LSEvhhr5AphHXjVE+KKztJMMaJw8xNRG
+cZB6Ypef25VMutmzEXgonJlpVXMEWz24B9J3CWoxs/6Hf93gkMM=
+=M8Xp
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.jar.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+4da116cee56c4c2d85a0b3dc4a256353
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.jar.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+e5a0326711f619ab4915c36996254703bf8fdec1
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.pom (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.pom Tue Nov  9 18:44:31 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.11.0</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.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.pom.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc4AACgkQBRoPr3a8
+ZQdLgRAAgMqP4kkkoL2IfYVOZ97FOyzwjwPcrtR0u33UNOGVHonw1pPb4N0CHsft
+3v/2B8n79LKavpkn+AHKJWVj0yKS+W6BJCM1P5DIGeQMG3N4KgdF9Pnu+gUmBLAa
+UHHlpLziFl9UkhL87RGeGZw0FyLeR785Zx7MNO8qsrjUlqsouuF1f58pjbncXmwZ
+G2795a6ghNuRz8kh+aS3cooh2+KUX2zyh8NyfcLNkbHdE1c15fWHc32kNvXtF7Y5
+QvowuA78w3wM1bJ2p9wieKsNTaNM5MCtT+ushdth7UgDurwSxr925amZ3buv+8uY
+HS/mfEdJjHXtsuzKTlZBPxv2Hvrefum7ndVkjDgBcEflEGdMvB0j1qFC/KI3Jq3I
+0bR1GUZjy4q2SkIfJHbT1fx7bW0kiqVwSIHIjONaQYfvIHlhWxNHYNpDkcTHfa/e
+3W6Gh/LHACT9GIPfG33pJYIMUgDVCpPRtYpXW/x5ISuMGbj3f9Y+uHoKXQ/joh6J
+/gm1G+yNqHyJlUAkQsMmiPa3GhP0bVxq4LfgNiCMxFRb/hTha0/giIG0jNmovw2g
+85YQyku+E+SOYhLDi9538UDQz1Us4eF8ei3cV4z1kAjWUBAxYm6Dze/1x7q/3/IC
+JdjPxN3u6NdqHZk0bUdhwus1htr45r5yG78Ie0xqZHb2Au+yjZs=
+=yS/S
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.pom.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+aeb9ffb212a6177fc470089c0ef3cd7d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.0/solr-dataimporthandler-8.11.0.pom.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+f027e5aa87d95581b43251e96915aaa0cabc7822
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml Tue Nov  9 18:44:31 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-dataimporthandler</artifactId>
+  <version>8.11.0</version>
+  <versioning>
+    <versions>
+      <version>8.11.0</version>
+    </versions>
+    <lastUpdated>20211109131051</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+409e3e387dff8a79ca85fb5ccdd0d18c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+5cf0d7fd160e972ed9372e3672d85e0db4541b36
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-javadoc.jar.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc4EACgkQBRoPr3a8
+ZQfQgxAAlphcTsAcYoiIxwEmnJKETa0Ma6oW5NJa6HYVvguSrjUuqnQhlWueTcyw
+obNPAaTdZ/cz0KrK72w8mi/XaTe0iddFdmnN50fsZ+NSfCnvL0ApcT0aCXWNWKYj
+atYhynsUVh6kJZtQbzEHODmBsG/7vBNtAetXk/MdGYLwTpAM2M2BHYLWJZxUzWkQ
+mvca7SckiwOc5ZE9kbKavtSPFDxACTpf4Aq0ZTKHU3hkwoLgdTsiMsUrDm1T9QTS
+Xblsq3IytbW0qLz+DCvtiJNsNVOsT8YJYvmcv4yQpZmhi5hf/2EJp7hYzlfc6/G0
+Tu+a1lfMM8h2s81d0KC3KOYTrrXs/t5z6GAa3apteNcZlBl5DZPIsd3fnyMHPrUF
+O7SUGGDjqS91pXxMs+qmJuc7NRZVjJslnVusBtwJnVxCTqA2Po/xusLiHB499CWU
+T9kt0q+OB6AqpmovOTs+jdpoetjBO8/Jj1nEswUxVRjmIefCXgbYOp5osCIXk7kb
+EQU5HIKeBqdZnyL0uLaqM3Ic0CBK/S8gsU3QzOt0DGd+beQYEL5a0z87iyqClYVr
+05Qf/Ju+abnQUX9apCuIrzqWGhKViF53NbCLtgI7SK7OWUp2m/CXfHpUGIpoKNa7
+foqWG4oItzRP/sdf7aw2GXrusdSUIQB3XgWHmJvmRs41i9YaNA8=
+=MfZr
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-javadoc.jar.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+fea1e9d69d940155e7e333d57b1c5cd6
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-javadoc.jar.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+c153eb0c1210cf68abddb5211a31ccf22356ccaa
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-sources.jar.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc4IACgkQBRoPr3a8
+ZQfLEBAA1nso7Rinw+xNBKIbu/NRXSTFVDxXBc5+buejFGPY8kPQoC3RzCS4+Uwe
+Y6xYNfELj3eZ0x/UIuFVp2WzzJhpgp3sggwHZO0uis79fuNiqdTye3ufkA956LZQ
+xhgAW45+WzIxm32hDpQRT26uHJtt3lZV2g+hJ2t7JtQ97tS5PxSGz2vKg6sqPd4D
+xhhC3+w3Zz8aQFqDQvJiLWGBBCAb9ichP+iAlqJrGrajyL0fxi/o5txI6A76xwVO
+le3IL6UFCAqhPcqw3qcCYOha37hhhH94kuJcxWENZGY/6oCz0twgwdsrrqfpgZsT
+IIqefv+Pld2z3sqJTNdI3kskTO26GrQCWyyA3iStlxPMqeO232H26edGZD/W2MVO
+e0rb387O3VwiPUY0OJhQ0yzxtVqF7Vn0YienkiFHgPZA//0OCMlrN5hKsmCUigy2
+D1NXtOvd1iLhRWaszjymgBcLsqC0CeLiizP6SOJFyxpqbRq7M7SRA3cXGOmaNdIF
+QZ+e6rQCnmwNrAQgsHOwsVIS81FmIHSeOXhBdjyrnwQu/mBR+GU06I+5sSlxeFtG
+dvGuAbUJ/Nze9uF8x3QhW4A9wBAGosOQr4ugtiJ5xzIUh1kfmUm4+PgHevRw+VyM
+4muCJ6koo9s/Aex+JBz9XLE8ueMzNK1i0LQP+3+5s6b9qaHQqi0=
+=y6zO
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-sources.jar.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+5a875d82fdc249fce3da0ec8649e6caf
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0-sources.jar.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+47613e7f51ccefcae14b805c55a23c8ef22daa36
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0.jar.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc4IACgkQBRoPr3a8
+ZQfdRRAAj6TEkyBGGNX3c7F5xmD3DI1QJrGScKC5633RbrO2pnm8bbR0UcTJpFuM
+xyu7NWaIsDZdGJa4FKJvr6NtsiHv9t+RQJ1CxshuCX9t50qQ/93ItakR+ACgTwx6
++zja9AsToGfLdKpOI+zbxoVq6ZwY0ZRWbSYdZJxpSEAgvhLFX6GXwposDHUpD04x
+QMOBnNb9O6PKaUrporUMYT9hu0Ef1VbqyhIoG1Pz537IEFtvR7i/r7aFYcA6zck4
+EBK6TMoQaZsPR0BsrSHOdgDUPLPJSSGn3/MCwOllfhcLDyr49HHz7Q5CaLbJda6E
+WP/2THFBp8yQyIanvpiS51/53dSaaiZGUaT2uv4JBps6yrVdJ/vz1EutI7aH9dpp
+sqaPCa+CKTBgyR1WAOFiqQxndJu2EsqP10rCBS2AEEQ2Kwc8Z8SMwqYDeHGm+eik
+xBBtT6p/DZ6QCP/nmp+4R15zrpBi1sUx/TZqyTqwH6kVZRlJCpCSlOuJtnwpcYDp
+I8TgE4nNcfnwCIzymACijm2LlNzyKmXI4amehkbLmAhqcEzGCw6FZb0TyAmhYKdO
+h4stDvyQc9K+a7WEBvp7tz/OHfYGpB+PqsuBp0LRsjz04HRfPxYrFEQ0USykxKhR
+OnjqC98s3ZZ8DKVRAHl/TmBX03ZuIkHk2Nmx5hpl7U6IiMGtx+Y=
+=r31/
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0.jar.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+d11f4ffbdffa0c9479f43558b8629a29
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-gcs-repository/8.11.0/solr-gcs-repository-8.11.0.jar.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+ddf80ff950e925810f808269b185748e789eec1a
\ No newline at end of file