You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ge...@apache.org on 2020/10/04 01:44:15 UTC

svn commit: r41694 [15/19] - in /dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4: ./ 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.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.pom
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.pom (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.pom Sun Oct  4 01:44:13 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.3</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.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.pom.asc (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.pom.asc Sun Oct  4 01:44:13 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEkCzFGTXBQL+CAjCWH9UpUoFDYHUFAl94+EsACgkQH9UpUoFD
+YHX8UA//Z3Y3cybdyoEI3sQQg2noqWkM9H0Rue3ilHJ7n/LT6R+dTzr4Jr/mzD5U
+ylOs+OFi5L13/GI1KLVesbgwZ7XKD1XY6mIGZkdHAKdeem3J7DC8MN39it+ht0Ye
+KF9gIc+m+RP3H9EqPVvXvi4rD6FWuhMSFEbxiXvwerQ3Ut5ivw/qWOIokNjGj1Az
+P1L/FF2svczLIHOuvHYhSepbeQSulLe4ZisutCnKe30T1+MFKlGPnk1wd2j9BT56
+ysZBiAB1JVQwSdzO5+47Eif/icH3fMrc8EuAc+3/CHhCc0i9rfgHp5+X5Y/YGf9+
+Vo3oLIgtEdsYqyIr/qz1GJQBS7jTBtRi+Lolcu3U2UpOmOAx+tAIb26TbsGSUuih
+faft9NZiSlDb0mTeb+g5dmtt8Lf1tIftlXOYPXw0Q+5UNIjV9pT5ztaEUvDpeYrh
+6HtyNiAonkjHbIvuJRFBiQxAFDzfGXBVaXd7qoZb3boxkBogfJXLv7s8dGXHzuni
+s6jypx/kx5UrzTAZLNyecFJNUhPTGmygL43ZeWtqb304Aayn482yA6lAX3TNy1/i
+LZMANuD8snob1YAH4DmwW8KqJpyp6p+7Y0cvRcc8fR7MdPTkGG8GNKZ3HxauAnaQ
+T5V7Dn1uLBOvvFqRonR3lkbC/bAGVTm+5NgSXWbrIfVBUNjmm7Q=
+=CPkT
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.pom.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+43c6f0ffa91ded614e1c14c6eb244507
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/8.6.3/solr-core-8.6.3.pom.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+10e4ef85a4e7cd368b9cfd4d6ef074270be3def9
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/maven-metadata.xml Sun Oct  4 01:44:13 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.3</version>
+  <versioning>
+    <versions>
+      <version>8.6.3</version>
+    </versions>
+    <lastUpdated>20201003221545</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+5833f0bf03da9d716ab24c0cd9f2c342
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+178210c470ff525108730d8f077b4a7b64c1c681
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-javadoc.jar.asc Sun Oct  4 01:44:13 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEkCzFGTXBQL+CAjCWH9UpUoFDYHUFAl94+EwACgkQH9UpUoFD
+YHWCJhAAno61RubSJuRK8dSKaDDn0wglRnoVxK/wohmpa+JULqcyODwGupVEk84m
+xDUWrlLMe+TSUwyX+CLahnEB4M89daNcxTZza1VFsubwohEFiGzgDvsf3QaWrT3S
+opSdKU+38dFuHWoqjT3cCy0SnwfIZwwDiHiSeVn+GKDcdqRzaC91P6HAGxyhYsbr
+XdIseHBfJR8GYjYxT2NLKNGEwi7QkapXhssrSY7U79XI+Xe6Yt61oEtL2rsAqB7l
+m4/iHjfkCalo8p6HbFkacM9qDomUHDURHDkjYZD7E+FiLNNR2QHjMS0FG/NgR/cm
+7b8qV3CyBETD5RCb1lQ06U3zr2ok7vikUgtp506ghg3FYWcmyR17FiVJLxuXWxXR
+1XT2uT0KQKVwVIfWzWuTSACy0Cl9OaGMGVGqIEnXFqBIudpygvhCHLS0TR+xWGyO
+DhKASAfvZPskLHTxdL1dLi4chb/QxvF6eqy0/x5plwXV4butDLYmKJ9uQaLB1RnC
+vkQmbZzyLNdRgEGmY1/RsZ1ADfZfUmWRdZ/kV+Z8Ypt87SOip/FB7BxZEqW8z7VV
+uGasGkM9mPyxsSa7gf2zGJ8lkdwY10jQ8oV83HBSj7yoGAiAV6NrkvHdpXY6M3PM
+CHopPh3r/TrUv3POrwEFx7/H6u+LtWy/rh4uBYwyuwOeKCBR/FU=
+=e8Od
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-javadoc.jar.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+5d6883acb22ae7ad9c468a695f4d628f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-javadoc.jar.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+70e803716330129ce29faf351e53eda50dfaa19b
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-sources.jar.asc Sun Oct  4 01:44:13 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEkCzFGTXBQL+CAjCWH9UpUoFDYHUFAl94+EwACgkQH9UpUoFD
+YHWXrw/9Ea1GSIG9bd9c9nAMMWP8OTjE8F0XEyXrelBtwlGgdqhPGtehQDsExbwV
+WOuQ+vsH4Qby3QfWjMhhMRARBnBqIiBxCTl0AjkTQuJBUUWltFpFZBh9c5Cpk5eD
+7S876c3aG2RWUZkpos8gu9lxJW1/IVoGZqBwFzCdUVFHUjsexUc0/6n12dsEcPHo
+56axYdP0OPlJFlKpZBB6KR+yb1CuaolwbMT0s2+wYW09We2MXkDZuDEHkLfNui1e
+9XqfrnoZpr8Hq0bnZ6VArEBU1Zu6SRlNBEVCUbpws3GJwJR+XcNnKyl/LQmRH+x5
+tLP1bAFbXIfqAqjuT4H0JKE5EzHwqnvwvKK3xUH4Zkik/lbMQ7rogbg69LOSiA4P
+X9GXhYlm/gXOUJ9qQb3nHud/YnvtVwuPfIcycRWml8137u+BmdY55yK10LnM90vf
+A63BafJZaLjfuZkG5hRPf0/d2YaZ/jPJzF98u3OcyLTXFXRRGj/octXwdQelvzb+
+QUwsIFALtC+SKfXna3ND/ghZwN1/CPS3r4Q2Uu2jWbAhIsY5/YepraEjhnR2Mwil
+ydu4XNLs5Sqj1sH5FIkk7kTdSbeMjkDYGPnVqAdpYobGJvKwCtD46hQ9ELc5ljca
+kSVTRp9d8fYuoELOzHDRmvgxCxTLgcY2xC12LNPQQ9/Tl8O9FwA=
+=4VeR
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-sources.jar.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+73a892f428b9b079bc368cf0ae1831f4
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3-sources.jar.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+abc3f022a99c6e07cf92424d8cef298e7d41a802
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.jar.asc Sun Oct  4 01:44:13 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEkCzFGTXBQL+CAjCWH9UpUoFDYHUFAl94+EwACgkQH9UpUoFD
+YHXKtRAAjEs4f5BvD5W90F2K6c4aO/A5kivX1ZfRkq/6UI5POEOeCwL9p6cOnPh8
+6wAUqYs2S8pPbQ/rdaACUQADOe3G0lr5Qrst34EuBu2MbT2vv2kiUfxq3If8MweY
+XMvCubV5LFVHx781xSxbi8TtUIIRBCsICpmDKhwrQnRJ7/g+traU/xjGhAxKG+nf
+SGY5zTQkov0P+DWlK12hIW/5w8cYTBcoAM2bTtZz93olrKX4z4BJPBuBKFBcbdM+
+7/DYvvFbOE5RJCO4r7I0oC1LvULSuSUXMGgxDKMaWiQXjt2Pkvz6Aar1Zxpm2Wll
+z5Ggqr6arZmSDYrM3UbAW2kzuBQMp5BKWPUVS/GE37dlGOY+O+zOH7TVvRwgFIja
+xJ5yEbH9w9jIkhHM0+f2+VeTNJB0/l69EQHd9+7FUdRdtfq4zhPAF55BNvigd5OW
+0IFolhiBDIb+tSIDDMVtdIEv38gDiI1iklY86ZE8XomQSOdzf3+Q3KYKhBvyEkL1
+2MATuTWqXjsjzxP5WiYWNcSkSWdjFZwjFb3rXMMne+Kp0yvWtHSe1/4UiHptXUW/
+0I+ATU3JkIh070EJQaasno4I/v7pWbZcKm2nqmBoFih/5baqi2VAEx7mOo7v+IbM
+TU6OGruUB7d7FBSw3OTVFDRuoKbWznjnQ73r37Z5pmTUZqOVDuk=
+=jVp8
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.jar.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+5ca30f0a31f2e74477fc39653ad3fd09
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.jar.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+ba341e9a8998f1e9ff5f4591c56fa571a29ef477
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.pom
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.pom (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.pom Sun Oct  4 01:44:13 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.3</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.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.pom.asc (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.pom.asc Sun Oct  4 01:44:13 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEkCzFGTXBQL+CAjCWH9UpUoFDYHUFAl94+E0ACgkQH9UpUoFD
+YHWpQw/+N3EB6J56aFOLonFCab6QK+iLfnwlX/LXLyRTR/L+83B2lBMhaggnuXun
+M54AfolNNDRselJr9H6MeSmCh86KUgYs/7Cp54c1OC79oIChxbuS1/u3hv1mDwZ2
+mPMl+3PBzi8JDOLsvPfLLIedcRC98O304cdTy2w8XUwx7arQHrySmyiv70TOkbkY
+nd7+T4UU3lzPz4y0osqORcTIgn6UDHbi0rwwqsMy5XYmXHJGWgqZpI04l3dcUa0y
+jr3pcFcmLavAA7MxTK7CbbgIIS+C7QG4NlmUentIetUr28k7qhGSEZqTgKBOHzbr
+vZcY0zVkl7woI5bt26XRgqL67U0p9NqsB0l0YyHKiKSmrBHbDHwlXs4/yxd0u/9m
+88d24/ReuKMytpTqASiJrTUVZnWKSyBNIGkb4fU5+1Uiya9LMvRqQ9liartPX8H2
+nMe4guB4im7C0ceHVeWYI6nZ0ZrqQVIOh9pFrQnaC/Uqj6IjavwdVLzt8VL3Cra5
+T3xWfU0AHh3xIKsRG2DnNWysZIXz9OB78CkCR3Fz8e9irGBduISVHx+nQxhA5gmE
+jJF/tETGmrEHnthlfsl8TIb/BSuQVX7DdJGcjuHhHUxu3/NBGjHYWSwWhv57jzm2
+tS/LZI1MWRpcD1ads73hoPcVPIJc9eOCD/SS8mQe6nntppUwBjM=
+=V3GH
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.pom.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+ad0045851221cd843fc0a2cff5c34c18
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.3/solr-dataimporthandler-extras-8.6.3.pom.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+189849b7cea5ef24f0792b76b3acd9c4a675d7fa
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml Sun Oct  4 01:44:13 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.3</version>
+  <versioning>
+    <versions>
+      <version>8.6.3</version>
+    </versions>
+    <lastUpdated>20201003221605</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+1d3f9bc4bf131e411f55ead5ba2cb694
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+d54f37f81dd204c48a3b72b44ff80b8d021ae3d3
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-javadoc.jar.asc Sun Oct  4 01:44:13 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEkCzFGTXBQL+CAjCWH9UpUoFDYHUFAl94+E0ACgkQH9UpUoFD
+YHXsBQ//cY/WKz7MUUJLqrAmKNTNoAUp2VL+1r+gdJmqZyehXFtJriKsQZa3+VXZ
+cXclkF4zkXEGbVVoUUwAtrNKXZcaNBhBQZ6YQDGsFGqnCjQE9uD//idy/9aIhSOm
+TsksTM/WL9DMQlu9imKrd//ljfFb6HL5Krc4sWyJbiNxafRB2cbRa6QbdQ8M646g
+mw9R5KFy4QxFoHyldC0p4LqgR5vtLq0RdUgwwf2CcrN/73xSyalv+XVq7CSFU9sV
+9bOW6TzEBh1FSCnkI83qK52CBlvstp8kclzNettG13WF/Ce8zxEfuQ1TT/SR1lyh
+p14HfMT2EVBVg33E7qcxe0gIuTfsrSz1dbiIMdGnpyRNxJMsznSkyJUN3oFjjkas
+1d7+lRryCAnBxATE/XWdBnncLw7Hxspfgr8Vovv7zpQQfMSuXQt76ds+pF3PReQk
+askK1lMc22w66RwundklPBNxaCk6F92LstXJvLS+vOWb4iclJNX0Uk6W6lUneL68
+9ejCA9JgPUdVTVG+nKWu2oXvRXa2qBC9OonTFg+QObGrPIm578gmz6bRl+6YUqMN
+J4iLbbxHjqsiR3wME58msrhmnxaurFFjLMukyCvtJ1kexdg7NYUb5v6j8YBEkgyw
+Qp93Q1AZeijjtn8/uX07K3DrId89fAIWKjN2KbfFibARhVaElZA=
+=Q23p
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-javadoc.jar.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+579f81a2b5c53d8e9b938e91e4dcf97f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-javadoc.jar.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+baac2f13aa86cd515373f3f48061ae776071b560
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-sources.jar.asc Sun Oct  4 01:44:13 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEkCzFGTXBQL+CAjCWH9UpUoFDYHUFAl94+E4ACgkQH9UpUoFD
+YHXLEBAAmWcjJ8m8CY/cogULSnBQ8ymy/NwKmCc9eqMGZYgYPPRmYWb2evIRGinr
+Av1PtkQQAtMcsCMJFu80Sl2/UK0+umdPRFGF+NvazVKkKe/3gG4XC6evJmHVlFSL
+SZgMYuJjHR+fz1GpvCctYmmUGO0nfTQNWj44kheApcxa/0OjtqSOlgF8Z2YsNWt6
+c7A6NBDB+Y6VbVb76/mXVVHn77rhx8nBDcJzlobmO8Rh7rGv4vKAf8lMeqcEUyyB
+wrEmA3eKt8hQj/qkUHVkcz6ZNgEtIh5RRI+mUH/0a05QJ17qUvxy9EFlgMU21jRV
+8jNG/IaUnyq0m3AH4d/r7Eqq2MiNHfS12yyFlJQPe7gkTVOoyEQOmFhjAOhXYbHZ
++b032kDi+OXZkKPQnRwkAqxNOQ3wBAMoIj9ooFHJ79Z1SDq6FRiEm5RoTZr1qul7
+GgTIMFOQCiN4jxVJI+zBCWuc32JZv5WSmg02LDSuFHpDaw3ggbWccTCJmwAZrDXU
+VXzV8ZreqxChYV34mGis4jjvK7lyDjm3H8Y7T9pH8Z51Re9O19H90hEJOoPUfqN5
+5aO+nCzbVn2XDS7ZBFlEqHmLSGDVNbcmb2WOYuWfk1nqHzXoKaIqbExDiFIeon2V
+pYWy+6BZfmdcYiwbpi/Bwj/8YBiJj6Crg9kdaZvxNINGAplVlcg=
+=IU9R
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-sources.jar.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+b8257d524646074e18692d36688c12bb
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3-sources.jar.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+2f722b8f185ab7146a318f00384800f2816985c1
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3.jar.asc Sun Oct  4 01:44:13 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEkCzFGTXBQL+CAjCWH9UpUoFDYHUFAl94+E4ACgkQH9UpUoFD
+YHWRMRAAtnXPdCOSC6pyGc6bqFxILJmxgu7Eg4vrrAYwje7aorkg96fZUag92Q8M
+ywbmxK6ahe83mWttEehVkpduLgb4sWrLuOJ0h2Wbn96cjks77th1qIKlVjSXE8yN
+5T3yCJ8bh3m5i1AXWpQDKkxq4eee7l60as3ZHoZ8Df7c/5Fyz8rVJ3shP34E56VD
+PrNGYBNKXehLPEnmRju+o3VWF2mlfpDwoyuS3e+yIJk+LtkG5BQ5fhrb3NlTgs7A
+rYnn7PPh4jCP6+6RyAPERk3kNXQPN38S/W7+7fjNcPVEPqDoK55H8VmfUKss5GKx
+6t5iRFdSxu4rISP5JZFjW22MkjWaqkJ7G6uC1KzqXWPiViz/VUPZvICB5th7sq2s
+LCa1eC16GDgqBVTOrszxIxQkFJDCSOT1bOCgm0GgFiXHC1q/orweP8uaxeq2LnqO
++RDXxDrgoTSlN/inJNhby9pCHH0ALoZ/2mYM6owWQr+woA+O684E/NYlrVQft2YU
+JIEeHb068zkBj9w/OzjKUh17z7Z3xh4ZPfTe4LQ8KLNCDQS7rgs+vLHryNzNnIkE
+rKhJrrBQGN+Ni+u4rS7tNrCOOOaAPt3lT87V8BJL5BGSNJjigQz2RYX8Wf1Nhcpf
+xT85KItRNKAABUhXq/gC9/3I9jI++sGpWInfoM5l3gVB2ktmqE4=
+=GuLa
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3.jar.md5 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+f542bc18d28e4257998ac427eaa6dbf2
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.3-RC1-reve001c2221812a0ba9e9378855040ce72f93eced4/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.3/solr-dataimporthandler-8.6.3.jar.sha1 Sun Oct  4 01:44:13 2020
@@ -0,0 +1 @@
+64b3799437bdb3784b9fdaf340f8ef3f4e719560
\ No newline at end of file