You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by md...@apache.org on 2022/06/13 18:19:10 UTC

svn commit: r55103 [14/18] - in /dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa: ./ 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.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.pom
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.pom (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.pom Mon Jun 13 18:19:05 2022
@@ -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.2</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.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.pom.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.pom.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZjwACgkQPkjAxu82
+K57yWhAA2v9PrH6IATaWeBSoldVUGKp083oCyVHpYq1gah0dluuNNr9GgILwcSy9
+XEVNDAjqrSne2wp/rl5YTWrrRmqJWUG1cKJBWsve/wdUpJzGXof0mey3RKMqxYz7
+19RSL53vE2AGES2FJIotfI7j84TpfIig/5q5Sz0dRXK01acaoRppvm/msAs3qZS2
+n8kvfg/s/+xJFv80HB1PTbd/bH3hvHiXxEIuzc0zOagihKxBMrui9SfIieqolRn8
+QunIZcs100eixX20shWMt/kzSJ0ftEqQmdGrvdAJcU6xgd/jwRn8iF7sRfbs9Gb1
+AUROFNoW+JYaMypw67XtaEMmQ7fNVVNLC5hfUPJRV5p40Z7/t9zgveI8LN8bVrS8
+/QeBMrMr6DCt9kO8bK6QLP4NZ+iOMob2sXanZ1vzWqnFdyLJ0M+1/cyVFkSsefZ/
+Qlt1t99Zis4u0HRgLyhJDJpS06YUYgO/8OooK+pip0lpW+b06/Vqyu2rtKX385wU
+l/471JZ4NiiPgbAy1ok7QsDO7vY+5xlHKMBmsUNfcwnYXSvYc6nmVjCY5s1MklyR
+7lr8DvYWnz6W8nF3PZfMUKrG2zsMtGpoM+YbKrYwCBnjJRe+3pZta04NSGgApq9v
+mv8WFIH5TS7MCZHCaF2VbN8NzY80cM1dKdwdNj6LQVUwQW9P4XQ=
+=cX6F
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.pom.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+28b3f419bec9e9f6ba83598a24f30fab
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.pom.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+7e9561df11d190f9437bc07e23e43ad480da3fc0
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml Mon Jun 13 18:19:05 2022
@@ -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.2</version>
+  <versioning>
+    <versions>
+      <version>8.11.2</version>
+    </versions>
+    <lastUpdated>20220613163016</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+60b8e3e814844d88584749089c127218
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+0ee8ef37d3e97d98b2d9c9b2d2db68f229fe460b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-javadoc.jar.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZjwACgkQPkjAxu82
+K564dg//ZQ8cCgjVG6COKczYgrSVYDTQdTxPhMVQRDCLp742JVc2GiBsaDJsfkE8
+fQ1c3WqZ4AvgXFbK+tsa1TQra25oUTL1XqaJ1dTYGU7wsm7O62zPFuU29Og0injT
+ugRLjNK1xcNZ9x2c5uJZAoSzF18tRmEclywrSkxqTAt6y/S8tMGqQJf17RuWBn/n
+dkZ+D4DVmnoCYUNMbvq9L41cQZL1AhSBAqWEqsazZCebmc50mLMPsepOOzeMkLw8
+tTZTMK2QdrdM1fRGJulqMg4lvhAC5VBJGg/ZKt5ABfZXD3nehRVbRpLFoH6jP2Jp
+pm+YKjh90Jwt1gkygOhRiDxjxhWYGkjsfGkLx8yrjhXIOZdmbQuvdgPTURxF0L0k
+1w2hnYSRH76nRZQQfIx0z/vUdfgqGUtuezWT14RnpG+lfxkhaT3CgfOWjzG7nyT2
+xpPUrH1W3Sy3UB8KdeGbJfhAsizzNTzc44yQVG+T8mm6Wcu2790LI5ZaiDStWiqJ
+b8TEqTGc51cp5YZiZYK6W2+3tWOyKo3rZ5mxzF4u+Ciut8rmtJXSlUO/obo8BkGB
+zRlcnVI/DLgiJLQZpGoUNN8eepz2i4lDnMI2lAJg8g/y2kzHWArsQu0noIeTzpki
+6kYF5OKkvRrYiRk77RNTZmNg1IXHmEuD5I8KPCHOZvN6N4BeoAM=
+=943N
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-javadoc.jar.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+bb5c981d1cf404648ffd665ec8c64945
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-javadoc.jar.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+cbd7be7121e7c81b44008232b549bdd3753910cf
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-sources.jar.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZjwACgkQPkjAxu82
+K56kMhAAwjVjk07O6yi+EeUddN0Mw3r0FS3hzmP6OzClEMY7OUBHTC9MngFQx6rK
+poZDufnhB0LXGi6lOVJNUHoHhPqisKmB7b09/0ocO476W70RruzIVb3y+p0DSJka
+5GSZPnhkwMqwE4/38RzkCuNwQAx1tt3URl+5VIK2DDLBYW62XkNZPTEi7GVm8hkb
+/PeZnwawUM5pzBqj3xC4x8PV43Z4CiHUVtHWd81CgL8INI2ftUwuucsdczHEogg2
+xnJzl3NGW3sXe786qoM5t7Dy29zwt2eD963cJo3Qh8196e+pmZJ/wyoF6T6dcqyU
+Yp03za31xjYOw5BUdQTo0fRlCLW8MdBJ/E/H54zLJifVKXH0ySdzQK0Gk+qEnw2P
+xf4vUYwwins285UUsLy5wh3bbabumE++xqJ5CdLhhDVFQ07G1MJexwiXhSqkk024
+dSLoEFtRY7QhOfTFKxVvAAZrXdEJTI2mGUjxUk/xJUVb4zJXDDKl5NgogqKTjddQ
+WWW8JTpwhbskZucGW0osBEkoQiF5lq+eKGw3PDgPgy0gdOU1h6b2LR+KKYkyoS9z
+eFYVtxO/QZ27UXJ2OkXvyvD55mzhhVU+jlovN/tyNIuhMYg7cT4thZ5Y0LO3pUCv
+c9dHmbIeHcGNtqfg3TRglcn2wAxtsS/B9PltKPT9U1WjtO6OjZY=
+=B0/f
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-sources.jar.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+aec9b3acac238778e13ccb8058787f2d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2-sources.jar.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+d110632346f365bc7cf917e9ed1dcc2a061ba0aa
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.jar.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZj0ACgkQPkjAxu82
+K57CChAAr2KgVwPs0xnHOy95PnrUao5DS7VhIzdExDdTwn0tslHH8G4E5p7OS+0G
+5EH/Tp/1evQoyQvtGBeGVWrAnK2sPh3Rfa0l6f8MdzyU/h6YW+NGf7ZlAHkvlpEB
+8KQi9zvH1dAJqJ4UKca7LIboTR7RmpDaQwIs6ZIwgYQUUjrH0WIEknP21jUYZv29
+HzBcOSw/prSK7TQaRDy+55v25J0ymsEWb0ZEhoZvM7lnnIqo6cOmaWZlVbdwIQPH
+8E308sQ3/aa5wO5igmeh+pXg3sEHFRvssIwkkiiFi2qXcJqXRkc4Cq1QXRDmIjr2
+ofxu0tMil+Pzb9qEJviK/IL5PtgVdlGBeB1f2zJlSHuOigMysrXxx/aC3VygqPCX
+WKAn0KhpGUP90m6M2E8sRLw07R5fm4Dh2PF0vIAcHMUgi0Ia8i2qriL3ILZGRUE9
+nePyNpo3mRYcf/ZHRul+XTnGX6d72gr6iXz7KPQAlY3h8gM5dPddVEQ0k2qdfp/0
+4lKRWA+st3UUMGkZmN73CEd34QXIp6yCOgiSOTX4QJAqcBboZhAFOTE3g1xbJ+4A
+BKll/zv1WEXCVOKjUuKizm3kqb3uyt91yv7unPkTWfp6uaselBUblbebpqGlm5UJ
+lzdrgsgb3KFtW02jf9PyDMfpZBa2zrH8+dqWdIiLgFaAGPrWAqw=
+=mtAk
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.jar.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+30260ad409931186a769235a53ab55ce
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.jar.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+d1c3a8d6b5b04f5762e7f6326c3f09ebcad60ac9
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.pom
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.pom (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.pom Mon Jun 13 18:19:05 2022
@@ -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.2</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.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.pom.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.pom.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZj0ACgkQPkjAxu82
+K54VzhAAoB/z2BAgx/RfjwCzVJtkuDDjuBD4pE883Hl5QG/ml5NE69TMS46Dsusz
+DLXCvgTARzCW7AOHDS0wF3duKwGzOakKvA9r657RjPxmC9OkH5ukDszaqHhAO2mV
+exq+l0YMGxE51VwrC6sNmKsmD556OiRGgZ9XSbVINdrfKHtR3xzBjxNI9jSRP9jd
+AKwHuGTf57IvJIaHyuPvrrZYyjRz8el2ON53yh1/tEX5rJMM8titS5V7yLkhCQkO
+yGzPVcSy9WUBuJzt0Ics6Ebl0U4jDghkIQZoFL+SDY2TjwRL/T/xufhvItovg83q
+OIY3q1OxEXjxlG/0814AToklUqlbdLZyoWs2dKCLGa2XVodF0MMAsvmrbA4inREy
+9t9JkByVZ5meCXh6WURd8+Qgq18AfOSXrllalP9GGe49V9v1O3kIx1FhaPePq98p
+uPTAsxam9TxCCM6Kv6Rgr3MiTfFKdQxMMjGPqjkhwtNfiqBEyhwz2E+gS0kP2ql1
+rHJGnENh4E1dRYKWDTDDltPlw3Uq1ERuKmK7yh8N+2QHek1HmHSL+ST9bCcLJJbw
+Zt3E2it5Q8vyKj+pACq7zWf4HKyIYhyKEXBztUAl8ag9yoaDn8/MgbRbbcMuMizC
+Jqv7irEBkhbkOrTCPTZt+pq291dALF14lXhTSvRNMRzcPLjkzxo=
+=hXJo
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.pom.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+00f40d996736399e8ce6c60f0088607f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/8.11.2/solr-dataimporthandler-8.11.2.pom.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+3b23892cd508b3a8fdee9ddfff764e53ce3fc9fa
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml Mon Jun 13 18:19:05 2022
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-dataimporthandler</artifactId>
+  <version>8.11.2</version>
+  <versioning>
+    <versions>
+      <version>8.11.2</version>
+    </versions>
+    <lastUpdated>20220613163020</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+52739f4de1ebaa2ee466d1ba81e1599f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-dataimporthandler/maven-metadata.xml.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+4428312cc238ccbc9108c80f4329e82a58b6c51b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-javadoc.jar.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZj0ACgkQPkjAxu82
+K57zWQ/+N2mwSx2+3AcvoGxteyTsGtvFl5zaycA6XlDbLhjbTokZvjq+IC3xcxb2
+f8XHfTkV3pLIN7q23JsGUg6iJhvnEkVmZDGUyTz9w1FwWfSa5B32EroGyPAFPRA9
+rAoC/6k66hrwBeYBBPZprth+/5P1TVJ6o01k+1UySIkmHhakOqQYyTd6WLVoRt5D
+g7qpFYjRS6HwVmzXJZaJebZuB6KQ9m/BOJyuFjBDh38PadQaYXMY7Vu/nOnXDxZ5
+tmMycCx3gYJT1tjYcq5C5Khqtmgkw/HdTRleBrqXkBRnr5NO020njbDsJR/1JWtc
+LC0nIF4VPWRbcNzX3mPHo3Idpm91HAgXVgePobGRj0He8SU+iyqXPZxUT3vGQRjc
+9NmIhbFv69Jn75Us9SzDzV6RFv3XyIqmhKEK6U2UlAF4Evn69QhmWVvHt+CM5+DE
++67Q2wk88tvlUjGepFRhY58Yu88li+yoehlfBM9mVy9zaA9XMYuNTHyyyCCc/uql
+LyoBWVpYqaY7nPdRYAUEi7sLDOidcRtRTADGEx++JoaHTkovWgnij99Dqchemz6u
+6tKRAr3cNbGgSHYOuj4+wB74cLQVTIGIdEgm0NSKhEvHtWFCLCM6l2RcFkkLQ3n3
+Dwm0HaGltkYXH81rvCh0i+vqTcew9rve2ovI/oosAOVbkXS06mg=
+=W10N
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-javadoc.jar.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+6091dda420b95a5f3d4cab2c1a13c6d2
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-javadoc.jar.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+f826d0b12e5ac2741d8b2f9c92200a7db090e06d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-sources.jar.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZj4ACgkQPkjAxu82
+K55hTRAAxDtbnsjo9s4EDdaIFTejGLOBDQB1JgIEHRP9RyaYcRxom8drhoDrZctu
+c2vxPz5JPJRP0x1XfFBqnmTnjIKcKh04bItW4c3DvLYEZ9OklysGbzciSkzcsxJu
+P5dVzTbGhLeRIO+RoLQ4rl5VxRE9ugzhi06iXnxpbeetmKKcgu7hw/Vy/jboELR4
+PZW0CRN3kNRPzEIIitJt1+5ZSzUrrCD+Gkdkocly9r06qzWVPJsog4eaETWVGbbZ
+CLT2jUI4SjmaLK+YKwwxaTQ71gxu7gaRg4yuN0YcOOgkQhnUV9kUAaRXqP3Jmb/e
+nJHKghQBzKbTakG8+14gpWCbMZjPL+9k2ezdheDVUtq5N0J3VHRLuF1acrJf68zX
+nFZS6IMg2DRN8o99UMREzPFav0qd58Hx6uRbHLpDRvNdskpsis+Ugv/NBBMGe7kB
+t3qYZpx/scuiCADViWb8fceZ36EuSx0hO+sMXgjmw8nkBIYwsTJ16M4mMt2t6d4W
+i0n5pw0TwJnpq/PGpYp5Z27C5UzwPohGQMtldJBM8oJcaoVroFvgyd1b6hN1cQlW
+wYFb2R1Fwqt6Mn9SVdRDaoNhsRtwAJb3ToDjTR8BqNgxwdBnfXtwqR6DrfTldS54
+7rEnOl+1DvP3+5TtROt4VneSkjCO34cQVr8bSyFTJfMEO05r1qI=
+=9tL6
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-sources.jar.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+70a39b3ebcd6d64270ac35ec2982e651
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2-sources.jar.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+418c5f5d8a5ee8c6b5319a42fb9dc0bb70d65deb
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2.jar.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZj4ACgkQPkjAxu82
+K540CxAAplp8Tcd7ZxFVEfHgLe7tUy813rFE6xFU9UIFo1KfuNHsC0Owhmo54PTr
+8maKxIE29fBA2XJ7S3t/ZiQgxmCZc7Wj8IlG78p7evbffj0ajWoGXSl1N01UrEFu
+qf41+eAlsHiJO7ouLGt354pQtzNaO7dpTaKfaG0yPE0BuhCdSNomlk2M8hxTHxg4
+XcksKXb/EecfimhEy8HIzlCIfyul50O4k+lU/uKIGz1lMzShbotWcd7TnFLEQI5+
+lJagO93cvOgVbnkfas3VmArTOMy12LlL0R++npIS0I22jPwArOKapKK0UJWEy2RH
+i46xUyuLCyV9FG6BE8Svh+gXBuSHSAuSUE3dPYESZqs1WMMH/MNRz8VFnQTiMaNJ
+30BcVgsY6F1LA8Vm+SkpT51ae7YWNKPoQBXJmMzKqsSDZ7pHhaoalNQAEQGO0QfD
+w9aU0cUeCkm9KIQv3eFKQtv86wRT9sVVyRjDsEw/j5AaJpcYG9sK5/3LRM3AFor+
+vuee9IuHOsmLJmOcg5YjQ+3Dby9LvLjqhajKQRZM8hMaPvMjb96XAoTct2YjxU0I
+knvotEoqc+a9ajk3lyjEIsUF4XVnCBnxknNB3X93Xk2mPlclVgXPi63RY12kQP55
+20w+ybWIqmn98KsX5TS3P4qTUxlunBgnVAaBlliZUiElhh6uJfU=
+=+V3Q
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2.jar.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+59d6733cd385b0d87d5023851b18f3bb
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-gcs-repository/8.11.2/solr-gcs-repository-8.11.2.jar.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+7d383282983772ce8a206cc0d4afd9784032274d
\ No newline at end of file