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/06/11 01:17:00 UTC

svn commit: r48273 [14/18] - in /dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/l...

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.9.0/solr-dataimporthandler-extras-8.9.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.9.0/solr-dataimporthandler-extras-8.9.0.pom (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.9.0/solr-dataimporthandler-extras-8.9.0.pom Fri Jun 11 01:16:57 2021
@@ -0,0 +1,745 @@
+<!--
+  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.9.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.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.virtuald</groupId>
+      <artifactId>curvesapi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.zafarkhaja</groupId>
+      <artifactId>java-semver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.juniversalchardet</groupId>
+      <artifactId>juniversalchardet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.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-slf4j-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>fontbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>jempbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox-tools</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml-schemas</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-scratchpad</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-java7</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-xmp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xmlbeans</groupId>
+      <artifactId>xmlbeans</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.aspectj</groupId>
+      <artifactId>aspectjrt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcmail-jdk15on</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcpkix-jdk15on</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.brotli</groupId>
+      <artifactId>dec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ccil.cowan.tagsoup</groupId>
+      <artifactId>tagsoup</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-hpack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-tika</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jdom</groupId>
+      <artifactId>jdom2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.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.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.9.0/solr-dataimporthandler-extras-8.9.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.9.0/solr-dataimporthandler-extras-8.9.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.9.0/solr-dataimporthandler-extras-8.9.0.pom.asc Fri Jun 11 01:16:57 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmDCisEACgkQptBk2DOz
+qWnVcQ/9Gy36z4yacp7DHlDwDmXICE725h3h/zMX6Laj15hJdduJgkbOjyf/aK4G
+LKW2Zq/DyKaUJ9y/DxhvktogKXI+ultU3bT+Im/9XFcMHusIsRLBRylV0zDpkcFG
+SjIxFCIwkMQHcajxLurLfGGZKlK/Bj3BLYAAAHHep8l8gRwxxf1nPBzTO7FmLRCA
+1n6OrjSNiAUaAEBoSlwOxG6SKYosiM2oP6NhdeI97oQJ0rPWCfmAhANc17aWNbm6
+qF+9Jitzl8k11oBJsIV6WtXWfAqiesFMDyrSMSsPVIYDkpr7zpi+iYokhfDPOdxC
+ZPjl4b61EZZ9dmEfNUfKeccPpjQGxUe353soa4glaPE6mJCSaEcpObkVgimYKPmz
+Cgbh5x3gQs6UOqtpGRahzl2X4kAP4RenVKmHZWfDX1jx6oURnh2yMtcIgSW/k4dP
+T7eX0rZoTM1J7rXQh5e53JeBhzwgYiSwvk042fhJmRqpI0HCBiYEIFH8kzwuFIV3
+f5yDRjK+5ssBWqQjoIhEXkGxOtEOlPv13XRhp+n1dIK3+AbyMKcB8L/d9dgDLZnE
+K3uOWSYiEgoaiDiZPZX5dfp7t8sKxTjM9eb+0q0dNinpOMqPqIhJpRXM/oGhy3jK
+AnmIwhuyNh0WVhNP6c9uqpFW9CWqwfUKfvvRG4LgGQ/moig2eLQ=
+=d35U
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.9.0/solr-dataimporthandler-extras-8.9.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.9.0/solr-dataimporthandler-extras-8.9.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.9.0/solr-dataimporthandler-extras-8.9.0.pom.md5 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+2829102f4db642afacdf99eb1f0e4a78
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.9.0/solr-dataimporthandler-extras-8.9.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.9.0/solr-dataimporthandler-extras-8.9.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.9.0/solr-dataimporthandler-extras-8.9.0.pom.sha1 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+a3bb582852fb3bad4ddb94c44d3315225a33adc9
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml Fri Jun 11 01:16:57 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.9.0</version>
+  <versioning>
+    <versions>
+      <version>8.9.0</version>
+    </versions>
+    <lastUpdated>20210610215655</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+6086322ecbaf04f22548a259fdbcaa47
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+c8609305004cd37c3227a336a3ec44c6591989fc
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-javadoc.jar.asc Fri Jun 11 01:16:57 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmDCisEACgkQptBk2DOz
+qWlulxAApQ1IuQSSkAfCsODsQKOiZFKb7eXTslxBjUuUsDs222QMrxBs56dN93S0
+Dk6VTlj7Ah+eZ2TLFPOO/lq7J1G8MWHKxttlUxe6p2uYYbC+3jnlbg5JTAg1MufR
+zl5K2BHf2OiNOl0+WLbB7YTEc6HQ1yFYR5DXEdlgOgHjSMb6Y0FSb7icjunROaq8
+QmsjL8aHN0NyaZsz0uIusf23vSxHnnjDIc/g1amFI0VcyKT5vj2PxYVmtESHgTeg
+htsHLbv3lVZB1PRYyPIj3YIkRmZF1W5nZuBTto7tHd/HBiMP+lsKlO7Qew3ld3Kv
+KSmE+tDBVBFbMFJIQa52wjAu8I2NuHgoOld7s1erdHzK+b1LE7fxXPRTz7rBAxIa
+saVt+ujTJ0PROfSe4m6idfwwWvvPbf9VbITACjEbM3Ta29wJE4lCfs1PfyRwUJW+
+NH7xktzz0WKLsFKdk6yNH7RGN2S3d3YDMxIfyFd3c4tTyOGP5JPapH+39EFIgalv
+BZHv5LV7zyMF5vjJSCFxDb10SFd+uhO5tGIcSHHzB1WvlG71u/BjNRAysbSD8zE7
+5RrNIPh365hu61mz4XI0xaT2EFHBH7bh1Jy2Rkgsvr3unxmYH5Ebm+dBPFOFUfUi
+ynsovbg/AAOEIOj+pHhzEfIIr5b3U2VynmJc2lLoGwV5uEX6Yss=
+=l9Ru
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-javadoc.jar.md5 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+b70995f8609ee054a72d904bd1862110
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-javadoc.jar.sha1 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+1471cbce3e2ff26f9549d705e3aaccaab34b581f
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-sources.jar.asc Fri Jun 11 01:16:57 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmDCisEACgkQptBk2DOz
+qWnd/A//Vzg1oe9XuXH+/vMnq4NNi8NnTy1EVj7GFwZgTm+NkWe+dHM06NGfcrD+
+yaaeAjBlldhIa465T4TIou4gF9Vivtk8Z+A5jwD2ubgBYJtov00pEB48PrSAsQRu
+gkULdIhKduD5ziK2Z9N/f6XxB1/utj0P496Pl7dPNzL8mBjpxaypOdTW1AQPOq2q
+0H3GzzRDkJgDXMjHCm9wtYYTuNr1lb1XIpW1Qk4P8wfpsvR7CmmR8ocUMNnoKycH
+IDNYxgiISXcMe87TNfXlFjy9EQsW1OU5NKtdSMDO9t0waJOuku29yfzzDK75lAl8
+wJGXJv61B4/bOS3EqHK60fg5sC6eQJtzW8HFdu+7S8+JUtJdVQarMIwNXsZ/ItwF
+66hGgMD+lPa1hLjKHBQu6dNLBIwfbx2VtT2D+EmioMUFfMUfejFeMxWiWPGNNb9C
+9UJM915yZ2KdBv2dciDTBERye88qEx5Q8JAGoFzeMjXY3lpmQE7qpE3hVmIc6okr
+8JBZ5ycT241eKqQRhR/tGXToEJBoTqHweGPw6ZUe8oKNqNR9NUETPQQL2DWfOM7J
+/xb5qJYwn/IYGDsNIirnOyqxbXFjfUIbFfQfXD11kH5HBw5s/kLh+51xlCW0x22X
+QQ29aENJBIV7uSI0z9GBK7RUhFFyeXbVjO1HnLv3UKT63eoA39A=
+=2ZtR
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-sources.jar.md5 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+1f2c54eb09e7294bb3e0e0df73ed2691
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0-sources.jar.sha1 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+7037982f32a78ca431b0dbf66cc938b66402e6a3
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.jar.asc Fri Jun 11 01:16:57 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmDCisEACgkQptBk2DOz
+qWkSwRAApBgGzDSMMGm8sdjOA3MRaTzL6glseTkMjX7Vf4jBAqca786Km7qox3NO
+uoZTdYRu78my4f9fOk8Yy9ci6y0rK1Izm28m0ceDXVXzfgRe7amuuSULQeCs3X7B
+mSBU4SMCiQfZnGAHuzwMQgm/NnF2B2030TgEYXWz3N9x2th04Qga5S8IoAXWQq/U
+TxfOtpffKFhJdiROTs84vH7Ug5jRXhVcYZ6r/F80kZ2D8cUym2xhcVj7SUgbt/mQ
+1nj7uWLs2hQQsjU7l/0lqo2PHn5O5xOqVSQIsazMiYvSN75uMBvMOWlnHgbsZUkn
+6T2TjP/+NLvgkx1FDtxUf2+VBzRAr89lqFA6DW2g8zdP5Y9EiF9i4UDa/J+4mUaO
+qIkSveSlBWulKmvOSKaxSvNBc/uTwBdsWi39tZmlPpB4IjEcamX13Rlu+fpNu44X
+MHYYyBCr7aZjQhsAWMK73HUE8nXw2Lf7VqkqLetZoqixBhUbGcnyIIpIZXgnC6uV
+PB7SvxZa7loaeq9niMphOVJ4g6ZmfyCoGieeF89/XfT3AxwlRHRK+Cj1+3YrhY4C
+aVaIMmugHBPok97qBQcaSj+1er7gMP4lL7QkwUDt2/Ccx2VSG7ALAh3iKzdQqQUC
+qitDxzPoMoOk13E+NpPcYGxnbaHozHMcFE/SFK1I/oAwOg+76bY=
+=gjw2
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.jar.md5 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+4107478e1b1c48dce5b1900b28d5a648
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.jar.sha1 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+1020ff1464c5289e4764f62b2f3501382bf9d561
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.pom (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.pom Fri Jun 11 01:16:57 2021
@@ -0,0 +1,553 @@
+<!--
+  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.9.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.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.zafarkhaja</groupId>
+      <artifactId>java-semver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.jayway.jsonpath</groupId>
+      <artifactId>json-path</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>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-slf4j-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-hpack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.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.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.pom.asc Fri Jun 11 01:16:57 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmDCisIACgkQptBk2DOz
+qWmUQA/+Jws6qhlPu+hJ/SoG7PDTO4dsdF7ginSS3Zedo2i4zf3R8Q6Zo6EZdLTX
+somvAO82BE6eanHz3KwRhiON0HjHsAxfepMicV+8AufLl9rhGSCB2+bHp/97klq2
+P9XKiuFz9m8gWxVNf258vdFRwdqSkqxg7hycB+hTriCXWav5OzNvHprSaBHDSu17
+AzwBB6nfEkwI1JJ3NC4Na3btHVj3wM2JRlnbbYq+7y+Z4SowRyL80DblCU9TctqL
+KzHyLptWLms612BPfUrq29iOI303gcl4dqUT1cpkOy6qx9yRkSrHtaHNgukbKUt0
+j4AOb+8XdCkDvSjPlU8j/MipR1AmL+0TaD3nOY3feWgGKjc9VFzQHTodjiXoAfSX
+T/aW+WpIN+BArSDpejCFkZZkPR2PyLFx28Z46ugpuGuR2C0KelT8xPPgkATxs/ja
+OATfXxM9hchXfeD65b+XRZEXx+As5Q1kGMsNznGftw1aCPa8SOilrZIVN4WR1+/z
+XgZSqiSs+yBd6I3YUFSLVQ8e1yZE6LNEfmY2unMTdo2Azx3nSV7JPEP9mcTmnnS2
+mS0vWtlNNW1zyTCFxf8tyRFjotqDAWBF0VrbZuIuYeAPQRNZb4tMeT0oji5WCxKB
+WIXdCeaJ3TgErVt4th5PnxvAYOskrqs/WRqVY+aY3xc3k0TdIFI=
+=FiCE
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.pom.md5 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+f204c610e14e677d45d6dc909ccddb14
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/8.9.0/solr-dataimporthandler-8.9.0.pom.sha1 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+57cb20da4cd340891e58b558d2f308db7ae83065
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml Fri Jun 11 01:16:57 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-dataimporthandler</artifactId>
+  <version>8.9.0</version>
+  <versioning>
+    <versions>
+      <version>8.9.0</version>
+    </versions>
+    <lastUpdated>20210610215657</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.md5 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+ff11a76db4a562f1eb35ae6f608a59a8
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.sha1 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+2a6698884900c223b00156de4a78205c2a4a95e9
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-javadoc.jar.asc Fri Jun 11 01:16:57 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmDCisIACgkQptBk2DOz
+qWkf2w//WUVmi2AARnlw6lSbUyr4PYVrRA0Y1lX7N/IONKsKcsfpSy9NCt9pDsvA
+Wz56T4x1gbTWvYSQxVDP9rya93UKeC4C2Neh1sIlYhT5TaiAU3t7RKDhQx8zCRKB
+P/z3hThtgflkigfOQAci78MP7Mg6h36SEMxjep/4W/isLQYp2kO8MXxpWyPsWRBe
+w2n8JIoY503ktLv3r8HDp6ueWdPF9fXSLRrOkMaROO906iZwRpLjs9oUOFglN4Bi
+1d48NEjnSlArLMDHeQCs9ytHuj8zNIrNTH/GQh3xTRQgjo/tlNLlEffu4u+7pwXT
+ykkCJQD4yGfKGLFP2XR5LSSEyk0icgqUBnepNrvI3m5Nys6gNE6H++nSwaMRYJW5
+rm7SbVV0VElmnycGVqfYetA+Sn89KbGIlSaFvKH0WLIxHRIwOI+Hx4EWnt3w7z5r
+wDva4w/kRELcDkxP2x+a62ty3biKkDSIFapMb1SrRgmaPJDlifxM5n7vkh+D+wJk
+ohnQY+jkM091HjqaQY2DGQQm+K0fK1vH/OZ1gSBpNyqN1fjhAklMJ+PNab1t0TVX
+vwJAtI6qp2ndAdKmQY3LCV2PEUsGp40PF7JEA8gj1NMz4w9w8EAfSfBuyYdS1fkb
+3aqCa5u+UOjQeKHpqcEpEeURpxkfoI7/9hJdHTxDNhj6YE3dkuk=
+=a4S7
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-javadoc.jar.md5 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+bbef22841dc367b0e770591df8b06e91
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-javadoc.jar.sha1 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+12cbe0b2bcbb435fc5264199a80d68a0eeee0758
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-sources.jar.asc Fri Jun 11 01:16:57 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmDCisIACgkQptBk2DOz
+qWlOpg//ROumdOUtF6Y0r8dMGm3ioLVVUQPhSVksChStIX14ybB2sdFEnQvT+5OL
+BvzSYQGMTAIfVUG5knjpyyZf3zwj+uU/pvEGjEx6+XaN4I0apGiPlHGNLvRh8EZf
+JCFWwlqS98xBEqQv2QC9IZXhYD14ivKTiFkcIs/NjEW9yxG2sURIS45c46O4FE20
+pDTfX8xfyJ3McffA3fXqvVZpphCwKWwPMNAUFEH8WTSFxFVP/x4fzvY7tzOnfXLJ
+qLRfFcK4rxccMzdzBo7ZT4q4pCHfzv17cBLN2XqdG2pk7euQnh+1rfFFw1gdVz1X
+fDnW1D8XwKyt9sVbsrjbAa5Znx1CSbXy5VVz/agjVvVXPQRy6q/9K1AmRx+Gf+E8
+dNQvQhtldkyK8sAy4+DPSe3AnNjVfYqcseLMtqohzzU5l0DKSsUbyaOhM18W0Lff
+0VAwUbGyNsfIxQtYaIqx5wfFu32o1hd5HxmuFRfl+j+KtWS4hckqhvG8LRnSmraG
+thqU+q7t42Qv1lnmW0L2RtS2KZsxER5QSHE9SVid7sIpa3ga4v6AfIxoKd4W2Ez5
+yg8KjHs/9Ab6LFJsSh6/j9ahdv64da2a7+0e1YUu3oWT27qrko1kR/7BN4gnZbrO
+XN19e0j8LFtC/cVgdif52yPZN3Y0eIS1UHc91AMWAn5dGLa+ceo=
+=eoe7
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-sources.jar.md5 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+8274535dceda8d039222113a98f7cf09
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0-sources.jar.sha1 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+22f2944313e8586b45545164b098b62d275be54b
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0.jar.asc Fri Jun 11 01:16:57 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmDCisIACgkQptBk2DOz
+qWl0AhAAqW0vRLInfYZrzcRXGDgNAue3BT3mRJnx0IXuQ+/dJMK+qrCk+KU9CSR6
+hwMRnT4bnRthETv/mWkAPuovpAyjCY93zhYYCLnTGGWwViLpa3+86jDed9cTlhaY
+UIUEhpsSRjMLzo4HgBUEQTc+eiegfKf3v5vLlqzYt1C6LYezeh/jzx/sBG1lsd5j
+88WbOvkL4ZFJcYc0L0ULkwUxAkC53QO6ePsjmEUH2B5bJBtxqQGOhObaY+HlhLYy
+kQ0mjynyn+SqEWNc2im6YiYjqZW3zR67fuVvtugv8eOt9oWJefaUMAlWh4cLUhIi
+wprFZvpeJgNoeeNrtNyMhTOhVLvZ7VmOpi2r7ztLw2azBg+0TsorpcjLwj/HEC6T
+Z2WVWoGWysoEOZTddIrhtq1noDF5GHxRbE9XO2DfHQCJcFCwFcntxADmbOQCzOzl
+dWlFwoa8rTdmMsuFJQ7feIKfmj4qA3sfui28ZWriemx7zewaKkNW3dGrw879VpoI
+Dn7a3KLR9iCxUYU/Q4/c316m96bUfljj3ZxGOxKYuS+tmH+WKBlFEf22yOavBrzD
+LuCcnGy4oDLXVhNCwA6L7cVDliI8QfJYypnD2a1DWqq4B3ExPA9g9rfeJCWwVlCU
+HNm6ojx5Yjme1/HCsw67QIXRJt4fwRmgwhL2NEX/MmxzPS0rc9E=
+=gISL
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0.jar.md5 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+dec1853f6be03c0d66fb8025610a61af
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.9.0-RC1-rev05c8a6f0163fe4c330e93775e8e91f3ab66a3f80/solr/maven/org/apache/solr/solr-gcs-repository/8.9.0/solr-gcs-repository-8.9.0.jar.sha1 Fri Jun 11 01:16:57 2021
@@ -0,0 +1 @@
+149daec056be5ecc145b14ff4b2ebdbfcb890ad2
\ No newline at end of file