You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by md...@apache.org on 2020/05/20 17:46:25 UTC

svn commit: r39710 [15/19] - in /dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814: ./ 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.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/8.5.2/solr-core-8.5.2.pom
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/8.5.2/solr-core-8.5.2.pom (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/8.5.2/solr-core-8.5.2.pom Wed May 20 17:46:21 2020
@@ -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.5.2</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.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/8.5.2/solr-core-8.5.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/8.5.2/solr-core-8.5.2.pom.asc (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/8.5.2/solr-core-8.5.2.pom.asc Wed May 20 17:46:21 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAl7EJL4ACgkQPkjAxu82
+K57pog//UAo5k7m2sLHQq08dEtJAPAAxyskGH/X78AIRKphaB5ZCHKJxn0tCcwGe
+85WSqWcd3wTSQ299byDSc/tOTYnGC74lF6LNWpeeDr0arBq/nQIY4gIzwnhuUt3t
+kIih+68/ctU7fxVSqcQN/EeuCuI6LKOyCEe6RwW9X3J8fxldAACcCmoUMfaisSuh
+rM7FFAQ8nI3fai4NN9rqUq24WJAWpoDGBLrO295GzxyfNktwKSIhMCPPhpwxulAT
+HfBl8weDiK02o5jHJ1sxo7u7miaU9xto6yJFfpwqA8so54w9j1rCuEKXvxcQYOSE
+87rbj52HZd8gJO4Ns0uvsi/v3vGRhX0Vff8jpBPBEZva5TgT992g6kJ60WUp6OPQ
+ZCJREC64gJjcdqwDgD5/oTA9rQjUkgW7a+yKkrUtTghl0MMc5uy/sWVkQHZ9/Jxj
+uYJ/1dtwPoq00zbHcXBreyKB6cgy2zFrfjHR6bwWVtCWxTkVAQ4NkLhJP7wuXqwX
+5ftM0g+/qVHR3niC2rWbx/HHYAQntcUymkoueZAwGROx7Kp/S24GiuqcdBhZqKGv
+PiYYsogXp0XP4qVgO3Zcocud64WL5TN7SQdAgHGyqcTQ0qFpza9bv7evhoHjuc8E
+AvPBXpDiFX8aXjWAddipcfaOT/sH+00b88p+MhCl61VfWn7433U=
+=t5Oo
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/8.5.2/solr-core-8.5.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/8.5.2/solr-core-8.5.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/8.5.2/solr-core-8.5.2.pom.md5 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+780d10dd5e7beb95ad289e770fda0a5e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/8.5.2/solr-core-8.5.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/8.5.2/solr-core-8.5.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/8.5.2/solr-core-8.5.2.pom.sha1 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+524ba93555bbebc62f3cf721c43de16a1dcfc01c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/maven-metadata.xml Wed May 20 17:46:21 2020
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <version>8.5.2</version>
+  <versioning>
+    <versions>
+      <version>8.5.2</version>
+    </versions>
+    <lastUpdated>20200519182526</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+a5c19c92584bfb75df82d8d8320e8b9d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+9a024d8f6e0eb63e9950d43b4724b7d4e6acfc73
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-javadoc.jar.asc Wed May 20 17:46:21 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAl7EJL8ACgkQPkjAxu82
+K560qA//ZLQjdhv2vhCziofOn4zV2SeI3p6T8FQC/iXMggdTaQKa1JPH067A5tbZ
+UNxSd5xseF0FZGHpjZOJVZc26+V1ASh9iLzDK7ZQOE0vYQc3nifXLia5KieLfaW3
+pqu/dFznZ9cZ8R686UQ8wgIs1RKA50vGKABPDhP1zx8YmM9rr1HxUyCBv0Sp/b1v
+8ogBQsmj1LT9R8BoEFXBoLzjCwTOrCAZsqABbPcchpqFyfND6iYNks/zVLFKyh03
+joO5UmLYzmcGxF/M7jiZVV6atjjSlgGdpp2bcK0yHyzZR0TrjzRBMwKXz5IPKZMw
+2DpIuQqKu3zlbh+lelQsKNggLwsuw4Ec2w7L3weU0ghQX+AAcMCfToY0Q1tPhjmL
+tm4hrfV/SZVuCOfBg+MhrxnpOyJwpzCxp290lVE4wzvyoIw6psLkAtKpmDeKrZGs
+DD1x3P3jG+GXja9L+AFpY50j581OOGvw023a798UCtxu9W51tGEahz8/mQaLF9gB
+yS2P9cYnFAKXjT9vLzgncwz4seMLJTIcEAOeN2ArZ2A4FmJHGlD7CodmIYdzvA43
+PY9MfNyhU3vR4/MQ9AA7E3u65ZCTx8nHotFSuRoCsO50B6RlFVenK03XqVN8DPY8
+ZJ+7ljXulNDhKfQ/fQ2Ah8cnM7fIDjDUR8HCoY4uFUa2RB3Itdo=
+=OyJf
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-javadoc.jar.md5 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+280bb4fc55e54f0126f1b3510d87e5a1
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-javadoc.jar.sha1 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+b58a342c7e4860282bd9544ea66eafefa04435aa
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-sources.jar.asc Wed May 20 17:46:21 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAl7EJL8ACgkQPkjAxu82
+K55bvhAAv8TRritpUvgrY3NgUiUYx4avl0g8Cy+krPJKH8Eu3i87Ntx2qS/+SS5l
++ENUi8J9knedU13shRsI2/EzRIvFT1Bwx3VHhb/i9Obl7vQTHfn5vMWyGnE6j57m
+mwankxwRvv8L3mRZ+/ExF6H/kzTry/LlNyRz0namKa96cwtblOWSlB4CM6DJbNUK
+OAHEq3jkz8GUCmwKvN3iwQ3dEB3MzGX08H6KatJZKuDLb9yEjqle2dqLk4x/NJMG
+T39FNzcK3NWg2dXQ88ck/7FpTF+iUMTW1xs1jAJjsJEqnWudcrDeTT0O0aoY6H1c
+HahtNOpmKl6+JkPhXjZzbOOQm/BRhrfy2xuGglNMmFyig23BffoVfFxb9F6c8nef
+whlqIr/ZUid4YGxG5NRgHPJHVdgvPDD3ywpNjonjr8Dv7ofWXBzqWEczIZquLdDm
+tGYy5dUGf9hAd4gyzVnXsfghwozPMUAktgS6uV1isPrcyWv71P3KMshJGutVS1eK
+Le9/ca8iWM/BggfVG4AL7JhdSl7yjBotQfJNuOA3zayyvqfXurffUlXKmG0lF0pd
+zAamfpTAtgjmDIHir0NrdqDvVlz+hZqNt+E4GFqzGzaTgsU5jYRfoNXQwQBsEu8H
+FGMKmBijigLptbcriFP4hcNDbqkmM18vJUO7xim3CDJOKqXv7YI=
+=UzAG
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-sources.jar.md5 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+83208d7407894cd19f4e70b6fb2f9932
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2-sources.jar.sha1 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+e256ea7e1c838a8f63ef4a4c5747982854a57f27
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.jar.asc (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.jar.asc Wed May 20 17:46:21 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAl7EJL8ACgkQPkjAxu82
+K57vTA/8DI9Ti4cXmZoXpmjW0dGlGtK/UrLqhKXz1+6jrN1BxDZwlAXwt/+g6MSe
+S9C7JaDU2v8yHbvvtU2a1NBXGVFolqQNEq2lS5fAYFcRBCswE3TZAl5vmbf4NStx
+p48I+dscXk5hRHJl8gCY1MNQe/ew0t4lqpFCHGNYzdd+Sdf6SzI/B6cWtFOqQQoi
+rrxqf4Pxi/4Q1agzlDHOs9U4sDzPgHtQkWjLu2vNYxTImv0E8rHWthFy6E5EXpQY
+sPZgWGM37tOKnwWcxtHvFlG0BMU5Q4HS59qY0peZUH3qImgmXW8GTkWHs0AZISfs
+aFqmnJCPPOqotRbsy4TNGAgtPET020IvFt8AeLPZZHIOd+pI5yU003YPODHXHX2k
+nT92jqSvwroU322r+V56Al60raTsZ/JlW2mdqvLJJUhjF4jxKyp4V4ZekNxKseG4
+0DX/VltZQijf8jCvT5R0ROqdYiVF6X4lrh4sWFLKW3GVKww/0KUDGw4FqJg420M2
+HtGDvcFs1th6MQuCcCmHCIH6tGUd0nH0uyJQN5LAzwOa5Mvd3V+B0OQot1/Ehfvn
+7+/T4bzFRLOvx3+O7u6cowE4Anjp9ZrC+mPIloCyHLp8coYKBuWOEd/AAKFisobv
+lq6yr8w8x0epeWR9aRXEAcSIin0FP3uL9blEBKVSioeusyCF+c4=
+=Kd1S
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.jar.md5 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+48cef531eb0aba7cdde0e756b1dd1f4c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.jar.sha1 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+7e58f6caddbad3363a5390b1e48245c95034ccc4
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.pom
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.pom (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.pom Wed May 20 17:46:21 2020
@@ -0,0 +1,784 @@
+<!--
+  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.5.2</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-dataimporthandler-extras</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr DataImportHandler Extras</name>
+  <description>Apache Solr DataImportHandler Extras</description>
+  <properties>
+    <module-directory>solr/contrib/dataimporthandler-extras</module-directory>
+    <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-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.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.pom.asc (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.pom.asc Wed May 20 17:46:21 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAl7EJL8ACgkQPkjAxu82
+K56fHA/9F27pc4llCCbYOngoVtdyj9S3vwNkk/7s+Xbtt5S9QC4UwCTTT/8wGEwe
+m1IPgenyjzYu2gFs+GPySFvuza5l3ttZW6DLWhDFnmZ2yyRQDFbKsIi1CDnoL7m/
+Nx0r4b9oa8sSDur1xO6AiHduPwEvtiNZ5yHcVzt5Q3/8o0ZvzJFYUMnVCi2BTpxZ
+xcsiz739/Tyz5ynMHv6+MlWzOk531C37d9AlUzMi5zYaxXxF2w3YUlpnsHjWfrat
+Y4doJEDtANa2uCgJs78Ghn07QWpJk9bHur5QW9XRgA+wXD2IoUUrAhbeN2TnBQFp
+2t8T9d4KpuoOOqhTTZcxd8j1GV7iBMevv9w1a4J1RbyfjnC12ajfOw7Ez4Kpp9lP
+q9Rdec/c32J/wKs9F8vvX0q59KFd95rBRH85kg+iyGg2ePm3dAJW6FwPrs/flP+A
+zGnAhtISQZQGWogVJW2npNXQ1C9QM7+Um4gEARBNXmY0kMwMDcos4kDk/CX+GUTk
+K2CEFjaC5y9GVNs7WLjtQqjzhHsY6ORTG7NqcSh/qGq0PSJ74IRBXLvyVKBH8/bL
+dR6rsWUQqCjhdj9n7T1cOxeEEDqAlVttorObAKKF8A0ydyS2JPVv1R5nc8Cuk7Ok
+MektQmoA5QiYBmpg6rSqmLxT4wvDSBwaWMuhH/3lfap1sXv4CWA=
+=jdhO
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.pom.md5 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+a3f4e0949e4006613caf355b8e8fb8ae
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.5.2/solr-dataimporthandler-extras-8.5.2.pom.sha1 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+a78b91f1dbb5f13bae47293bba845696bc7ef96b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml Wed May 20 17:46:21 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.5.2</version>
+  <versioning>
+    <versions>
+      <version>8.5.2</version>
+    </versions>
+    <lastUpdated>20200519182541</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+ad50da1e0e7a51fd5deea6471657b8ba
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+a47d3466ea3064e225a08662783a47bf418e9b14
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-javadoc.jar.asc Wed May 20 17:46:21 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIyBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAl7EJL8ACgkQPkjAxu82
+K54LyQ/4oRrJmqnobwajMFx0QnQtkBfDSQJVvieCBlp+VX2MZnVYUFqurAUZPt+A
+7IgM+4vOybnMbZvUnMV1QJgBM1bmpnRlWQ1lMk1pAc0Q+QLyv01sYl1g2bYIG2b1
+uSFhI2qGj/YaruVHP7bkvgYzitdPoFQJgsqeW3R2JWhfZFCj2mtgbA7U5Dv6vr8h
+ORAx6YlkxTI9EErUoGqI7L85Id6p9wNWF5SjiboeSgb+B/dhH6pgNFV5x4XRg+2j
+DQ6Q3UvnlRNFZWa2k3BdyJlem7i8l3wAXiqNCm/5IVxnhQwj/Z4A4mi4iRZzBgxB
+W9iRWIeRxe6krUw0YKxBtCNKcR8ndCs3F0tFxY3u2IwyoB+b1+7Z+eF8eHS6tQNI
+sonHHuFN2bRuAfbJoXLPvyGPZuDNKP6TBi+3TokqNSnWAjCZzXvw+9Nw7mY7KB6E
+mvVUZG9eplC8/YYEt5Hhe7ykTnt+z6J5U3WYN408s3mZISh4C33eGBexHZ8JV+Ik
+PXAIKWkwzY5tJ3PzZ8LAh8/qjEggYv74/Ph/OzpFh6x3HJAidvY2TcaECPgBMFeg
+pIbL4UGItlnleZeM0ndrikkMIDnBavvngmt5nn8/lpJVtjntvpu9dRm/083DcS5Q
+8R2829QQ5Fz3hUxdO6hJLNCRbo2NxX6mwWQfhJyoB0WDMbfZ5A==
+=htaF
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-javadoc.jar.md5 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+1aa4ac5d23a3fc7770a7c2a01c512c7f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-javadoc.jar.sha1 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+712272e3a07b0f1224914219485e9255b2e1a70a
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-sources.jar.asc Wed May 20 17:46:21 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAl7EJL8ACgkQPkjAxu82
+K54dqw//QoDoVKn3K3JjNB1WzWaW8g78bysU98eelvo9Je/fo/dT4zLRjri/5Pvb
+7jhf8oabAkttmncyjpYetW+KWgy7KQUMParl2CJTayJiDJZgKCx/hT6laKD2bZIA
+WrhoE6g0bH1+coqFGNpyh8CWlfeJ3G6NaCaeSoQIz35otQIJNheL4movQcAau8Kr
+RPxT7Rqwl5LutImXU+WMgm8bYYktTakC1kVUXjHLhdgsS6AxybCnMk7+Tr61uPyL
+193HgyKAmy/NQZl+9qUz2JYckehQdzHapZRX4N4z2Ea6YmqoYL+9Z11Cpx0/dZrw
+wBpj87qGb+mKKR2oZ1lLXI+jtltG8Sg1QiXpBsX4SVWmLb50955Hh3Agozs6MQN8
+K4FLvon8FJl5fmY8NY7LkKJjwWnmwg8p9YQYihUjjnVC838SAdn2PsM7am4LD+Oc
+/TQbCSbKMp0/wtKCkgXlzWA0jLWVdgYHJlEcrh6BpJbt3hEi3GeFT3Z4sDWWBg57
+eMzARzhkMfLcvxwxEL03wssgQX1ZAKc/O2lsbXMiQMfzv8IuEhMaMWgtuc52cWnP
+O2lq4nw0InN8hfQRAclhKo8rShmNZrXBSr/KYWfdq3sweirjG8/nzPXUElxBKOY4
+KXpWRTlUUUK7m7oyoZkZTBCc1I4pqQBd72iNafgQDIAhgeMHCAw=
+=8N+T
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-sources.jar.md5 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+ae90c665e24eec93af4d577b017caa06
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2-sources.jar.sha1 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+1be779d0439c34816ad385c39effab6dae063356
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2.jar.asc (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2.jar.asc Wed May 20 17:46:21 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAl7EJMAACgkQPkjAxu82
+K57QAxAAkeSBZ9v2DsL4hE8c95Pl6rJwuqwI5APT/8qT+8kdlF/GolkDgkcJ9e6U
+EGGBj+5V3v2G3Fh4EL0sqoolHWqtMJ02hiDm/hTVbypPAfOdOJ99cL6NDMrHjvah
+ubqvQeExDSveMVsdj0mNxgwP2NWZpNK1AwaYq+NOhwYMUy8fgD33wD2ncp3WF1Cv
+ritloWJ9bMCJ+E+oSveTsdUW6GA5QLYXZNhrnK+/MhEdLTFc0c7T++uwWHZSu7NL
+zU3mO2kBzDRz2aPIu4G3OVkw9f7aEwbnnkhC3nbz31dFWT4G0GmOsI3hB73VbVQq
+6+epYc3/v0SK0fYsmnwHjn8lx7Ll+cIiVqzz3qXckd1pTwEHICCURWZjhuXVZJbY
+msosSvL0o4OoNTDEsLiIuoDlHMJ3llu+38xF+yB6e+56S5TC4tA9g6rbfAB/U0Zg
+pNmwdv17ltZBbs8diosPK73Vtf3a7kZt0T51QPPYPKxMpX1tfZrFX+3jK4z+/Sxf
+7YngrpV49Il9NKvxHiw7KiA9fJ6d2XCr27AkNV/7O4bd3xGmavV1xk8csQHOpyj/
+BvhAHQ+schMkpUtFq8gzbrbb34MB6u6VeKOFT7ePvDyIF8lMMosqvkpeb80KE4vu
+GMCppX6HJQEDOSEQj8urOfKd2K9FACvchbHbBvJ6yvL49BbD/8A=
+=kEVF
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2.jar.md5 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+14948b0af8618da2f1b6febc2e058c8e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.5.2-RC1-rev384dadd9141cec3f848d8c416315dc2384749814/solr/maven/org/apache/solr/solr-dataimporthandler/8.5.2/solr-dataimporthandler-8.5.2.jar.sha1 Wed May 20 17:46:21 2020
@@ -0,0 +1 @@
+da6d98a62432e63527bd12743f65ef874f7acc99
\ No newline at end of file