You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2019/12/19 22:59:30 UTC

svn commit: r37312 [16/20] - in /dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2: ./ 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.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/8.4.0/solr-core-8.4.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/8.4.0/solr-core-8.4.0.pom (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/8.4.0/solr-core-8.4.0.pom Thu Dec 19 22:59:25 2019
@@ -0,0 +1,587 @@
+<!--
+  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.4.0</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Core</name>
+  <description>Apache Solr Core</description>
+  <properties>
+    <module-directory>solr/core</module-directory>
+    <relative-top-level>../../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}/src/java</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-nori</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.zafarkhaja</groupId>
+      <artifactId>java-semver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.jayway.jsonpath</groupId>
+      <artifactId>json-path</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</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.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/8.4.0/solr-core-8.4.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/8.4.0/solr-core-8.4.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/8.4.0/solr-core-8.4.0.pom.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83kAAoJEAUaD692vGUHcEsQALooja5JQjsGu220OpHSCaOx
+hy1f1/nIj8nAU9VELWLDmsDksYuueETwzR/ZOoFwMxDvF2bDSvGEVTPm0qgKbXzE
+fRUStC+N59Xxh1Nh0nu+25mmU4E6taRwmsDy7NFT6Zmh1YXKsZpRQyndvBanu4Wr
+rczfuz0J86dlF/+IF/KL2KB9uYXL1qMub9YcZWsHAyEYOtlLKWh64ZxmoLwFlCLN
+QUEqqMAyj3P/DTpiu99rTmEC0DKjYQbHrmbddH5KQMxOmOfD9yrD0Wd/uavENCtJ
+hzYnZqeL9dSl1M84aWRuoPaEAlVmarCgmAktusNeYBafsUziZouWLgxThZBEW3QY
+dW8SMUz95kLIMocZs+jq8FS+ljrCpr5X22NVQrD32rU7zY+/2iPcCD/AmSIMPE7Z
+xIiVT9CcBmRuQbr82C7icfQO9xpresvsARSXps8n+USDr3Yl3BFzxFtf+wWJkl4H
+uPU/MgTWcOBwUFoD17nMx9y0WzJcJrUmsOyk8tHpBvPWJcTw3OEYb3K2zsz+DApX
+96ranIb4vASLXPKwgy/L49y0J+ZMr/V76x2h6Ah/giVJXgRNv6D7MhrSZOoAAQdB
+a6cz82VNaspl3YU1HfQTVDwHNJ8/i7xx76ob7aApYq9VkT8O+cBVr+3UlCYzvtEu
+ZoiNW9ZzAGb7g0d6OTSg
+=yIAb
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/8.4.0/solr-core-8.4.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/8.4.0/solr-core-8.4.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/8.4.0/solr-core-8.4.0.pom.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+dc10fa32d88579d4896077ec5be770e7
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/8.4.0/solr-core-8.4.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/8.4.0/solr-core-8.4.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/8.4.0/solr-core-8.4.0.pom.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+29ea68e45b11765e21435b18e4412e0c697a5e1d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml Thu Dec 19 22:59:25 2019
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <version>8.4.0</version>
+  <versioning>
+    <versions>
+      <version>8.4.0</version>
+    </versions>
+    <lastUpdated>20191219192149</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+e07a458ed629f9d1fea5cde75ac180c1
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+3d12ad63b5b3e6bf4fe17d12ce6dba872c9a23ce
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-javadoc.jar.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83kAAoJEAUaD692vGUHOisQAI8uxGtQpuwXMrym+J6Qq9b/
+J9Tmu3Ol0srauPkSRFnjqpA2eGGlpAJfG/uCT0bNSE7MVKc6MKHwTPCAfCUxq63I
+vYFo2phzNMvAghRS5N/N/5SEGlZYY0Ah4af5475zWTQ+vwur6gzG4Iyz0fKpDHjo
+u1G4VuDIIiGdphfJhJgCr2ayHD3oonZUyKUD4tfDcSsQpWTaEOGEoRsmQvfZzlox
+pyj/FyG9f5VEyEzqIP6uxwQ3cYvG5pwB5hkBKc5sc7g2v8tGS08xw4G9vqxnHUQz
+4j/c8bLBOQWitEvVR+DPJXr2c2srJ1CIu5npY+KS2x8I4A4SCDlbY5DVcrUOIzIq
+NYqipsDX9qeBwVuI3cvmQQ0cAd2tIrGZZ+EQzbaPKn1xMyARI8Wah9TUNlj6+XVd
+8obr50qeItD20JjW1qBbSyCg1ZtPqhnkzndVKTl7BbToEUUJZfv6xf3lGx1FFO93
+Q+6wba2GiJkuSkIrEDf2fKvn898tn7v3SuQ9EY7p7WRryAwpOZKxfHOwNOLrlP5d
+DsoY1q2so+U1k0koMkhiNBsOLGhyuoy37NtmxSr1fvXbKXhP/kyGJQWelKfnIIkR
+KZH0zMfj0R3Io3D9tuCyX/66rKQ8ymqgpel2vyIleM25yp6khoFt079coblTNBw5
+qoBBoJ6Rb5CuA4nwwi9N
+=ixaQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-javadoc.jar.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+b838e594b46c45e6793d2d6dec2bd086
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-javadoc.jar.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+9d1e1de265d3b8ffa958fe9a050340c4be326b8d
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-sources.jar.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83kAAoJEAUaD692vGUHZ+gQALQpOrTxYtLCHed7aAeYOm68
+6Hc6tZxZiHP7mUP5/eokDid7xprf4MrPTCyIstWmc7oNG+P3fKSjf1SdLPYd4nnc
+fuABxMjO4+dh63O0fuqXml3vfF7GjIwL1B9OP5d3vtFcth0MP2xXzX39Mq02+6sC
+Uati7UDNNo5YgGOVZPDric2d2COOkiKBx+bxA92L2ENNbfBcdyAO9Jcjs3OCJjni
+0Uvnc7ZoxIy5L+e5Rn8CfjOyG8mNHu+l0DPyQdPocszg2BlAREyxfGGdVKRQsRAD
+FrNrBqUcOQKibZXv4ogQ+TwT1usYbQZCL/aIRve6wOPmJgYo+8HdqDIo1anGL+r6
+/YVJJH/W7AfQHfAgHDorboiLZliVxl43tjjJlcCre/5aRoqh4REZw25JFAeiwsj8
+D2whKu5PPro8qdJWOTwp6qA40kZQFdR/Zg7/OheK68hvkBqhz1LclreKHM8Kslv/
+trF/YazOrRXoJIculX3HyuGmeN6YdoG3YWDT4pRAsvqdEISFV79lbDwDtxrgIrFN
+a4eolNRKZrAulnziKwIPa5lfiuNTmY0ibeHLk6DRY2/NCUheWUSJYpg9Ny0Na5dc
+H4KupD8Lg/LcdFdNl1th5UalemhbuuGPJydFzlw5XoRaPYTNTMrz9Cfn2MWKJ6av
+bKD1KgTSEYPdFoCYDjVx
+=kXPE
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-sources.jar.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+9e8a380a4ef0fd37b12311f330a257bc
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0-sources.jar.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+cb887200f411b57840853355919c5b6a80bd835e
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.jar.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83kAAoJEAUaD692vGUHo18QAKbTVHV6YYtRi9R0s4i5UyxQ
+I8oR7CUXjIpZp9aNR7EFwwQKUtNLrUPOay5RGD57DJGWoquJ2y0wzjwoPvZJCXkP
+SD7Zmb5lTYB/CzY5cXkD57Uz/7M3EaNtmSp2kXSz904i8YZi9O9LyrYsXcRo04Tc
++IOkEkcecS6raK+ikgKr57TKGnlZR02lJDYPDi3DD6H6jhcds6GFGvba3oG/1xSe
+6299PoYVaskNp3TJrJk6SFdcETEmxG1CPmHyVzy8sTNYwUB7xeMNyfjTMUtKjsZb
+6Z/w/on6t3RLbOZXhlLpR5agvCTu1yXl9dNoZmYsGdrJaOezvwWqKX+tCcq24P+z
+d3aHWduLMBIOpyo5Ke8ceZaOQtgi67bPbHAYxTFFnJ+HlDYZ7WMvooIeKRKD+VbL
+5w+OkswjxOjXU61NVo6w9G3k+N21MZ/QJy5W4+I2sMuQpqg+CBFizCNoQuK1PQJP
+hLAf89V6/XgP+2dejTVMj71qeZKOEMPtbAdWdm1x8qQE8Jhn4IAZ+ZXFUPU2FEb6
+up08reNVaDCp7tVwzW5NWE5qSdZnFSYrSRU5HwqqlbFn4Y83shV2Zv1Nt0+11lwr
+OSUzvZF3F03OITRdI83HVVm23TIuundK1465z42WB++T9ZzEXjplHqTrauMeeyh2
+MQgfZtYsGpENRb4AbuTW
+=Te6x
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.jar.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+e94c4c737a33abba1f2e8182f5d436ca
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.jar.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+ab78d6dacfa97a534d584613d843b6b23427d276
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.pom (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.pom Thu Dec 19 22:59:25 2019
@@ -0,0 +1,776 @@
+<!--
+  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.4.0</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-dataimporthandler-extras</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr DataImportHandler Extras</name>
+  <description>Apache Solr DataImportHandler Extras</description>
+  <properties>
+    <module-directory>solr/contrib/dataimporthandler-extras</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-dataimporthandler</artifactId>
+      <version>${project.version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-nori</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-dataimporthandler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.adobe.xmp</groupId>
+      <artifactId>xmpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.drewnoakes</groupId>
+      <artifactId>metadata-extractor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.epam</groupId>
+      <artifactId>parso</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.virtuald</groupId>
+      <artifactId>curvesapi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.zafarkhaja</groupId>
+      <artifactId>java-semver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.juniversalchardet</groupId>
+      <artifactId>juniversalchardet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.mp4parser</groupId>
+      <artifactId>isoparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess-encrypt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.jayway.jsonpath</groupId>
+      <artifactId>json-path</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.pff</groupId>
+      <artifactId>java-libpst</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.rometools</groupId>
+      <artifactId>rome</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.rometools</groupId>
+      <artifactId>rome-utils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.mail</groupId>
+      <artifactId>gimap</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.mail</groupId>
+      <artifactId>javax.mail</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</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-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>
+
+
+  </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.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.pom.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83kAAoJEAUaD692vGUHFRcQAJ/KNeYKWTvY5ZAUub8eYvEE
+0LOwxnzIyylvpTQHesoUoqRLrU51y8NSzoS/2xpueEfKZPkbnljtoOd7c4tJE2If
+l1EAGEj6GbTFgIEdOjw3rwgqy4aFXdbmT/h6BkuynNGHdh8zT2TRuFLQb1fLeXqH
+nWZRElBVMVs+cLuseIEwKNQEKrVYe6Kulh+he6QJgnuBF9ybrqg+mZhcQkSMoVg7
++RM5+FZshiYMaAQwnNkjiLK3/QDzADGoN2fDKq9BkKA9Vi53cCeifxRZPcVo5031
+07GrwHqwKox6/3y8HHBwANtb+aLtnhMb4l38jUoBflalbhM2M9dIunPXONOy+Kds
+/gapEwzDf7kaKrTPG8t+bfDHHLggZp5znRTfYTjPVY8lqyBV3+66IKX8w+Ep3TSV
+LTIE8TX5xVOSDktniGMayStREbtQ3Y66++DZYxlBjSOYWS6Dt61HtghAbFJJmohn
+xfqmWhZN63zracBQl5vQwt1FFuJhD+CMkHjmuBXjFqLTeczmcOiIlBis36OiLtsu
+DLvqYA1NC3QJ/NhzdGpJehbesXQ/qjQNwJbPLYzPgmlRAEg17uN50EBF75cKe9fh
+60oDjg0sOGE1VQA9FTzACdXJabaZZCAEaNfkmIfZA5N8isqRaUt0V11SLnsMuV2M
+PcHQqJSt7YsttgBjTV5G
+=/qMB
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.pom.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+8b2d04b55306db445b35f7fdab78cc3d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.4.0/solr-dataimporthandler-extras-8.4.0.pom.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+51b4fe6047213187dd45d3f736d63a4764afe4c9
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml Thu Dec 19 22:59:25 2019
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-dataimporthandler-extras</artifactId>
+  <version>8.4.0</version>
+  <versioning>
+    <versions>
+      <version>8.4.0</version>
+    </versions>
+    <lastUpdated>20191219192158</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+9adfdb02f22cd16c16e679999ca87b7f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+502cf767026941b6cfceb0f917cd9da0154e854b
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-javadoc.jar.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83kAAoJEAUaD692vGUHrxwP/1avvaFPgfLxJG9c1oPgxzMi
+5M2LKbk2GVc9YLNj4UiU69ekCRUr5b8I2wiqMGnplFPpxU0dbgZcOUb++auaEjzt
+Ci2K58blq8jhx41HdrkvM2qGYgLXNDPrNU2NXJoodgsX6GPH9cHdQ3eqqbZjxrXR
+Y3PTjvvtwrkNpB7cZ1wawBBEYHbkYQaa7nIBOc0FJTN/Q60XQrWvFDmukB1i6pd4
+J9lJh+iZWCb6Awfk+ZWuUtN+EW5czsHKxC40Wh5aU3tRB7SZoGg7qG7+K0ksMh5U
+PTzxS06ig4VzsZWdbPsFpy/kxY8ivDzeiKjG7ynrw6zeniWHZhgghsAS1p6PEEh9
+d07AbAEpucTntM6qHtc5sNtdp24QSammZpj6ehp6ZagKQnDL8xPH5/+HjlmHXqSq
+V22vA5Sk3k9CUwaGT63WutqMV6FUOoRjgDeYyCUYhw8FDDr3mIvkti4EIumFxnBQ
+uNQQBVbKGsWP4bAPcC47Aivr7yl4IWReacrOEQU4sUQTqOT3T8wQrTTJ/mv2kMAf
+503NDxZeD0Nt3f0k2rOs7sjPsgGf09y6WF6sscmRwXvxL6f+GpqICIq2eLfSB11V
+efZ1SRyGptvlDUyiS6L1F6tdrlul/4O15WUY9DqvIpbCsKDjXVqNdLTXyqw9fi3q
+GwUK01e+dAmRSb0rnSLR
+=beCJ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-javadoc.jar.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+aa1c3bd5e2770946eb2983ec2877afa7
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-javadoc.jar.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+7d539d0b8e24a0d6cfb6870bad99ff1f3867eda9
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-sources.jar.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83kAAoJEAUaD692vGUHrsYP/16qhoKDQW2eD1YaP+KEns+r
+ePocq1OMdE17Ceq6WMjYrjra87jIfipJ8Um4xC874IJxrSAwZUJLC7de8+HQ1yhb
+e7GLOKe1eDHBIxX/+S0bCyyj4PQHtrBUFH3Z0X1SS7FslYzR64BOYU/KFXKuu1Vl
+BZ8RF4UDm4s1ApV1fqxIzFnL0eimY2pVGJb+FkA/7vFR1N/xJDUHZXvbsmzoYW94
+d9e7YlKPGEIuvvR3fc+H4/SvhDkx/AvEEn1sWc+yNCf1wHJRlodLUkVBdQ24/1/w
+aWuofnrQnjBhQC2W1/hTAvGVmFE6zcA3APsnid5ANUSsYVq5YKfPSk6sMbFUXP6W
+MTuWOztHerDcG20bHXNlq+JycGimXLpEvTid7FVs7fQM4FYTruXKw6oNTGsICyDl
+PMOaz9+pNXnL5S8RrVOlr23yWSpJ4eSh6xlbSZ96C+WrItL1vpix4ugYr1+isuWc
+5TAASC9TyucarXLsyDEtX0E8obs34MRq9QqGcequodZeM4BYdSx65XP0XWodMrkO
+0aHYdiDUKp2ock5iUGmRqkRwpHlQICbOIOoI1iYcaD7PPF9qli0/GXLfzSKke+yi
+b+LA4IH6PLKiaomKiATQ/cBQx4bGSFAlvyZkaGCEAaHWq+wGXFe+TbDi1nPNi/uE
+QZYpkJyftM+Zmyo45lyH
+=D3S0
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-sources.jar.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+bfa924e4d84284b919683f3cbabbe4b2
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0-sources.jar.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+f792498dd545fe85ee4be8ee5539c9272df43f0d
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0.jar.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83kAAoJEAUaD692vGUHVFsQAL1tFQh0EhNhvRdJqgyivh91
+td0X7efN5xZpxmJrArEF+jXMFCuLjKGCgkJ58guCE49UwIdW9TU0ASpi2c78+h4E
+ooRo52wdew34fnTYgPFHvpclwudpcTRAk+Lm2QlHpUrmjbMxn50AdoNsPreIuKD8
+NmZq8kuruwSE2+GWTLR3XFYfodo1Wb9AQxjlT02TqJ55BDUVt4BjFfY1fSrBa3V1
+dE6UHUjsHbUPi9AzQVUtL5Ocz8d+tWgHh7bKOa2th9gwIWDXk3r4WxU3CZ3OSSHg
+PMziMxYJzZpbX09KOOE1l56/eAaoolKmkDNayGukKwdEEOnt3h4ULRwzC75RsTRi
+PLuB8IxIlvi7f/iB7QJz5gT9k+uTH06VRWLGQeivBX+fyS7Nid1LDkjKRiBdFe7d
+xRzr0XMzRnIOyQ16qpjXqVaAu5r/BF31RqRdiPyRTMOOX/Jt7wtzOHFTEyYk+sdR
+gE5/80HTek/z49zd/NEMakBdVU/FjCDZvcHEGyEPKVFf01WtaiAz+23LZg2KstVb
+UzIYIUyrOMMqgPL6Yk7T5xc4iaNcynaKuF0o+EsoxiyMAfbVJA8VDQQqaZEFsHuR
+vaMdF7pw3tCPE1YoAcG9hrpEd79bVZTBeLf+L6P/dSoPBv4ODBRW9/GmZrSNT1c0
+HZKViFDYQuNQGY5DWf4x
+=nEsN
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0.jar.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+3aadff5dbf35fa4090cdcf62e3fb501b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-dataimporthandler/8.4.0/solr-dataimporthandler-8.4.0.jar.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+e145c7ec28beefef2ef73397f3d1f95e876d0b77
\ No newline at end of file