You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by br...@apache.org on 2020/07/07 14:57:49 UTC

svn commit: r40340 [15/19] - in /dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/l...

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/8.6.0/solr-core-8.6.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/8.6.0/solr-core-8.6.0.pom (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/8.6.0/solr-core-8.6.0.pom Tue Jul  7 14:57:36 2020
@@ -0,0 +1,583 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>8.6.0</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Core</name>
+  <description>Apache Solr Core</description>
+  <properties>
+    <module-directory>solr/core</module-directory>
+    <relative-top-level>../../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}/src/java</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <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-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>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-handler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-resolver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-unix-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-noop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.sgr</groupId>
+      <artifactId>s2-geometry-library-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-configuration2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-text</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-asn1</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-pkix</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-1.2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-hpack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.rrd4j</groupId>
+      <artifactId>rrd4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/../resources</directory>
+      </resource>
+    </resources>
+    <testSourceDirectory/>
+    <testResources/>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- Tests are run from solr-core-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- This skips test compilation - tests are run from solr-core-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <phase>none</phase> <!-- Block inherited execution -->
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/8.6.0/solr-core-8.6.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/8.6.0/solr-core-8.6.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/8.6.0/solr-core-8.6.0.pom.asc Tue Jul  7 14:57:36 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEONoMPOgYFwOgjk1XN3w7omrSnAoFAl8EVN8ACgkQN3w7omrS
+nAoI0A/+PqjqwyT4J9nOb3IMyj1DjF6uiGA1zWuV3kCSHbe+hFey4fPLBldrdeVM
+EE3W8O9cmgln/zMFoN8FGJ3uCN71AITamNM+RxUGLYcMoGtM1JLV876vDOO+esE1
+UnlGe5HgIYUnady/kiwydj56LndpCKJF1QKZ4ItHl74qin+zc9dCW99cPs5P+Qbk
+AzpMYKRtiXBD+Cow5g/Mwwe+OnXwliGQlqB5/qhYcnKiGKJgnRpoWkxfPKqGemds
+/jy1hDvofpLt/l5bW47Dj5DQ1euPk2i+ca9C+bptngQkOWdPhdgNv/1NVO7px247
+jc1e7rPcq7JaO+oJosUPYgnNTfNKBv52sjezMZEXhwzuTPiGBfaQdmfYpBNsLoHa
+n5l04cZQ50RYITr5s81Iye7vkx+zpxti5zdo1X8+fEisH/ohn2hnANcAFgb/Z6S5
+fw+MFlJvIEntfMSxx7IY6ZpUIY1iYtiaPr46MsqUaB/KnDFvhAQBBwxAz0sf4gsk
+LKwuwpi6UhgiStPVYSdTELVnPLqqhms2YYJNOTVb7AdKHVttr0X+ApQ8c8BN0l8B
+PuZox9pv+nRQmp9dxky/860iliBigJgNHWfl2+WuHSRG5rrqamGgNyrv6y920Xls
+HZfoVDXNVCBRi3DomQovrHo4Tu/jBpdrSPU2Piq10tULfxPqIDI=
+=lgZv
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/8.6.0/solr-core-8.6.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/8.6.0/solr-core-8.6.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/8.6.0/solr-core-8.6.0.pom.md5 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+b4ba095b08452180b9e22a209fca40ca
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/8.6.0/solr-core-8.6.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/8.6.0/solr-core-8.6.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/8.6.0/solr-core-8.6.0.pom.sha1 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+29cb4273a1f28f4d309cabb97c612a376f6dde31
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/maven-metadata.xml Tue Jul  7 14:57:36 2020
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <version>8.6.0</version>
+  <versioning>
+    <versions>
+      <version>8.6.0</version>
+    </versions>
+    <lastUpdated>20200707105544</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+d638ba9b5f78801011148e3d5490f8ca
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+8dd83ecaef968fb3066d39d2ecd4619716decda3
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-javadoc.jar.asc Tue Jul  7 14:57:36 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIyBAABCAAdFiEEONoMPOgYFwOgjk1XN3w7omrSnAoFAl8EVN8ACgkQN3w7omrS
+nApgPg/2PmwNboBNtEzjKbX7tU1I8ya5UkP7QroU8Hsmd41/ltt+jyx6xaodauDC
+G1QkQijpdhrJjFr1JJVwNXi8XIBFVbxUIfSlfMROrXC19mtFB4TiLQLaD5Be9Mq5
+9Qetf7c53Lp43qF/VgomGa26DGNtR0/jNeH49rkr74JimQwPddgQxW4ZuYiCD6Be
+ctoyxa/Ft75YZbSPjoD03Lr3bvfULpJ6Uz5DfyuKrkWmdI7/ayAYMHdNpyC89Z/g
+uqXH7opAO7qNGUq2UmhhHASQ+yk3eF58/TVsrot4ucnSmi2RGHo9dNnjfJKQS9gx
+FP4vlZ4BEmvAg45xJzlUg/m9/rjoKnv959Fd1vIl04ruX0NZoGlqUtyRAdtmC96l
+y8IZJNYP2umgrCmYWS5+7KmM026++c2+b/5RpIfumsqNymvdP4tOO3gIqx5Bx9I9
+kiLsEWfm1fkuMYnPiVkGLhkiQXCFO5Nb9K9oHlWQzbJDJBeCWE9SdkE5fIevwkNd
+Wu2J8nFk0/6G1aZslf6BftTnFR/WExXk0UsRDu2sUda2SGoeOryjkBBCpSEaVK0D
+xGpW96WI/zz6Cxw6Y6t1jAkk4W6FEi9Ls/hO3YaeBneaOpowDd+ZOVoisUOgFyG2
+z1R1YnVD+OL+ssVh1svQJPl4yoUutJrkaejTKWTj4KTEPBmnfQ==
+=04aD
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-javadoc.jar.md5 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+35b8c838cee2a29552bf5c6be3e8fd3b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-javadoc.jar.sha1 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+c819ee4c7050cdb0a9c60be0561f318166712e85
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-sources.jar.asc Tue Jul  7 14:57:36 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEONoMPOgYFwOgjk1XN3w7omrSnAoFAl8EVOAACgkQN3w7omrS
+nAoMjhAAzahgtPK7DyRq8DTBACu5ZlkJybo1QFtuBO3ok+ShrIvB+RVn81xQnHu9
+v494EhekY8ph9oChcd0suEYa2wwsDpKH5fDVix/4O83jG+QaMbWEfv4531qlv3aG
++wqGilV13NIlDSHWqbZl/TF0AInRyad+MjkrzqEVgB2Rap+WugIdccDYurn1eEgq
+TNGsZPfLCmpYI6yw6cVespc84b4O9pMrkKWyAEDX68ROR3BOx/p56+qHBqUlN3Qj
+UxfXOTnIPb3u/0L4TS5waI0Gx2E425nmcyvSDhuSIu1KJYVlTQXs8i1gZ+gVWxHx
+sECcsRUVHr0iUW2BKpTAUCAdca0j9uK7aZsoEVcrWOokhq6mOZyin474jX9TQnGu
+bqB47dTBTawAAx3hBdK66/jKra38v9PaVRxwe6SLCNkmgb6Q72dV50Tk4gyETqqo
+OjIJmtUxCoVNqYYzpoZobffQcrEFakYMEIb5ATn+zT+zEtt52HN5hPWtDgVyEnxN
+pJmNdJs2ulxjYMuKVGEEVfrptClnnjphu9w2nurZH4qzAPx4L6Qv7M0EmxZGsZ7v
+RmYMBAIoGhRZG+11dLspcl5yx7/IXUW3lyosHiexnGoR+3GyQUexaboIhc1EVsfM
+PaNHWMu0tqXAc2HB2B+Xhd409VXW1bvwo5HMVfHCp0ptf6Jrtyk=
+=IOPJ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-sources.jar.md5 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+45b5c1398a4c30b009faa77adc6afc30
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0-sources.jar.sha1 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+1640136cbb95488b73dd9d479da7a6a7260cc59f
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.jar.asc Tue Jul  7 14:57:36 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEONoMPOgYFwOgjk1XN3w7omrSnAoFAl8EVOAACgkQN3w7omrS
+nAq/rg//dRBr5uGCnYOSa57dCoZTM9hQ6YX7HBj09UwbcCvh9lEimSdogFOy5b58
+9US62BExjNcJus/hXdtT74uU9qOU8KVudn+Ls/C21ipFfq2Cn/9DW3qNHAsYoQwz
+twhVfD7HdtfP+Sp3bhFA7NOnMoD8bFV5s8Ajn5hZUVi9G9wDhrmQNPkikhDHw0si
+QrIg3MGvp2iyxw1jDqA71FRdwlFF5DMFG7es0XVWJqMAiBWUi9u8pIvvZ27Fp8o+
+7PiCCrLv4pvNWuP7TBFr2IsCMLXzwuyEFaSCxlIg3+StfUinqMgJ1js9XTV36YVT
+THGSSZB3wcx3d9Cr8Mu1B8KPeY91tpwwd5qEFHP1XmjD0b7zLTQCV7Xn65g9uKpB
+iDnhB2DpfFSpypMewaIRLS+QHXcq8ev4dp/ufRVsRfrJDZo8oO87vlkUkKzbtXDY
+Iq/2rNq91RoBIUPqvmjl+36gJrCg0xbk0WaQ+rm2lGreM3lHq7vbfwkQj9kT8A2p
+ViBlm+lTsJCf3O6pnTH4u4Sw0ZBbam0NGeipswBkLVeu99jhm+xHwB6zCrnRKZFw
+Fd8N/xN5gr+quN8+xYXKVSKANygFSKhCVm2MqWd/xphxk6S1UNGKPitWp3GYka5F
+KWObwb/sVlupaAGzNbxtBuB0kfy04a/5BbN/tcR9yKHZZUEYl0o=
+=8uGP
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.jar.md5 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+41a939f5b2358bfc05589f0ec3097ba8
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.jar.sha1 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+3b96651f2f65ab67a6732348cbd035688de31782
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.pom (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.pom Tue Jul  7 14:57:36 2020
@@ -0,0 +1,780 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>8.6.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>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-dataimporthandler</artifactId>
+      <version>${project.version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-nori</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-dataimporthandler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.adobe.xmp</groupId>
+      <artifactId>xmpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.drewnoakes</groupId>
+      <artifactId>metadata-extractor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.epam</groupId>
+      <artifactId>parso</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.virtuald</groupId>
+      <artifactId>curvesapi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.zafarkhaja</groupId>
+      <artifactId>java-semver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.juniversalchardet</groupId>
+      <artifactId>juniversalchardet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.mp4parser</groupId>
+      <artifactId>isoparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess-encrypt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.jayway.jsonpath</groupId>
+      <artifactId>json-path</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.pff</groupId>
+      <artifactId>java-libpst</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.rometools</groupId>
+      <artifactId>rome</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.rometools</groupId>
+      <artifactId>rome-utils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.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>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>de.l3s.boilerpipe</groupId>
+      <artifactId>boilerpipe</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-handler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-resolver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-unix-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-noop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.sgr</groupId>
+      <artifactId>s2-geometry-library-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.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.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.rrd4j</groupId>
+      <artifactId>rrd4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tallison</groupId>
+      <artifactId>jmatio</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tukaani</groupId>
+      <artifactId>xz</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${top-level}/dev-tools/maven/solr</directory>
+        <includes>
+          <include>maven.testlogging.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.pom.asc Tue Jul  7 14:57:36 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEONoMPOgYFwOgjk1XN3w7omrSnAoFAl8EVOAACgkQN3w7omrS
+nArcjRAAirm3Fxe1m/1YqC1nXVtjTdtT7bkd9lr+Gpl5MN24HOYBWaOh/8pniLVU
+nVPcIp8Wt9NqxOs4ca46/FcLpojTS2iFKsJdXECaVVGxLlzFWahtMwa4x/YjlY85
+ZJ+/26fwElphxddGnIuhi8FTxi4culn4RdT5Dpt2VVyUThd0d4ZFKTRCApoYeQSq
+fHwopW9vTay0lwBGwhleqXKc7gz0oTPkKgrKFqUFW8tb3uObhbbKvoH2Yhr0m2ww
+jp0YiLsWCBpfKAxTqTvOQZ85RC1hM15HIfijALG9DXhq22HMv5Xa+AtvzxXWtdWP
+ikov6qM1AQjcJYwKTJudT61D2R6ED/euKtXhuJfpaqPSrDY8fEZXBSHDMX76T368
+mICqcfYSUICqmb3/JWX1pwVXpVvAhfvfWHhULKzKsYUSpposUMk1H0tEg0xp8v1I
+xd97BVdCPeD0vyILTH1rQ94TPwGyJg3CXs3SopLmyQVXSSGXAQoprSLibzbeSo7p
+z+SwlwXoUnUx5PyMJOtz0ZFN3pMhgWzCNM2XCK0snHyqiN6XRKlgmRFC5aCcaQu2
+1baKdHOnSwq2+Vu/RFLsdLlXt3Wv/692FXYzinGQF9NJpS3hpLhtPJlWfP7OwH2e
+u+lUznizzsSAZexeeCMvLYMLcmmdYrJp2zzd3gHMS2Cgt6z61Pk=
+=57HW
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.pom.md5 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+d95b323369372a17710f488f6b722697
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.0/solr-dataimporthandler-extras-8.6.0.pom.sha1 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+f331518c1ecb4203e41cac5adc10359a690dc2ee
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml Tue Jul  7 14:57:36 2020
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-dataimporthandler-extras</artifactId>
+  <version>8.6.0</version>
+  <versioning>
+    <versions>
+      <version>8.6.0</version>
+    </versions>
+    <lastUpdated>20200707105602</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+fc234d908b0ecef78f90a9f24d737cfa
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+909551d4065e2c27da318b9c0ae0d1474feef343
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-javadoc.jar.asc Tue Jul  7 14:57:36 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEONoMPOgYFwOgjk1XN3w7omrSnAoFAl8EVOAACgkQN3w7omrS
+nAq67Q/+LV0+t8h+96s8Lu/PCQjR9udgOe8Nm1YFQnJnJWTdzRmiHOGSTxE4r/+T
+lzQ8Z0nHTaqvnsctw3aNil8Qic95QYS7i8c83uOe8U2x+YG6coMl3JXEdd0W7fc/
+0ihUH29+WfF9N2za2z/xhCY9EpnQtv3CWi7PLvC0GoKTr51RwmX8V5a6EUg1wz10
+6PJ2mjTieyKujwrE1H/Kcg/tqQrvyK0VyHbKwMIt13+tkbDmiOT1mwcy09gWL6J7
+ktfSOsaVSk3+DSnPlRWvRmRHU+bDuojlppOKoxLD2te/cs5t3bb6BdBxYhmg2FQU
+kYpCyrUuERcjv6fk/shdYliydEaL7KGSiIMZ5R3BZ8JovWzvDcAo47zJoBKOgtVE
+JCGD0f/eCDWMhLD+hsLP0F/4AW5D2gqoKjg7BghR7DgcxRI2rxvdilt0bhj9Sc4p
+5BF+rzwkQiZWwB+KgV11rmq34bl1+qIeVLa55SsJQSGC33AHfwyxhTUKtFEl14id
+hcR1peLWyBLEIGi06hhNDUZurEfn3LjhuTuponAj3ELhMeMrMaVqcD4riIi6tZhp
+NDKmRUobf2eS+I9CIlaVuy66/0ddylYpFtXXbCsBkXHxQ/+zPeLspu5LcFjKlFN2
+56k4Tl4lr5pZ3figF88QhgjKHJr68w6Ozi3YNJKDfcWPKh7Enmw=
+=Aqoz
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-javadoc.jar.md5 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+dc0dc84c2057095aa583b177c17e3a28
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-javadoc.jar.sha1 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+497e5d70637cadc32c3e71a759c6d5bdfd57528a
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-sources.jar.asc Tue Jul  7 14:57:36 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEONoMPOgYFwOgjk1XN3w7omrSnAoFAl8EVOAACgkQN3w7omrS
+nApuFxAAjvX0ItOmOoczEOZ8PSe/UPqeU2oAMOTquM5MgutWLdMGqebmVC+1LiDg
+36w5Nm13xtiYoS/BPcIEQNMp1M8jP5aYYh/j2Dj4teIB2whedtTadVFiZKheyJrw
+UWt/hvQpzX5Sprw8uWZ0xK5k7kk2dyE7yK+rkWnloiuJ6ChomGQAnoX1K5IvprAi
+0yWL3aRR9CEVB7CUmJSACL64J/pe1J+aBSRLeC1MeyWb3kJYVhQmPqgCrE3gexGM
+6DcgNkEPz/mspzJs6MyIcHHC5WDGXMsmq6pJ/TZWsHn5ku+CGdh+FFXUxd6zJ9TX
+K93LLLp2x1nLXrDvZBPsQi9iyj+zjPcKEHz+AT8UQ5kfSiFOT+rDrFSsltD/gJ5o
++Kig64YtPCMyj/Zdr20sh5cIBcjEopKqweRGszZxHEnd3OhmzsslCJsfTGn5oLni
+IWQjpJdeNk+K9zZER5F5LpZIo32KRtXwIJH/r08Z5dtaPvzQgpYre4iGU0LNIrhs
+km3z24l9JjnFgp2IP3LxkYTnM8+gGZgi3zel7Njo9YOBUBSPFrcfoY4LMSgWfCV0
+DII90PgxB0wE68hqxU/50QIz4YyTeaiBi8LLIc5L1vNH7NKZ7rXdAPKPLuz7BwWu
+ACp+QxXjBeGlqYimUg2nO0w7EPAwjs5eN6/vc8Re1Oz4E2Yuh4M=
+=gbsG
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-sources.jar.md5 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+69f231f69696de98a9be072fa77e2cd1
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0-sources.jar.sha1 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+621e67a81b6fcd42d13c47960d8e5cbbaf9f2ab6
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0.jar.asc Tue Jul  7 14:57:36 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEONoMPOgYFwOgjk1XN3w7omrSnAoFAl8EVOAACgkQN3w7omrS
+nAp1KQ/+IHQham953evvJcBQFDkbtKw/dRRlLP6P0QudJAPSHirjoO3a773dy/V0
+z/3HtD+lfS1RHZYrq43prdRHhieRmJ/1D0SIPF/kpGL0DEfL+Q2wVWE+NtX+J2Df
++61rdYuft2lNUt//GI9wA9Ti/xuy5i9dwNnERkXLn+CnhoCx+wWzvOGKdGCzHTbw
+vZ2uAKpiAVU8LuMdXgWJMR/V2Ml9Fu6bUQewZHOhQ09/h69EvaXdqwD/qqwseU6z
+NzfVVscE0y11Oh5ldf7brdGlwVF6yWLl82j5jCgnBLC5cRUQBIXqFnvVFYRrgrFP
+lAAi26rFTzMpywvF9v8WQGQRv4ltcDd++pFwbOJ1+n93gHQ4oJoZz2pqpzlwheAk
+mTv1zCVKcNRj+SD2TvryEq+eQRs6FQDwUS88w7haJPs7IDyBSL32UzQvTD5Gh45M
+NXeHKCH7eNwi26J/kJ7TiXcZVDovDyqNZLaKzZf05leS1Tcy0+iNw8Gse3Km79X1
+GJpv+JQ2nE/hdd/RQPvv87LVurW9H53K9AQNAM/OpK0vV2pE4nNrfiH0H20iFOAX
+39yS6M6JEkIAhqfAyXiBgU9X86m6uRDGTrkoxyEmervtZlOhBL0Bkppw78gdr0qm
+zDliSxm0Z3wZc4BEqQycweumaz4JDqBF7cJXxyDH09wzSnwtvgA=
+=zBbY
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0.jar.md5 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+3fd8c55bb0fb0a461fdcc2d68fd94ed0
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.0-RC1-reva9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.0/solr-dataimporthandler-8.6.0.jar.sha1 Tue Jul  7 14:57:36 2020
@@ -0,0 +1 @@
+66d79382aee2248542d10038372afa018cc94cd1
\ No newline at end of file