You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2019/03/08 11:20:27 UTC

svn commit: r32824 [15/18] - in /dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979: ./ 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.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom Fri Mar  8 11:20:25 2019
@@ -0,0 +1,535 @@
+<!--
+  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.0.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.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.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</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>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>info.ganglia.gmetric4j</groupId>
+      <artifactId>gmetric4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-ganglia</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-jvm</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.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.zookeeper</groupId>
+      <artifactId>zookeeper</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.noggit</groupId>
+      <artifactId>noggit</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.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom.asc Fri Mar  8 11:20:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcgk2NAAoJEPmME8+loTXYDlwP/1MrwcRRL232jmwsKngJOQyG
+GVQ7A3SFio9qrpE3fC1A3SPEFqsX6dXUL/xxetWD2+6OfLBYbPfGpUprR2hmIIzr
+eWJ+AdtKPW8hyZstH063UsWY9NZPmRhgzqCcj0yS3z+WIJlcpkgV9DgPf8gSEBSV
+DUXusOlDOEu9wdI6gctYqsnRklhP8uEW/sLQUqxD+x1TspvlyajU+c50kkbNem10
++Ki4JPMVmZsILkIiKuhv8vkhf+PnnLF9mgP+NXVZzy+qZNvTeg8PvWkzzpmg87sz
+9uhT24n2SUNllFah4pewVh8XalzQc2emlIK60DyvV1b0FUEGMZEQnItveytIXgJu
+F2rJjz+UT32uYqwDlcaiFuKPQSqaGSmjzMUa7V2g+vgclw3Q/87TenaftS6/OeQd
+o6c8v+c/fKeHl0Kmeug+0M9rQtSzrPNlQHeaLnvqOWvL1FFULDsl3LPJq6YNn0q0
+btyJlyLhgbaWFAF/WZ0njcYeLWRhD6tRUfyyZA08TBHHB6MjJ5tIXNXniQK2rf4D
+SUh6ksaJ3RXMtwJWr3oE+lK5V0vkSbyMis05OeIxPYqjQ87HqB0V87U+4yNDd95r
++fFXn4YESqSodXxAeuAtg56poNK2rC4SGESudzAE1aAWMtiFVV2jDlejmyNkDlBV
+py+lJ0KymxeyRixsWHo4
+=I0VQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom.md5 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+1f4d752f87ec58564ec6d46a08b9b998
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom.sha1 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+1bd3424d0f756ef6153f623b9d8ac1c0a21a1435
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/maven-metadata.xml Fri Mar  8 11:20: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.0.0</version>
+  <versioning>
+    <versions>
+      <version>8.0.0</version>
+    </versions>
+    <lastUpdated>20190308110909</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+ea9f2f2fb19ad4c86fb35fa214fb522b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+a3295dbbd08e5dbfdf1b5017633a22cd120a3ab1
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-javadoc.jar.asc Fri Mar  8 11:20:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcgk2NAAoJEPmME8+loTXYbF8P/00R7UiabJm3MQ+H+sf1BOG1
+74hCbKtfi3OI22/XeZTgUSm5mbQewHnYpagXfbRQ6N2jj08jHinEehFvrTJBFCNZ
+Q47N1v2glT7Kx/0l/7aMAFzmxrJKhbLWhzJ6QuzJtuiepLiX+n42cSRWGwCUjd9Y
+c2ZVKb3Ny4KHu+Wcp8DouECKCBgDWqDbLEByrRhqe/h1LbiQZ7PtjWAphKrrXJ3m
+IvwxS5KglJaoNz7ThqpddEJK86QsbqNwDvDjw+2A17QSvCZIx8egDhucFLnZjmtD
+3f3RYbo1n754AH9TfRkdqtXGk+CtBUuq1a6LzLONka1Bc4EpSOmC1wkzWfzDyUdp
+42dhdjISDK6O2YwJ9RM7snazr870i+v/wErbqM7PzCMpToNt9jrDTe6QYs9AFa/N
+KqrK2QahLn61tpWT8ccYCJBmgVAkYLdE8GYgzp0lkBt5EYYixaFonZDElTYQ6Vf+
+DNYcxD35Bdtl5ohbRjYHJROePtgMqnTXLel9aCvIAFQcWP6PjpBvCE0XEdBxt6xS
+kgCVCw2Di5Up1r+5pGcf/eV8Fk86nx2mtaxzgYCckZbbQ73FXH0M5I/XvP8bsguk
+v3gLHAxEJHTqg6l+2hYowgDo71SwnPGUH2YBnzepgzxtq+oQF3wCi4sKc0xOYbT5
+QA8Coejvyq/hUTIVsSbL
+=ZNM/
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-javadoc.jar.md5 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+ea9e15f5ac57b9ea249230ad79ab08c3
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-javadoc.jar.sha1 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+5f357ae40f2628b39418e71145cb075fb9bff97b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-sources.jar.asc Fri Mar  8 11:20:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcgk2OAAoJEPmME8+loTXYF8oQAItotgLWofKb0ckLI38/mJCx
+fYlZRTZKMrHVNDlMgAKgYw+YyTXvWZ8TOtNYImdnlSgvcWV+spw9cwx1RavAIQF7
+KPc1dM33a+cPsbUsYNlm2rZh3xC9GUhAjg68RxpVH5b5Dtdlkhs64Woy9ij6G4PA
+F09NVLfYo65eG1IhENaYOxAgFhHUrPRqlgNmxbBMV+NKxg7qkQGpNusEDMzgjf9n
+OOwMNNy4+0UvkYUK17DNrn+/v3FDpQZc2WFbDwxm2PXjUiQPsf7TZm6BZ7VyGXHc
+E1lvucaug22kF7Lz5nnvo4RMEdWoV6/iuwgatPveQp1soBove6GnLP3i+lzJTAOf
+tZUqLfFcHSQQh+lC156P4Vg35fA418ZrZdSJjJdwF8qqOZZgE1kkxyi33DePrw3Q
+5p087j12f1HJXdp0z3Q54jzfeb036GvUvcPrgFk9sSiyJYAoh8ngjz1wVVfHDB5R
+TbVgphO7DkKiN2+rcBV8ROyKo1JqzSKZM/51N7KT99Qkl2a2G6OkutXS2Ym5ksVb
+JpHuYa6UgHn0to0Egi7rXy+z3DIqfMH/RT542V16Zcnjd7xxs4vypRXziJlDO0r0
+lkaX1emHu2MOW+bOoZaJIDNzKM1u4H9VPH1zLtnBckP3L7RKP+liCl0t26DWrcyU
+nhZu48LhFaXD0LsnIilB
+=9HdA
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-sources.jar.md5 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+3db90fe2e22e6047296a20cf67885e9a
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-sources.jar.sha1 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+9439af77572c74df547278935e9dd6058923dd44
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.jar.asc Fri Mar  8 11:20:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcgk2PAAoJEPmME8+loTXYdJwQAJ+4wn5TrR5UlaXdBGLt8Q/z
+TX8Fw4EBkCT0m7fEAjjMDCy7LcZOIHaoOnOAdvBp/TrXOOnsKdHSJMWrGpENYWCz
+9MLhxqdQba4av7iXBGANKKCaMMCrBOpM01zDlLXOb4OWIXBLl/TA9C+pbmLaTzsF
+YFJc3TIS/HOptcF/RHh9tdLI3snCR5JQ5omHVrbMcLqKj37xb+4USQkRgpxQhSEo
+hDXt4NELppsXvaMW1OrNoDuQg8aVuJ27cyfSwevXknK5dttrAAUfR92zspQvNiZS
+mHd/SVEVgS3+4YYiUwtbsGcsiXbz7duCKqV4bVmFeCa6wpgcCxzjzOK82OJXyYqj
+6yF6DIa03Wq8+oughiTKuCbe5AGP09eda0K4+kUl/a43tZHaVymDlGCxGiaIxQUn
+qvRXiYl0JcokBLjRo6TiYmb5fqBCS6K/yt853F/8M3HEeZglwdXwFLkmxlTma7B2
+g5hFPsHg1phMd+aUPEstlxeZUvJakYixgaDmJonCR8RJ8DJ+7PmiEnGtdfsj4SeY
+tj1uukjCMsQKAFkaVBQXBjeDmslJwFktzInM0AKSUg04mvX3OhG9lQlZPo/9ROw5
+34AUtDMexoZgR233KlyG+oP6+j/fFhteY92oFNgKUCB4lWua1pgnidwtQ53Jh5tj
+1hpyKeX2w9fkNiIQUNjv
+=g57+
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.jar.md5 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+e97f4086d5c840d938bf7f2aecd3b6a5
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.jar.sha1 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+35b39e49a7401dd40b9baf573bc22652ff1252db
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.pom (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.pom Fri Mar  8 11:20:25 2019
@@ -0,0 +1,724 @@
+<!--
+  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.0.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.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.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-beanutils</groupId>
+      <artifactId>commons-beanutils</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>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>de.l3s.boilerpipe</groupId>
+      <artifactId>boilerpipe</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>info.ganglia.gmetric4j</groupId>
+      <artifactId>gmetric4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-ganglia</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-jvm</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.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.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.aspectj</groupId>
+      <artifactId>aspectjrt</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.noggit</groupId>
+      <artifactId>noggit</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.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.pom.asc Fri Mar  8 11:20:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcgk2PAAoJEPmME8+loTXYhMIP/0BpD/CA7ufLaeuOtwioePVD
+D6gH4YLZLEPeSVKX2SIXf4447I0RJPYVJaxsuZ5ZNXQJDi2GmsNaskl60TBhPu16
+UOzJOPAWaZcYgfNrfAUM4+gzJ47oaBHacm+GlYYQTA1sQnKujiLNuYnaD13agfKS
+ATg6xbpAu4Tvvv6BaXu/ZcQJl0srKLx7RRJe0aWxKEhywdxIsaxXejWL2Hyj7kzn
+zAQOAfpGQV5rPNGDFR4uiVEmh4QQTqTm8jyO/EPsGt2MVUnWewPpbn/LxvHQP62H
+xxiitPJK0bHNjr2O20lyhN1fsq9rMGVQsfLNb49kK9+CmoNGvZCGGR+Dh0gYBkoA
+LyguWsVClByTuV3XGxTnMRsNRfE1kOzXKiDE89RIjUoGQCzbvpe8sMR9OcEwTH1c
+5Kz1kyF+ioqu6YHvNfoz99TYDx5OytfCVpZA3Kj9YkdXtornE0dpWs9NLwXRtThb
+wOcmRNdqV9dl7SbhtIup3Rnmwcwt3s/CWoKyxRWV9K9K2+TWm8bzIhr+4BZDRXO4
+/WSV4SeSCFCVvLJ/d1cKieM19J9axbT0cRVy8plR75Os6vqp1QZAoB3Gm7tD2AEU
+ZUjAheJmBMA6ykmz4Tj3/zAqhMw7P8+QQgpvq/zmx4Vskw8wFvZUVt4DfJBjTXYu
+9PNL/oOnkUfsfcBu2R7+
+=gLPO
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.pom.md5 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+33b30204f946874551f51da7ba5aac7c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.pom.sha1 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+4f4d45d59c1878012851bd71e4df82dff97bc008
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml Fri Mar  8 11:20: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.0.0</version>
+  <versioning>
+    <versions>
+      <version>8.0.0</version>
+    </versions>
+    <lastUpdated>20190308110930</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+94846774d65ba0190fc386047a0ee898
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+2abb66eccf5ef3cd8c358e56a72992a7e67b8b71
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-javadoc.jar.asc Fri Mar  8 11:20:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcgk2QAAoJEPmME8+loTXYk5oP/3ebEIWfzBxwO3l4iDVSPxy1
+cSV0DhKKPQhZSJtS/L9i//TISmGASnXq8zavL+Y4DbU3WgxKArff+iyrg8HWnDlV
+9vybX/t5wH40xEZn/ZFkYO8MYnq3TFp3rcu7YkV2a1aUeGJjp1B0MuAyCKKHFuTj
+g6y1FplWp1FF0FyFXLJgsF5xtbtrl78it2hkr5G4cI9imk/N0354pdh0HvzL9SLR
+VQGketkcVx2G8jK8l8PWxlB9+vI7sw/CWiSlwftaNIhPw8W72IDTMNnzqCB8l72k
+ZMQ4ywow3KfhISxMUqFi2L1a8ERK3Xsc15kEJ555Wy5DGQ3XGJH240wQ+sBSwPk+
+6Yz6wJJ7jGoQfFCCNr/kpxO1fGsxqPe/nWvmFOHlNnE0RJ2PWeyYGZeuwKAH/33G
+9HI56bD81PM00gIYtbUWwbN+fNNWGZPk2m25LnmSAz3KG/o8WNyCfwlshRX0chlo
+lqzU+wWl65De8qBdMitOTfq42yAMGCKBps0w4c+XZRTTFYo1ZA5dblGkROCaFujQ
+pHyuRlh+ztyiRPJatbAGVwXj/n3IUU3AVZ/SSGLmGlWvjKDWRp5gzk1GZAllWiIc
+Yib/K+Y9Ot9CzZ9bO9IemJMPfGK0WF2mBqlMomSCvH1ZC0PValhS3TkqlguSyvTL
+XbzsASW0oQIlH3BIIfsp
+=DcSK
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-javadoc.jar.md5 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+a9919f1b158aaae27181615de3fa422c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-javadoc.jar.sha1 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+9a8b82b41f42793936df6a71ee065fe892fd5eaa
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-sources.jar.asc Fri Mar  8 11:20:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcgk2QAAoJEPmME8+loTXYRbkQALOSuHF8SXYCHXYtjltY2rlG
+s+vgHNXDPg0qMwCuj0SlzNFRiRKo0Y5wszZP5TWUTfl9trZPu2TbGAuxwOvCFSGC
+52OqpwZsqC8R8tib94cmBqYdNDcpt0YTJq+dIV+g3ZVe2qsfbtU4+Cjh2PqoaMQO
+tdPtAAHdgMwsPW5PlJHh9+ZRZn3xNOsApc6OxdDqDKz9rzrbHmF3QjD90NKyQsAt
+0zNbkoJRSeaB6Os2f5uxDQwG12XzNSratjmi45Jl5Y1CvurJl29RAxZ6j0yO5X41
+OiICuk2B9gsLlgAHdSZjCzzh4oz0n8LjO7bpD4YeSCH2QyQfVQ1wpGx/lsBti++Y
+yUTsfeRkpzHcUtpbwf+wqCg6tcjttTlJ/HYY39M1+MOTH2yPsTULSEbP4Jy1XMPw
+rSN5HyC4o+Vm+mbKjNxuN0T/oGbb3U8v33/9PssA/B441owfkt2EiV5xElC399qr
+4zC368z/E6L0l1Z1UDfNZKs5PgUNnMAoaeOxAquph5VH4yOCuAGWIcm+4VMywnIF
+WpfEOCCXg8r/kgG2iPxhH6stGeEwSFDi4cVNpyqjI0VhK0tm1HWMUxI/CWlb/phn
+Mxs6kLWHYd9NKFvet3qC/F6/NxPWfAnIsLvB6G/Eh+KGwkZnBwCvB2rgy7tlvGHa
+XLFRKrVD6OGxKKQCxLli
+=WMCX
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-sources.jar.md5 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+57372643fef91da6665acb11a53667c3
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-sources.jar.sha1 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+e551c52a73bd39b685e412e25c45f3fed3e115a5
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar.asc Fri Mar  8 11:20:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcgk2RAAoJEPmME8+loTXYTp0P/0NCS0auTaDK3vXT/g3aXKYI
+XjgR9E9NdMOFuKxOhwoGNIdwaYPbPYMnRGLQ2fOd6bsGa8MXX/QcXLYYX1XEMjCD
+G6L27kMrx6bOUHvnwtrkkx6dWjo/dWMp3dTsy5tbIEAZXpDtVMj+rh1ufZ583tuE
+EyIuCxIOTz1UCSIiLtZ27RrgIny9coxXHs58bxOs9Pm8R0TkP8P5dywdGOkeS7JC
+vE2RC2b1glVvCidvwcT1oIX8CJN8iK59YxNs/tCsffq6No+1zzzmmTzZL2i/+UBd
+7fLekW+KQhfIs3hpu6KE0FTgffTHOPWaPdp9DI/IJfQk6j/obDbDnPU4KZ/63VJs
+XZbKvUSympyBESMGNkpWAynf9dsoNv3e3rRtnzAhD1J8MssLPtgVsZMJnCRdKjn1
+uhw45Gp3UQUuvAJAJ4qX317erPy+znik7cf9Mr856K2WZfIGPZjtinRT4HPyWggA
+2aZRaW9su0+AHDeKNb0vbC0jaFR9/IujWJp8U3yrBQ1/GdBz7dd/KM9FYi0HW1Ay
+Zg+lRICUEOg5Q9VsTgLoXg91D0sddE+XrvdC5Ji4LfHRR5P12tHE8Nd75uMghtfa
+5X0Oe0lmrxUiyqAarO32JzrYX0xsIFw1gHsbMY3wbRH481MIFOUnfhqeNDzG0qnP
+cPiomcfO9hE5mwFql7Rd
+=BtVQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar.md5 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+e2b18718835e041b026c9b380dec6b77
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar.sha1 Fri Mar  8 11:20:25 2019
@@ -0,0 +1 @@
+cdeb68af11544ddf5c75345c959df97cae5b3653
\ No newline at end of file