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 [17/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-ltr/8.0.0/solr-ltr-8.0.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-ltr/8.0.0/solr-ltr-8.0.0.pom (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-ltr/8.0.0/solr-ltr-8.0.0.pom Wed Mar  6 02:31:38 2019
@@ -0,0 +1,550 @@
+<!--
+  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-ltr</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Learning to Rank Package</name>
+  <description>
+    Apache Solr Learning to Rank Package
+  </description>
+  <properties>
+    <module-directory>solr/contrib/ltr</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.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-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>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    
+        <dependency>
+      <groupId>net.bytebuddy</groupId>
+      <artifactId>byte-buddy</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.objenesis</groupId>
+      <artifactId>objenesis</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+      <scope>test</scope>
+    </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-ltr/8.0.0/solr-ltr-8.0.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-ltr/8.0.0/solr-ltr-8.0.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-ltr/8.0.0/solr-ltr-8.0.0.pom.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq++AAoJEPmME8+loTXYaccQAJHUED0iTbaTK4feaPOas3k3
+PUxKGMF6TP6z+8jMZkOzZPV7wo931DwLE0ueSRqmy2rZLIqd1Wb3ppMBAxFojVF6
+2AkODBmJbvfQSMu/t6QUZ3onbXG1zm5aUc2dv/stNLukUaGs3B9jFsJma8kcdS3p
+Ahe7hVQRWRuMoeFUXu43RUdcSRCqykE/RzcDwdw8Yn3BXDYGKJm3gbWXMBPeOKxW
+YvmKegoh8P3av9ryfTjEyjIIv2DrXjF1s4KVvnOGf9f36xwYkD4+E417ZMCWwuPe
+rAlWk5HtX0FHzcUNz91t6pEAGH+XmcF1fSX18rbIqNL6G0VjlxEolO6nZVxbHYG4
+Uka3pL85r+SLprq5Is+Xs5iHWgoX3/asQfI8BT2kUVOQbjlrLsTOPaPvxwYEkgdR
+25gbsJh+DR+Mt1mqwzUY7wbmnbvVJfK8vHOdtgB719qRKd5MutIAT9rxNQH2+oml
+q6fBsoIfAt3uEh6DWpYajjVB65kNvMfca/E7cmhCRDeOGqx7XV2DekEE+XgkZyym
+gEhQ+I9ucUzFih8TORK9ekkiEUvVRLHAPC+2E+FwcxF8pLT8HZSzDfflCWJ2Qy2e
+ZfOqzvGf3MyNfiW0NbHb73yglnt/XfqrRa2Nk4tDbIkluzaf0+M1PgssZbBKCHFh
+wR7bGBMAAUWQhWRs1U1w
+=Mmck
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-ltr/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-ltr/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-ltr/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-ltr</artifactId>
+  <version>8.0.0</version>
+  <versioning>
+    <versions>
+      <version>8.0.0</version>
+    </versions>
+    <lastUpdated>20190305171930</lastUpdated>
+  </versioning>
+</metadata>

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

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

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-parent/8.0.0/solr-parent-8.0.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-parent/8.0.0/solr-parent-8.0.0.pom (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-parent/8.0.0/solr-parent-8.0.0.pom Wed Mar  6 02:31:38 2019
@@ -0,0 +1,186 @@
+<!--
+  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.lucene</groupId>
+    <artifactId>lucene-solr-grandparent</artifactId>
+    <version>8.0.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-parent</artifactId>
+  <packaging>pom</packaging>
+  <name>Apache Solr parent POM</name>
+  <description>Apache Solr parent POM</description>
+  <modules>
+    <module>core</module>
+    <module>solrj</module>
+    <module>test-framework</module>
+    <module>contrib</module>
+  </modules>
+  <properties>
+    <module-directory>solr</module-directory>
+  </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>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Solr User List</name>
+      <subscribe>solr-user-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>solr-user-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/solr-user/
+      </archive>
+    </mailingList>
+    <mailingList>
+      <name>Java Developer List</name>
+      <subscribe>dev-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/lucene-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Java Commits List</name>
+      <subscribe>commits-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/lucene-java-commits/
+      </archive>
+    </mailingList>
+  </mailingLists>
+  <inceptionYear>2006</inceptionYear>
+  <repositories>
+    <repository>
+      <id>maven-restlet</id>
+      <name>Public online Restlet repository</name>
+      <url>http://maven.restlet.org</url>
+    </repository>
+    <repository>
+      <id>releases.cloudera.com</id>
+      <name>Cloudera Releases</name>
+      <url>https://repository.cloudera.com/artifactory/libs-release</url>
+    </repository>
+  </repositories>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <configuration>
+            <overview/>
+            <windowtitle>${project.name} ${project.version} API (${now.version})</windowtitle>
+            <doctitle>${project.name} ${project.version} API (${now.version})</doctitle>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <systemPropertyVariables>
+              <tests.disableHdfs>${tests.disableHdfs}</tests.disableHdfs>
+            </systemPropertyVariables>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-check-forbidden-apis</id>
+            <configuration>
+              <!-- for simplicty with servlet-api and commons-io checks, disable this: -->
+              <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
+              <bundledSignatures>
+                <bundledSignature>jdk-unsafe</bundledSignature>
+                <bundledSignature>jdk-deprecated</bundledSignature>
+                <bundledSignature>jdk-non-portable</bundledSignature>
+                <bundledSignature>jdk-reflection</bundledSignature>
+                <bundledSignature>commons-io-unsafe-2.5</bundledSignature>
+              </bundledSignatures>
+              <signaturesFiles>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/base.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/servlet-api.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/solr.txt</signaturesFile>
+              </signaturesFiles>
+            </configuration>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <configuration>
+              <!-- for simplicty with servlet-api and commons-io checks, disable this: -->
+              <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
+              <bundledSignatures>
+                <bundledSignature>jdk-unsafe</bundledSignature>
+                <bundledSignature>jdk-deprecated</bundledSignature>
+                <bundledSignature>jdk-non-portable</bundledSignature>
+                <bundledSignature>jdk-reflection</bundledSignature>
+                <bundledSignature>commons-io-unsafe-2.5</bundledSignature>
+              </bundledSignatures>
+              <signaturesFiles>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/base.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/servlet-api.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/solr.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/tests.txt</signaturesFile>
+              </signaturesFiles>
+            </configuration>
+            <goals>
+              <goal>testCheck</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemPropertyVariables>
+            <java.util.logging.config.file>${top-level}/solr/testlogging.properties</java.util.logging.config.file>
+          </systemPropertyVariables>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+      <id>windows-tests-disableHdfs</id>
+      <activation>
+        <os><family>windows</family></os>
+      </activation>
+      <properties>
+        <tests.disableHdfs>true</tests.disableHdfs>
+      </properties>
+    </profile>
+  </profiles>
+</project>

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-parent/8.0.0/solr-parent-8.0.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-parent/8.0.0/solr-parent-8.0.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-parent/8.0.0/solr-parent-8.0.0.pom.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq+/AAoJEPmME8+loTXY4zkP+wXnEthtyBtAxpJi9qJM43ZP
+L/vod847h13dXDrAhl5RYcn19F7DfwLsPmKHxiFBkp/NfmV9d3zWD0OjkhDGcrUG
+9RKDCa/sS6l8zyXdzq50byDe0kZUS3KPTtf3cZR228PObCcgXArFiJlPW/PCor4a
+2UMYiV8BKQWVomP6OXvTKUmPhCI4sTx8MtfD6jpZWND74Zw+ULPCoE/Y2zQMJuUJ
+vjFxBNKOz5Di07ZkRwZFsA/351GImHURzRlvg35HHdnwhxkRM0zRlECf9dnbiLqp
+oEhAanRPBGnVuG+Hk98JS1vfdQ4PAnw5q0XF7zZlaQ2w6UBh9+mybvu9LHpgKfbo
+it87QDwIV5jhVfJGrzK9nxCRwsWprB3XixLuIG6cPmLVV3GAEqEdD1JXTLVYhQzu
+djND33o75Wj7R1Cqe097HE5mfakHZ1QTHYXVz41nqE6LwD0R3csWmK2vgSeM1Y5I
+uDT5B6HrohLMI8tUXXNS1DsdBGFKdnZJ7r9fYsLYB7D0Zy4k7XDlLITF681Nf8Jq
+jU3yXuVq0sVtieuaJ7z3opTypf91tgzVriZCkkfZWUVZvPsB7y2mXDn95Bbf2o5s
+1CsbGeAQM7T7eFZ4hlJpWScvBLUTJPYsKsbjhg5Yo5oRDd3hf5fsvJK6Mg4VOiuV
+qdhBIYmYJ7ChB+rARPgP
+=HZLy
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-parent/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-parent</artifactId>
+  <version>8.0.0</version>
+  <versioning>
+    <versions>
+      <version>8.0.0</version>
+    </versions>
+    <lastUpdated>20190305171835</lastUpdated>
+  </versioning>
+</metadata>

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

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

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-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-prometheus-exporter/8.0.0/solr-prometheus-exporter-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-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-javadoc.jar.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq/AAAoJEPmME8+loTXY2gUP/Rt501JS6yVP1bmls2EUilj1
+n4KqInheHAaMtp53UKPAkq+qLYBmfil+3brP9NK8vtwq62q4CX2evOe5cs/r9n6L
+b5OLj6H/sqDly8iY7iBjOW6BdgMyRPkayvKv5o/g/9ALT5fbgE05wu3vacUQYKi8
+99PjRacv1vEzADYcaiKT3Hawif759xF6ZtWit+0gPx5bngYfUo2Y8dLaIDi1wZIp
+sXNjtgJfP5n8fMM7W4PpoffxcH3QwbWhqmnJb5mxH+lOZWj+sjm/F/nIBjglM2Ew
+6ii8TFCeX2dixTfCduBv9sTaRjArd3Mm/WsZXLFEyXL4/gg+9ko25LJsBeUhWKSH
+l4ZoyAsed0hp4P1KnlUSQPmYYhM8PDa+MdF2VUvzVAbRCCGzNp1rHdx37J/11QGF
+apmdwCDSlTNosid9e0m5tlmz378Teowj0147DEWF6KyxANAjwePQOr8zLF8C5h34
+PqJH4XbysTPJjFpKQkqDcfuCslUkIcqcV3dX0J8L6VduEoXZqN5G+9DHweG7dJoL
+rpMz5y+A92zyB2Dij1lC5zH6dJLyayL83PLWSirUx5MI4XOIeiF1D1k06iJ12GbT
+RFiU7aDBMi6hnek/OmgGZaWrT0B3kEKepg8e6uCx5dR8m8KReXPwy8WBbXTetE0o
+bYwBWOAHGizRRL5T6vJJ
+=T+IB
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-javadoc.jar.md5 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+835ec3dcfdcaf6e6aa0644bd15248a3d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-javadoc.jar.sha1 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+5ecb4754b63ff854fc5821034c682ab13cbd4592
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-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-prometheus-exporter/8.0.0/solr-prometheus-exporter-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-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-sources.jar.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq/AAAoJEPmME8+loTXYjXYP/20OVFrazQAC4Cesoubld6or
+PUddfatemRXKy9VNISYXinsd+Eir19CMGhEZZVHAxDs9U3uwITNNN8q9BJe1nuxa
+PFdjFAV8LWhpvrX63qKeh1CqrfrYRVDlf+m1suCwest+YnEMCFyfA8VF+J4X4s9N
+c05VV4ubalIbg2T4b0kDBZvaMV8r6LztaJYjY/2qogBgt1lEfzW/X+gHPH6Gds84
+o6ewVE/PDvig4ZDBtF7pZjzLYQBBgaUMSBtMk2gkQNkzJkCwSG1n7vIYKSx2HVh7
+mWWy1TQW1LLBIPqoMRMAEiIb1RGhJluGzJ3YdkpjYrZFT8BBeH15zSAb7Je36kuK
+hJqz4SDUAIIQBFFNYY1By6tbF6A7JkBOmpXB0F+dgEVy4OO22Zd3Ij1rHVJmrzaX
+zvhYbdvIzJf1pZl3Nkvz7uUkEZd7Jc8ITDBbSbB9WLpOfoH1F2tPDqCtbaaZ7Ppw
+a/cawICYgjVYx/wCSV5gcLWZ7wKAGfS+LSo8QLfYmUXmJ12Dq7TNc1+Y4AQK+Gmh
+h/G3ADCM67FwrY/J8NjaO4SsAva6oGYENfxkhqH6yfR57W8gBzRmWK03noTca23L
+eDhUh3nxyeQ0uGApUDqbZ7g5XhbKsW9Af9ZwRc8KvEM65iey/HXflHASvwejkzMV
+tDNb1S0kzpaIPZz+j2I6
+=VQsS
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-sources.jar.md5 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+6e1208c7dca7785764ccf75af52cd27f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0-sources.jar.sha1 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+6fcd7c440ab2c56afc15cc3455d256c795638ebe
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-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-prometheus-exporter/8.0.0/solr-prometheus-exporter-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-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.jar.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq/BAAoJEPmME8+loTXYwvwP/j5xBZISVjBiThknEC43tU2u
+h7a4CIvy9N/LfdYwkErp30apb00AzlBYYdDdj+S+PbNjNEjEVr3N2GpFtopW1Xof
+kKFFwfM0tSNeV+gnNDK8HtsAoSuA9Bej5u+CrAyDoxkPGsxOZoOYm7tTX7ak0nko
+PfRGMqGWx49ajU2FWwiPjEOrL1mpYylOYcHW+F0EzxqdaNxZvEh6j0/JUN/CxSKu
+SLlCjMpf8PMCFXokO9mrRGPh/FHLDHMOwScygCoQfNjgfIHkBVbKWt1VFApW5cm7
+GzGdSs0c7reg8TY/Y55NWVNtjv+OEbYZxXpzv6mahk9SGfpG1h0qvJLdIJ0CJi1C
+HUlvnccA8P9Bmq6v8KqnwQYcXlj3MSd1croZybvEJpl5uoQA1RgQ/QQmLX4RFuUf
+alcdkOZN9cU8KL4+yVeF+9tRw4moelawf14jGuxIb2G6cYznw4qWtAIsYIgFINiL
+UrN2GPTX8pEOAarhjZ9V92VkGG7Jlv+tEMzpVkpudveJnpVqJfcPRHYk4QY8J65d
+0o3y5/RUW56u5yR63BXqlYsQOMMdku2XaLDpWBZHDQO4FbWS6dtZnllKp5rrXOS0
+6S3JZp1UmL5FiS0T6S3MrG84RHcrAzEGRnkVU4RsEH19BgQnNztmFGL8wcqWCObH
+A1ufiKmOxZr7iAECIkBx
+=idTl
+-----END PGP SIGNATURE-----

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

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.jar.sha1 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+7113e302e326133d26ea337d2f58e67cb37c44df
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.pom (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.pom Wed Mar  6 02:31:38 2019
@@ -0,0 +1,555 @@
+<!--
+  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-prometheus-exporter</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Prometheus Exporter Package</name>
+  <description>
+    Apache Solr Prometheus Exporter Package
+  </description>
+  <properties>
+    <module-directory>solr/contrib/prometheus-exporter</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.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-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>io.prometheus</groupId>
+      <artifactId>simpleclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.prometheus</groupId>
+      <artifactId>simpleclient_common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.prometheus</groupId>
+      <artifactId>simpleclient_httpserver</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>net.sourceforge.argparse4j</groupId>
+      <artifactId>argparse4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.thisptr</groupId>
+      <artifactId>jackson-jq</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}/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-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.pom.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq/BAAoJEPmME8+loTXYAv0QALQz3lH6ztuN8k4fUBFraryz
+hpSLea+d87IePRwbFGck2SnsIKnKa4W/lZfdlLwpMIlRpAheQCzAxR83b+RTfUma
+NM8wHTxNV2ZXU4dQABiCj6FQ1ez2tejV+Qjl6S/4luO4J7xIkvTMGUIsgss69uUg
+xOHaGo7fliYs0/1ud0LV7lchI/R9AB46azalAg9hDBxGo4ZzFRO+NL6cPCRMWCfj
+BbferBK6wxMUsFjZKlJLaH0DbpcuTsFMPkn0zybeWfSPso59raZuGVQSley1aU1P
+0INbnxUcIamQ5GEzAn7xw0ZRXq1xNiQ6o5+hXBhDrHoXw8HbREGn+h5lzx+l1vR4
+7W9T+ojjMOsgPtbLsKzgLewimxriwgudEVTmQtyjB4U3ZsIqwqJUwXW1RyTBiMZ5
+oEmPnT0K5Fe6ZadoDKfW5y1Fb5ZEEOXDw7gnKwj0QOhZGV0u7lzNT2VZ/W+d6ssx
+Kgg5ssA1fVyw4wO6qfwxzsXePgXmRhnT0mWgBR3eGVheKJpfkpxej8W+sZq9M4la
+YTFhxecRjysLx3kscSBdRcz/DwDuD6a832TLrQn3K/DXlgdat8Qsm7fKL82opNDb
+gxEwpx3rbax7xWbGflAFqIVLSqM0yBo7pUr55TPGrB7H/jparBCBY6HwAobTZLVn
+Z7EzfXt4PNNXTzL759We
+=8ebO
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.pom.md5 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+142e72a8a521a818ec3989e729685054
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/8.0.0/solr-prometheus-exporter-8.0.0.pom.sha1 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+9e26bfaab1f31581e5eacc1bf23ca19409b74344
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-prometheus-exporter/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-prometheus-exporter</artifactId>
+  <version>8.0.0</version>
+  <versioning>
+    <versions>
+      <version>8.0.0</version>
+    </versions>
+    <lastUpdated>20190305171933</lastUpdated>
+  </versioning>
+</metadata>

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

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

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-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-solrj/8.0.0/solr-solrj-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-solrj/8.0.0/solr-solrj-8.0.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-8.0.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-8.0.0-javadoc.jar.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq/CAAoJEPmME8+loTXYbQMQANkZYrjYmjFQaIj2iRWfXrR5
+hDPtpwEPLjHkW7HBNJSzhiv8qg4YFWQOgocgktNIDLtpEMaO1KRkyY8xtpjh99HE
+MI/LhnKzbtbCv+X4n0A4RU5f++iLjGe0qNyxZZfWTFEMF3HbwgsfpA2Me8/tdRVI
+U91sBJQ+72lXHcjnZ+gAq6JAhWXvF655P6HjMiqTa/TWRuy6+g57aJSCmOSF+Sng
+sDEUnkcVEngCD2Dpmex12bqanyZ0rks16oIQ/VCWqhMHoRqOOQgGSjdPI1OtBD/L
+5ArgPuzZ4QjGWCzYU3TLQTJlQFMhpRtjjNILSM6xn4LkP6ptHWcib86n834EzAbC
+EKZYLoOArd47xGkY/Y8Le7+w4Rk77PBRLgeM+leaqBXnCZgX15CX8e2MZHV/Es01
+GncagOB4aRf8IWhFVItQow+BieAjE+otXDKOoXa/iO3EWEXRaS9Q2AwgU8xe3YUj
+sU8tVeYMT6aAReJRQNylme1F5+ictLATXpqfhay3RFlDDViuM0cHXticPWVjyTho
+t0Q/pgaQVsqIzO69UKAYtCFvyI6gORpnHd5KlMB6qluY3HZ0b/bSjGNd/qo/4em9
+WKS8HUlj9OERmsBeLQG5qvydqvxLRV5vtt4P5cptdPFpcrYoW32RGplT1TuJhSt+
+SPHXGFyuLXJN3q1SuJt4
+=Egzo
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-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-solrj/8.0.0/solr-solrj-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-solrj/8.0.0/solr-solrj-8.0.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-8.0.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-8.0.0-sources.jar.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq/DAAoJEPmME8+loTXY5hMP/27zNia0cvTZ87UhB1Z3Fg4k
+M+QgbcmXyFUxNJwweamJiZvBQGFT3p0j4Xw2ljk1Gv/Wnb8An8IiIjggVBV0Lrob
+3j6Dm5NLbn8Lfp0hN3ldekSe4B8HvIiETqTPuHIpHUi17YcyeVxgk7vb45qgbBhB
+g32TnVTBwwHgQdI+B3OfTNcdKq60mozIQStJ3QDMkt9Xj6P/EUk4LjRHEhwgqfP3
+v252gVJXycP9ZHU+Vr6JT+shu6Piy2m90WklCIc+b4JBvJhniEZnoRTfyU7fBvZa
+x73aO8fBgLUQ2VFGxcFGtHURsNbMgYXVhRh2SbUffYmoZqx4U/Azucb6wjbrLUWb
+XeqpNAXvBurXvwHgOT0QCMXWML8/vIKCS83gyV5mc6reb1b38PG8Q32KhQME0u5O
+vPivVgNxD9mlHCepGfSGnphHrocmvhCBdnTOZtY1ju6qSQEQjuMH2qL1tZkIitM6
+q9gY+jaoO6Kr02/UCDezXjmDpIgc/Vbc05YRMKGxFbEHp5ADbXaliP2sMnX7PSAZ
+A/SX+qLaxBqdcl7hMaaUy5ch0Gv2fxT7Lo1iV3m8oBmYho4HN8kTUlNEODeBclB9
+IYRyelSQS0X5t1erUI1nZfd0sBgRVapB/T9tM0AYR4J4rK74qG22Q5bpjEtUE6Ru
++b67lPL1IG6Os5WNlWKK
+=FGUC
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-8.0.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-8.0.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-8.0.0-sources.jar.md5 Wed Mar  6 02:31:38 2019
@@ -0,0 +1 @@
+4b5fe4e9bf76ae48302f652259c1ae11
\ No newline at end of file

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

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-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-solrj/8.0.0/solr-solrj-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-solrj/8.0.0/solr-solrj-8.0.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-8.0.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-8.0.0.jar.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq/DAAoJEPmME8+loTXYonoP/3qCysGLfPU3XO/upRy/cB7p
+gLqeyC4fttfydISnb+lW07KUlZbBgBUKJmuD2u+mQg0U6BuLmpYuSr0XZeHoFk1Q
+r/T14W6vqxYkPtOB9a5f+lHw4ExN6MNQYdvsbSvfoH5dzdHfpDK/volVtUQGYmU1
+LNRC1vfB8ncSqpN3zu6+Ycemvu2bjU9+0FcZsfOxeFqVwJlwJff45+H0AgGeHl4P
+M8F77vcDC+3kmMFP2i4z2N0bq3n0b1eW8HkMzt3GVuHMkhpL5nTJIoxTTswkGO6i
+PSe44A8m/xEonPVBsh+EGv0Ejm3AHcLeTGTFgLmt4LEl7lmfPxYZHWVE15sTSSN0
+PmaildlxBfu1hzHJ1wU+Mz5DHHNr8nm0wmrPopAovO5nBeABlFkJa899SDfqfxS1
+/xBooOB/TeWWkoYR1CCoxzVBIe568RfCmNnJNKDqOt01tDglf5vNv0laf0TcfdKD
+cTkNWB/w5ksLH3I+lMKoYBO1yHdvPx399sY0nsnUhYot9KcFVFavwOtYfUIadFhE
+U/deywnIum1bZyif9MHkdbX4gPHpJ4ZfrAJdQYkQBsRVa/BMDRTp8Pi/Zypu1uPr
+igSeX6oZMfuCX0rqNrq23e5Nr7RmHBrj34ZFv1LikDcV03J6pvimWEz89DbqROIb
+CuPPYeOae+janoluigSs
+=ypvu
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-8.0.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-8.0.0.pom (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-8.0.0.pom Wed Mar  6 02:31:38 2019
@@ -0,0 +1,161 @@
+<!--
+  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-solrj</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Solrj</name>
+  <description>Apache Solr Solrj</description>
+  <properties>
+    <module-directory>solr/solrj</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>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</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.zookeeper</groupId>
+      <artifactId>zookeeper</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-client</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-util</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.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}</sourceDirectory>
+    <testSourceDirectory/>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- Tests are run from solr-solrj-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-solrj-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-solrj/8.0.0/solr-solrj-8.0.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-8.0.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.0.0-RC2-rev3d5c48ce0edbda1f43ed630911073cae3486df6e/solr/maven/org/apache/solr/solr-solrj/8.0.0/solr-solrj-8.0.0.pom.asc Wed Mar  6 02:31:38 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJcfq/EAAoJEPmME8+loTXYuMUP/Al2BD8lesNGF8CVdwX1yUD6
+G2iSZsYhgJp0fnFFQGZ916e3/Fcnn9ocD5IMBE2E0t2s1v3hNIz90OhkP7h6zwlp
+oEUjN8jlKQRUc2JcMf10MBJHqlvj5vK1VemWuKvh59Z+Jy4ot9t9+0L7cqb39xSw
+3XQL4B1Uy2DuhgXLhXVq8Q8UVUfE3LW4kdnzC9zaIvO3IPIyRD2sUJbemIWAYkoo
+wtz5mloSVDk81U8qqZsN9u6nuSQX1DOK+O5k+iGMde8cBi0yEvSxp3VbI6CpZl3v
+vJfKMAXH0Nds7nJcG0J75pGusleHXslD1ySfprOFd7oW5PxKNKRHvdxHZ3YP6fZj
+wCWVOOMEd5fIz2k+j7GDRFWUW3/h0exf2EcGZ2UnZro6Te9Fb7YmpO/caGL+xrpo
+QqOWRaEskcXS0fVFDsVwkInpDpZqfxVzb5qANEj6ag+WqfuwVPFkhj46CS4c6jf2
+bfvVjULshHpZgtN38ugrIFA2DhKWa4aqgf2MTuuTfm7Qs9bijx6fm+MvSduYMmf5
+sXijcuTK1Bsr+sVKK8iFx+Jtw6C7XT1VVfPwRRSlpTDN8ZiDkLO5xkWtOy+pDusX
+gj9wHnn93TWoscYbebIddqptEHMccu++5JfQ/txLQoX4C7qurTOFFKyJhbOtWTiu
+RDVr14/Mrux9DqO8nepM
+=n4xf
+-----END PGP SIGNATURE-----