You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2020/07/30 20:44:27 UTC

svn commit: r40774 [15/19] - in /dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2: ./ 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.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/8.6.1/solr-core-8.6.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/8.6.1/solr-core-8.6.1.pom (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/8.6.1/solr-core-8.6.1.pom Thu Jul 30 20:44:26 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.1</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.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/8.6.1/solr-core-8.6.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/8.6.1/solr-core-8.6.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/8.6.1/solr-core-8.6.1.pom.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIXwACgkQNpQk/Jjz
+9uyEIA//Tg7DeRV9oSQYOicilNbVEGxKU3Jqam+MgvCRElKrd7hzwKZA9isBg9SP
+g0f1WXXhyImfDYSc+O3ad9bIuNj+OoP9mpPypWLhWlnbhnsAf6moH+LuUuegJzcy
+MbbMEDNoeXPJJPKC7EUfmjM2IF4pQq8sR+84o10xIkwd+w0Tde6kxGbQyBZeY0Ph
+391nzyJXhCKxNpH3F4DE4uSJaEPpCySgtM3ZUGopvS65/wkt+LNgSViavj+TVBda
+fRnv1v5rySTz6EDILozdL+nVa2V76GStDav6E/0bFg+AG2nS0zZ1Y27ORvvcGkxo
+8Mb5BlFbDjVHVeMz/ML6f5OUlo5r/SBYCPJerLGJK5LlJzDlE9ctyaAWsa1BprUV
+i1O8lN6laCUoaSsryPiwyGKkFz6mGo9XmqpFQ3ZQAZDUkKd12CcI2kowXUDD9Ldx
+J5pHURryMMczqanNN+yr0lTHYJV4URAp4ceA5DZmj8NA8vw0EMSbWZ/dYZFwYnyM
+pu9dHEbp/VhLI9gnFGeqerbEAPzwhPxdgUPhMi6QD02ISPSCj37hD9uLC+CwgFyE
+P6McXDL1STD/FGvXsFT9KGwBrbRwR6eFdcT+tuJVT2Xh1QmPyQafSXOeeZiAN+ev
+5E0J6TwzofDnAys3yqo/0lAPdhCelI7c8Hhuy6v6So1vmYhUBXw=
+=97dT
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/8.6.1/solr-core-8.6.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/8.6.1/solr-core-8.6.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/8.6.1/solr-core-8.6.1.pom.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+ef6f0a9f70077e6d69b3a056c5526eb1
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/8.6.1/solr-core-8.6.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/8.6.1/solr-core-8.6.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/8.6.1/solr-core-8.6.1.pom.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+cc94f3262267e34ceb2edf9caf0c0d7bab219644
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml Thu Jul 30 20:44:26 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.1</version>
+  <versioning>
+    <versions>
+      <version>8.6.1</version>
+    </versions>
+    <lastUpdated>20200730193652</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+a9604957abdddb927cd69021e1106f36
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+94bef0396f6d9797c35e01e9bd401da8496a8d1c
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-javadoc.jar.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIXwACgkQNpQk/Jjz
+9uyBvg//dE7sp/QzcCRy+L7BhNZ+EeZYS2KV+wbfNc1INzGn6DyNp3p3SuVFSDPf
+XvVnz5e+7xv8TM/R8k10MPOvLEFUatIRN0w1EJ6sghQZlTBpDDp+PQlE/A/Z+auL
+M5IUkXA0xtxv5Y9Di246aN21utnaoMNxXjniYo9L5Q4CJtLL81Dg9vw7r1h8TGlS
+H2gRPXZmrJ/QZ11uYVYkIVqGHFWUl21So3Y7/FtHnW1g3Cq3/ltdor3t3gKdJABh
+YMfs5oZXXJLfOKYcaUaDMzvZHfxUts4rvmc4s5Msrf8T3AWD26udpt+JhpRtmqYN
+Hf3jz4ydwR/9iNyJ+nm6dxgpiuqB5ENT9EFuHVJWOWmJ+FMZAeIcfFIN1Gc39Ule
+pP36sD9iuVvj10d28d6TtGdT2oorYtu7H0NjYKmrPFj7lWwflbR2+Svvn8w49za3
+8yrzUwxsmZdUxI+3kjOovF3jcylzVXK0dw0eH+To4xmbeExCWS8d/vURcs3gOpoY
+Ouy6YgOcDvJsSgRCqC4usDP8w4LXzmYBlIgRsGY35nypbKBm7K470kBIqDBrWcq0
+wDJKKjBKv6rrsIC8A0ksXPuiRCkLKudozhk9XNlu43VhMpShoO+u5nvmhallIYnT
+ELKmF2RIP7vY6eOHieQMSEqtYCeQ69fTim0Tl58RtxKuIkUVxFE=
+=/ThQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-javadoc.jar.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+bf54ad44b68f6b9d3e93d4861b3eb2c6
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-javadoc.jar.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+c191b3746b6e64025209c71f7784bf38cb046ebc
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-sources.jar.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIXwACgkQNpQk/Jjz
+9uxdUBAA2pzbJFyl2ShsH6EQMsjkkQCiAYO6ouQxsI5ZloBokq5NKwFnlT53TiBW
+qEM9CzzdRdurj8BzbgsE0rpfEjfIQnSRjav9EYvPTUhHX4ySj6O1Fl0c3Blg/sfb
+hW6qKbBAE1nEzfqIoswMWPhPmtERyYGYURm9P83c0hT/Mgqc13atN5am3t2U818M
+xjZeF44HtPAwC5bGSsdhutRzx7lscrp4RrgzcnAHR+p3BlYKQoOXYhwBVDM/brsm
+IEBb9nENf/ZMNEPTBfziuPiaiqKAOmeq4zfZsORjeaja/UQffRKr+MbKr2fGM/LN
+pbnJDHXmhl2QykB7CZyrTVZWkwlMCbMbgO3Mub6Jxt4kcOvVuwW6Q36k5aAK3xk4
+n4gv3+xtxGHRk4Q2mcvtDD32GK2quLwW4Mrv4MNjph61+tZOpYT3f+sMxkDuDaXU
+fw+VtOJyofCYSSgAxWB778ZJFzzcvOczoH4k+v9H3lZ0NEaG0OVdHx5H8lDlIkUr
+kRAj2ISbhaz0lAkKwC0baDTnQPLxM8dWAe1mO0q6xQWmqXE8CMgZvZEFlSDWx7jn
+NG0lwGzNrwBkRnmaofpENasWFK3COfWqW/zx6ZHdh+cmIXbirzHTc3zLPczHNT8t
+VFeBpWoFRTJvDArnmH1w/Og/RihhKB1mtuiLjpF839VX3a3L1Xg=
+=dDV2
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-sources.jar.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+178b87170afc594026e06a87937ba259
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1-sources.jar.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+f232f18bd28373eac0e2db7e213a41a37ed6a9ab
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.jar.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIXwACgkQNpQk/Jjz
+9uxkYg//Yr2ctGTDYGc0QWiRGmxxpZY2dWkETDhqiqjN9DvgTQi3lsb36u49NnT8
+7FEj/OmdUHDlYlt2WHG+ZDyUgqm9RoBa/6mNABJvTzHjpQhwQYQPc8HUpgXEH9yo
+00d9mo/VtSGDabtA28uQ+yvuB3aDUCCrEeiNxcNHhndnKhtjzeovCQy8u9YnMn7d
+rICtnvyUsrmZrRNU4AhcQMSmRBzZLtQIf69xmfKPv69BL2ArGqjCtp3SAAyPTCKr
+ASRl0ENdaYwKL8bElgxf39Z2UBrPN9ra7RSXy6HJLZqGnrAgBF9hEnNS+Todfzl5
+4ZLoqSZbwujodmIm8uJr7BC2wExWcFfOYDx+POO7M0H6HslhhFD/2CGTe+Uh2GGE
+m84cldLaYbTZ22euUjVm8I18F0TPzxS6OQKMGugc+Xyt78XmUJ1NqIHrMAJVAQ65
+eZ8hdPn9dB1FF87fu8uKlE1vPovuxIsdAQoijgU1omWKUkrGsFK15VmnTNRPVB5X
+i0QTxNP21H8jRTFsNtHYMXlbS/7D5mVToJ8nModnPdLw6/MV9B9unZziMUgB85X0
+2n8rqpzFmRTMF3NC783MeC/UQxFoEV7K0mPjiodxPkA76vw2Cgqp9MISi2GyAjQh
+CR2RElz0qSDyu6HE98PShqyixQgSRMBVrIgOMGRCw6/RBMgXFJo=
+=+91w
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.jar.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+fed90f30c1ba402ddbf46450480cf4b3
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.jar.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+f5cb9c2c56cc4bb5a6e9cf778236b0651ce496d6
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.pom (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.pom Thu Jul 30 20:44:26 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.1</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.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.pom.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIX0ACgkQNpQk/Jjz
+9uzR+RAA0qjBWHS7FAJyHx46WLLT6afik7nPS2YsJi7I2uPcWrbQKrPMn1jz5oZv
+pi5jaHzxGB4hEtbwCZI+QYEoEyf9qztRdKWHIfL9Zf79twyqLTqlpFkr3VWP59xd
+e9h5Q0Wxw5f9fPGH65SuPoewLMd/jU12VAj1LEEs6jUyB1qV1ESN16g+y3v2sibj
+veGtjyNix3qVmWW1tI8HkJz6iBMYEc87Ob5LL19sVlxgfO7vXPIjKdFpR8WvmVWr
+9CfTKgzlHMq1zx5Z9gEJsB8Xh0j0VlCEbVsSz+iKpruYIiGqzcFpNmDzXBk7SUkP
+OSNNVet/nDBeTxcRyj4hAEPn2a8ryhAm4FWZj0loqcwnUjkcMWs+RA6fCcOU0TpS
+0n/CP4jwChhryVYMjW4+y67gUmdPsmmACSidGuxfnN9ooq6gBFvN4hqGU4dzaUfu
+C3CcaJpkOvyitMnKd4PISHg/muuBL9v9N/cMZaK66na8sqLnm+Md3dpkbHz564B6
+BbZyWDURozGaWSONMbtrzp3yGg6viEpFPJDJYBtrCKWn70Tjhz8BiHx1Avb36HPz
+4hzw3TgmIHeE2LodAY7DLM4VvVp6nQictA/tHBzdilTOhjJvc/ZL27BBA60hYmwG
+F05j1+HlTI8eEWlws5cQU45HniaE+t1Pk0dZRYFFhmfkjjTJJxw=
+=cRsG
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.pom.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+d8237d69eee152dbbfecad89ae3ce10f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.6.1/solr-dataimporthandler-extras-8.6.1.pom.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+889d63edf0471feccf7bfdbd715b0d4b1203d3de
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml Thu Jul 30 20:44:26 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.1</version>
+  <versioning>
+    <versions>
+      <version>8.6.1</version>
+    </versions>
+    <lastUpdated>20200730193706</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+be8473b781130347f0b3254f84199097
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+0e676b0b53e962ecbac0d1fefc3f97170207eb28
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-javadoc.jar.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIX0ACgkQNpQk/Jjz
+9uzZrRAA4Dx7mrugWPsZWfWE3Y5mUgYgeGUBd1Ieas/bWQTbg+fWTABMXsnd1Krh
+T4rUT0BEx0ebEkob8Nz+OeNKx+HZwcc//vBjSRHiTJx7ZLeyytfKEZxkb1DCsut+
+MLqdRvWSYkbFOqe9+LCXis5ePFa1M7ol1bGG1d6kdIv0zZu5pCMNamiwYiR/LJJC
+wGde3lC0vuVoXcWFVZE5xEcZrQeVKAMDe/4sQUP7zGY8oKEFmv8P1HoaWe2bC05p
+B+WoyLI4aaSooNXPjAXaoi+grKWBhrYgcl9ByNmKUYrt2wuBDlGIONfjsMEpfYJx
+z6kVQy0GSr8HgNxxWQj4hs9BzCmg7Mi+jZmOI4dL/TDGB9Unq5uQU8cTdAe15Ljs
+MeEUlx7lehqiibvDVY68PI1HVIUofpcTYUnQQVsbqNQq+cwMB4tCawFG45wBGZI1
+UAKTm9JyPSdm3TouvnGA5pYajz+NabYiia8kq7RGc0jdGtGqQM2eTBFmj6nBeJBS
+9Tpp13CsMWMt/Rf8+DoazaDB9LLhyLWpPjlWIRE0N7sSGYJLJzE5Gk+tJGncWtSK
+BFbTuiU1AzsjP+VHsGUPyJ2VGPXpHJwK1QinYl0Pn36LmtmLxKpQJeTVKCCB4SXN
+sdvc3OGw92UVCmxyHXeUe96XrdZqmDkJWjV1W8SNKsG7XJvrxwo=
+=L1RY
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-javadoc.jar.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+80aafa9b8766e5aa75ac6b5b60f83bee
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-javadoc.jar.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+b530201d3f6b0fcba731e6285fa81394401d63fb
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-sources.jar.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIX0ACgkQNpQk/Jjz
+9uzxlA//QVm7/c8mgS9fJEd/jsUz1sSM1JYgqK9VojjDJLTlj7n6DtOvTUDk/OIe
+CYFYPsTVA3d7RWdIxcTydhY78NGUr+ZzT44szmvQdxpqHnPste6Jjkbow8KQT0rr
+sv7tist5q2kzcaLpdddmRS8YGiWxA3VK/KNh0h8pBAJevdbBHaOVTx4QqvHaO4KJ
+upV3PckTutzCMyfZspCpNH4KFqs+laIc3cu2CGHqoxeSLZs1/ZiicvbE3NOxJ8Ak
+o77yvN8QWs+zrJdxovFPw22opguiLlY9woRriM1Jmtu3kkvlTKlYEVujcgZoIY2i
++sQRalFAc5HAlYIgcF5itFE+LSWCtdflSaI9F/f7z5PYQ2ANPnPOKzqJj9iKGEXT
+v3jKRH2+weqAgSVwA8NDeZvu1ZEkttgbFZUC+1YloZseM3l+XP35Ym4DE++ff7Hi
+eyT4hY9srWJqFvMtWa6dtTin/LA+8Es6eGW5BQRc5ssF7PmLmEfXVLaurXhXfIvw
+JSU6n1ZKJaIIpdfUnMZVc4p9jrYppfgJUZNC9aTiBqztVQbkItn9ffs9heCK+87e
+rFdPeXfF+BmMcp/MYuHRwdlClserKLSvCO18CCvv7PMF9rFy4VEYQqFW+LAuuoRg
+K+pAB7ueTOrB2BqSL9gg0Z/QaufkBohOSQAchmP09L5eDAvl95g=
+=/PFx
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-sources.jar.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+0b1c52759fcc3602047c1464bb26ba53
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1-sources.jar.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+9b0e0c0e336f61bf83907871eea7e7d5d5753fd9
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1.jar.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIX0ACgkQNpQk/Jjz
+9uzBdhAAyQJ+9lqP1Tjc7XzRkjstpor0/fmf40yt8VJVnhVy8xUDAoPVlBH5ork5
+n+ijxJrUBrVMFVh6UPsq1PFPa0V24/wc8CFyPsXGcr7Bh6fNAC448qubxCRIJidn
+mUtmK4M/1q6ClqriRJvj1wBmRqs6xqxtZSNAvMb4Tj2CL5tZUPANYzsmVDn0mWEU
+TIJWaE8+wwZFCNWqhK83XtYbeUjvdmXCM95MxwZgXUdDuTsm7NddQsMRHtebFEj9
+xzkE9VY/2KH37RAhZsYgUhlhmHADa540quym9EgFYsn2DOLoZjSdHh5iq5Ku3x7S
+85taqIF2CfnL9pma2KahrqlV6z76OhqAvc0uuRfLoNtDdaKtFOMXFtbUifT2GhiA
+mXLQO4bS+o4GrX1uNMtmH5BLJF/S61dsm0bsG4pZgg5nj3Z0UXcWSF7CeLIo+kwM
+CRzKJxDxz/Fe39YdFZoxYQZxZxggh0wHsC7OeDSz40fnbRftTcOKh7hdkWIGhr77
+dK2sS0ySyBcrIpVo8OE/irCS4whAMAAKkwcLtsF1Py4c1qT2iXRZnvQgVSrwrHTj
+41pYFEw696T/VOxRk7vpJyxfcGwSA0D4qraKvXYPOTGgJYtd5/vLi2yf4Bx0XLT1
+vkQ7L/+uB4Tu4qFN1wGbOL0dZWZTCqV9EqqVRiCiMlxIAOaGlzw=
+=Jyti
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1.jar.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+bc89704951f324726b881e7a703cfe96
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-dataimporthandler/8.6.1/solr-dataimporthandler-8.6.1.jar.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+48bd20c847a090781c18e9225a7d586eebcb5253
\ No newline at end of file