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/06 02:31:40 UTC

svn commit: r32774 [15/18] - in /dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e: ./ 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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom Wed Mar  6 02:31:38 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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq+2AAoJEPmME8+loTXYfTkP+wWiJk6UIQ1m6qW3J6AAcsHi
+ubpyWZ5u0udvwgecwuxA/cmPTfdc2qqf2Ju23uf9xfc1iNsG6Ff5+At2ox3R1ys5
+sX+rK57LRYztUnoA6iIOUw0SDBVdCJ+Ok1I/fZToqYiFh0/oY/OEUH/zglRglRNl
+hYUJT4RItX454rrxtLrXX7o9zc1IOQnhRicNoKOQFH9DyuP7aDWdHwvsrWtRUt/Q
+63XCSe2CRyetj6TCgi0PoIikjgO/Y+YmTPuPKB170K+3G/rW/I+B2hWmxZ9bid+x
+7LWxR/ruHqNsWQMjxJHqRZoTQ0kNAJg1MLQDl0F5wF1UZVm59BqqMH4z2JJK6FTH
+U8ql56RMHGXrWw8OrcnooeVVMS1nLRKsxDdM+YMfq87SZHTQTh71tSp8JemmH4Xw
+3R6unYCmDiVDR0/wdAwXWxFHUepY8EHnUKo5m+605+HRsfBvNSp92DROaUVX/9+C
+o/5TXFN2BlTcmUopxQmdgk8Zue68/y5nzk91L7+MTC539QkeB6EoHtv3C+JNRudb
+QkkbuXc8zde1HpUdM0wcJ8PjLRA6VFf0ZcXINb7fkE8QUlumok78lo4EDXaAYZEJ
+Aa7ODyCkDYxTn1V8FDJFrXiZlA6i/j+CTdcf5S523HYD7oGNCHlCUTZMo2QEuWlP
+8mOkl/kQQ0VH4CLLf4Bh
+=jsR7
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom.md5 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+1f4d752f87ec58564ec6d46a08b9b998
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/8.0.0/solr-core-8.0.0.pom.sha1 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+1bd3424d0f756ef6153f623b9d8ac1c0a21a1435
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/maven-metadata.xml Wed Mar  6 02:31:38 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>20190305171841</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+516acbbeab96ad0e3089f2669635df0d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+43d1dc77a6b75721106f8611be58f313d3ababe4
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-javadoc.jar.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq+2AAoJEPmME8+loTXY44oQAMaUrT1p+2jtRZcO7iog866h
+fcujyswJNJNOZd7AuNXU8Q6XxJBuVKYpJK/sQdv3p5CbmNaPcam/yeDgtk1/ro3k
+iTb+lCVT44zWsPnsj/SKVrUNiahC3DkvrdwRGAjLp9Y/SpaM4goDqqhLz8wbaFA2
+QryWFaBSGEznvsISQO7lgGd8M+tfQJoHitmnAefRxc8ae6Nz0TL8pq/MzaKqCXx8
+zcwi21xoCJjJrpsihYwEVdbaZhkiJJjbEN+1BsaM8quL0Eb8kt/gSS34anGS71I/
+DWuWr1+xkfIJTtfGCixlozIkCSpiIjsNfYmOtTb6wira6OjO2BItcbC3J8uHS4Kl
+Gh1hde++kWRjFbbXDhPqWLe+bFjFgrGvPXuwp1c5TEmaiBagOe+6tL6lE6c6tz3A
+FO283Dr25+zfC+mP5HpXIFU/6wHj50rW6UykdLejy7XWcKd6DbjPjbMYrWijA08o
+nmUx4zyQCC1Cbek/h55hM1BZPlJFdgpWeLVFJRUrdkddp0ooykv46HQFp5NFkdJ4
+ZkleWtu+yYmc10J+sd6rYFjgbodOHDuRPdJg+YhVcFB4DJMLzwptsC/rqNSZ5Orc
+kPGZZ/PMgaOvC2hw2qwLYcMzv7Klj+yKJ5tgOFl+qoaD0pmVXg6LzXELx1sC6e7d
+a2ZVb79YE0iHB9Gxd3X5
+=4jWj
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-javadoc.jar.md5 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+b9e696bf47a40ec44306c20acea53023
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-javadoc.jar.sha1 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+6ffb85a1be97afe1add2df8c7badaf571f703577
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-sources.jar.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq+3AAoJEPmME8+loTXYGPUP/A9M6G99S7Xf5LLw+sgcOyk8
+F2ZHsjQo0EP/uODWz+qUpGDslVAfbKxNzLQuhuUwy7XQdMfu+QTocgpGy+dJrTLt
+oODbBqdjHJy2Lx46Q4fUTBWhaQLZPW6onaF/pVAO2JjSUzvTdEKwFITtUUOblkXa
+uI4B9Wvvp6iyWhJd5S7rCX+jBo0HZmB7cdaq+mZaU2qwR5XroQOLYAv9IOrDXBqM
+aW6epfH+xuQImsqqKAETPy2NOacGn600OxbVBuJYoSngWjgwKvtgZZa5xZkmveK4
+FzkjfvKzPNdFY5gy9UchF67tod6UIsL4gKhMgDv0/1BLWz2H3Y2pDVQutFpMSQoc
+CclQfg5AV2c3Oo+9HfsGGu/WFbAIRoDcoHF8J9QH66kAkeCdKE0rFtRV3VJx9oYU
+GKzNAu1HBYsXPn9k1FqsMR+MNabuqjolGgtxFOg7S34jMIoLes004QFCbBnp5gYD
+3aWLuir2aRYYOjq0qSzqxWTeN2/KEsCts3EyOF2l6mykXblM6n4okcMTKOJ2Sez0
+Wk/tzyZU1nSt7F7PwJ8Sz4yrp5Z2iS+onfseAvNhngHOKvuDmJCCwGc5hmhtFKnm
+qz9BV+Pr7+er7m/V41HPAzZ1cagPkzNa8sN0bWHAn44qy1V0WOcMttnlm/hn2vNN
+Gpn1G1XTbLvwt5Pzys17
+=HFgZ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-sources.jar.md5 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+b0b3ddaa3c919cf419f5afa29f7f631b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0-sources.jar.sha1 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+07f991dc5efbfbdd92814e2f639ebaf0b8ea69c5
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.jar.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq+3AAoJEPmME8+loTXYPqkQALTWZQYB61LPs5OUeo/MIug8
+D2/OZMeaoLW3zINJ29wXoyPGIZanzbSZVEPM2lHzDNi4QeqhI1TpF2kDCfbEcLIw
+YhQiOb3ZK3rR70K628LG3Vuvcwr1XyXudyMVqgAnSHrBDzEKLtJd6ugK8YJVSRzY
+6fo89A8if5ugwdYq4lNs7b7mCISbBsDBSUeMtVrHOZO/Sx+v5xYDgkBz+YYt0SEy
+XjkDjKl5ZPRvhp9gyKJZ7ttvutk9BPJFtazCD05ZX+VOwlRsyxpVx6ogndUo8Wf3
++H37kiqXD3hesAE7EiPNjQZ4Iy92yB5id+rQYmd5I9buPENyjMmoUip+VuDy3Jqd
+zguWgloRfXeyV2iEYq4lIdZQ5H/y4sCWhlG+qV72EnTcAtFKIJtj6t5GQg6yZycc
+m6LRGXoj3WxS4ZvbLbeLXeOR98wnOBubT/J8tJMIKud7M21TF5B7DOIfLISwRoOJ
+L6UrSkf3WBAIBkJOl64PtMfnoX+Ga4BH0r+ZhwWeqg2LAv1Ng11AFlJDyMfzUeqk
+oS78VRiI3S0LL30KVJu9rB0+/tNQ3jZRvgYQyh9TNllcPlySpOiXMuaFODy/t5q3
+BguPb9cZBc/jtYgZtBohUxZliH7I9sGQBVd5jmFDGlu4tva0kM5PK8D/mTI3yips
+cGG5kCes+0DpQZ7dfOip
+=MJKD
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.jar.md5 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+2bbca2f037b8e33209c9491ab1c1c951
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.jar.sha1 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+e2b9bc65563d4ea5ed2d8ef0621a346fcaf807e5
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.pom Wed Mar  6 02:31:38 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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.pom.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq+4AAoJEPmME8+loTXY+loQAKk+ag5tjGdIqLLi236vjl3k
+Q8Kge/KC8ehNlHROplo2ZuJPQpjM7d08DOJR4B5E+DBti4u3BuAr2IkKx5wI6qZN
+JKW8zPYC0yrRfAnvdfqDwAjl9cRcaEtT4Sd1jL6M8RvYyYcxHjWQ+/6wq05TWRi4
+N18UwJ0hg7/VqlpxE+xbytd/IJIev7erXLAGzkA0t/rZLIuuyNWF6KJdPgNlXI2O
+GCmVPAWNlnxWbXaj8NIQCVk1+vYvIJu4f4x6AtI6LsCwFA9fGsJY3R9/wP1ljJKX
+tXqkNurvrAnoTllHo69+IuCtcoJg6aqfY1IMByfi/nRGMFsH8RBE2Popjx4cmYHJ
+wCWsrP2prcsTst2RXd/ENfL3G04gGGZZMcACeCW/GPboRfcE/x4aNap7I41OQYlA
+IvbwZN/K4Tk7lZK/KrtfFK2ElsxsT/pIrfX9G8ASKJnqNIb3v9HvbmI+qkYdbp3K
+W4/HSR+1/wwfjv5dB+fLfRMQMNe48KLn2vWrj0oGfzL4t/D4DHLyGRnT95mNSkxX
+rCnj7TrX56vXhlPnlWa7h6wkzFuMSSgmbchiR9rAF45p/2JiD74ml4mZjrg7U2E1
+X5gD3cfGIsqQEjk6q3Tn3/W/gmHKkqF2CFo2ijwqjd0KQaoqRokY2TrwlHcx7nFX
+I50dyqUZWLAMkx7Oan94
+=zkFN
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.pom.md5 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+33b30204f946874551f51da7ba5aac7c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.0.0/solr-dataimporthandler-extras-8.0.0.pom.sha1 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+4f4d45d59c1878012851bd71e4df82dff97bc008
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml Wed Mar  6 02:31:38 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>20190305171908</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.md5 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+23291d9c163ff7d1ff1bd3a44647e584
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler-extras/maven-metadata.xml.sha1 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+e954495b3861b91884d05fde193936d9adeac8e6
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-javadoc.jar.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq+4AAoJEPmME8+loTXYbNsQAJFmV2wen7mHUsH1BdvZKTxR
+UpoYM+xSShed7i+e9jn8T+3nR4vOVlrzZnmaFIfpQyUIgr7Ou2BkCoj//4+8/1XO
+ZoVHZ4hog4G5GcYWD69JmUGh3lLpz5TTok7/7EAZFY6KZ7VXxDTu7phCM+yb4l7y
+yod4RCxv+rxIjMMkQyh1kBF2bDtJGgKQFI97/F2q+Ikej3v9eM6SUvF1HpckboYR
+H8c+UrYkRx6nz9cvrhKNk/9Hk7LCQRfzdfD54RXVjZLFoed2C/GYU7a4Ofp/p+um
+RquZ02QoJlc9Njjln9/MgL27NRXLeE/jYh8YIcUNfpnQ1azoervXcBMy+BYacwfI
+LHpUkAOBOby+ExjPBdOnazFpRxBiSzaQoGXaWjgEIeVUbU9+Qc3YDC8wymOt4E5Y
+PSMkFSPbgrZBSfJJur1yprCklKBGE+Mna+Fc1DE6srNuM3qa4I945gwYHsG78dNI
+Z2SkZzm3lNWI5KTz5EoHKxQm3lDyZ47Yd0B6jKKKiYVGACBc5SrdxeXR1krrTTUT
+0w6TlyqIvLw3kJYnQLx/kQ0QrwEt54LqUMpOCD5nSxOaZ9HMLp4aYID2Q88fvitb
+ThFoY5qAOxo/JEb0NeZDBaShagavYg+F9t5/hJdjDPxKbm/ofG/iXKuGVF2Vw8oB
+0NhmxLEEldpCMi9rhm5R
+=oVO3
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-javadoc.jar.md5 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+c25f1345e6468f76fa8a7bb2dafb4163
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-javadoc.jar.sha1 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+281f2f76770df15709fdef1238fbac33a81cef6d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-sources.jar.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq+5AAoJEPmME8+loTXY5UYP/0ljM8RPPaq66rTrjAJFmNzk
+vc0YLR0SfugUepMUItvJlgMkaMz7OhO7jGcBoiDYGllYfsmVQSJIBwX+rEcuX92B
+oOEOdRVs0EMLjDYzbN579oS3LgHr4PAtzotqRy3ww3OVYYBRzu0g1hS15/Uu+kzw
+MhOutClNCHeOqiy6PTijEKGIcXm7LAo3XuaawnerfVXZEp4B8ZJXmyucZJhthajz
+ScYIqINT8OXSVQzJlPdkrb9IaXH8WvYmsvg9ZGVMXMC6EDrnoq0RO27PhYcXJ1QZ
+rhXy1noJ4cFxN7gvaXppDkr4dy+MUJhyfV5aems6JN4Xw33KcwixorCQOeNaDUqp
+KwFQQ+35PA6oDbr32xVqtWDmfiCu+RKGrvhp/MPRxFD2ASedSrzO4XNGHV9bEqbA
+eLfm5PSagTtO7yjsnyVjL7FHgCjJQ4QxHOry2/5Qvu9rgSGcgZZ3bcCQSH6Cfq1Q
+pS+Eaa2bMN3ECRlN6dEKbvu88uc5lgeLo7ubd7xm8sB99Cx6DwN4WK60WTfKuKv5
+sbpDonxRmN4tnFmDlQaJJc+FlbuPZ4pINMkLbI3zaX+7VFllCLVOMU8b3Kp86bdI
+Y/Yp+dmGADjaEeskS3p41V5E8Tsdv2eaigdubNfSKHdNpoXuk9bRjquckJrTYeRD
+38trDa9emF7GK2kryhyr
+=QV97
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-sources.jar.md5 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+eece6c607e5c9c478a1eb9310a97732c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0-sources.jar.sha1 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+1c8bbba146926a8f4daee8fca38128f8ddd310aa
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq+5AAoJEPmME8+loTXYaKkQAJN8BX2QsNiSdPWA6pVywPDF
+DbaJzuUntM5iWMrYRlW72fgXI1tapUR8OxuYVImnFg+fvrzeq7X4QnhjEjfb486w
+ba3VyMIqJCJtDdupdFf53p2OEYRokDJg2HK+l8dkmHNKzfhcGztd59Xfky1NFl+F
+X9ujJy71sY5XIOCKW9vcuM562nRjK2MR5vwmRbcHpwrLMBQY5BmHO1K4Lr668ltl
+aPbcbxl5PkUkmNLLGRAroJ+TDYfbDr/YAGMPWIrnXusMzkdjlB3PIGS5GHIq9WwL
+xQJgHcFunyXECga3u5+yU4p2z0h8pD9tvEFnhQGm9B/ZEjP6+cdrRAeK47hWp9B2
+wdHCR6ymsWE+x6S3uJNn23gtklDZeBF+M656OD1TtAQoJWkCesdpGJeveIWmpvXJ
+/uU5ecihNoheKJKasoeYaHekbfAKIVubhjsx1lMCYQyCKaSgqxhOkqcxqfYD5CLs
+JhRUbmvXW/mxxnsm1pllSm208i9i+CtaL9Ax3Lg495UjHm6E56PrN0agM/2Nu5ua
+9JdXYHeOtPw4+YPT89WXw0G1EFOKwDrghfRhIZvmr8uVXwUqegBwVoR1wtg/r5xN
+K/wN5JwuHMA5NE0bpfGsp3QmFWQLr9RI4aFDWtEJWdzHQyISiwq7UQrrYtVj92Yd
+Zi5a7ZQrBuKY/230DNAw
+=uKXZ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar.md5 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+75c5ab3820d84125d46f29b5f0740724
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/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-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-dataimporthandler/8.0.0/solr-dataimporthandler-8.0.0.jar.sha1 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+603f6145f0e218c5e501f840b3895c542ab43929
\ No newline at end of file