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 2018/09/18 11:39:43 UTC

svn commit: r29477 [17/18] - in /dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df: ./ 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-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/7.5.0/solr-prometheus-exporter-7.5.0.pom
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/7.5.0/solr-prometheus-exporter-7.5.0.pom (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/7.5.0/solr-prometheus-exporter-7.5.0.pom Tue Sep 18 11:39:39 2018
@@ -0,0 +1,503 @@
+<!--
+  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>7.5.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.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</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>joda-time</groupId>
+      <artifactId>joda-time</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-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</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</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.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.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</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-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.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-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/7.5.0/solr-prometheus-exporter-7.5.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/7.5.0/solr-prometheus-exporter-7.5.0.pom.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/7.5.0/solr-prometheus-exporter-7.5.0.pom.asc Tue Sep 18 11:39:39 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJboN10AAoJEPmME8+loTXYSa0QALPA9YlqGLCf9do5sZuvUUSw
+lV80O47MOyK01eGo7XwKgdOEptSjJOFAlGB5/atBRNT8wkT57tCHw/FAA5s3MfBx
+k93fALe3nemvkno3GohwilARw6UTkvaxciJpBMwT3d1UBSpuuKBPU2pRSUPi6ltD
+0Aa88H+9+pmvfkstuL829TsuYIOexsSYtg8CEsxB1aV63VrvgbNXLvpYXsJC3+23
+C9mxf2ftR3FGq7sNBrTe0PTN0P0X0Zw1eiegy4BO6cPo2//ZwpK7z9TmOzA1wKs/
+uRbN3Z4G3LbLeSEYiJoP8FBpmfgKKT/EixDFpqlf3EuO8wh4YBn8lryIrz7VrmGZ
+0Fwg4h2N7FVz0lcO/v4a12f7fySjsrPxyHBHO4AKkRzZVP0iMMFu3kzvQcb2wab8
+M49TRlwtOK0ejsn9K26IOWAhMxwP7Cg8ZYEGHELl/cm3aRrdNu1QHZkRdprBXwcc
+hSzV63tfqaDswQjvjXkvEKEcq37zpNicyL/f1nyjvJ2lS3h3XYAv0bS42vajJVHt
+19XFuPMY4mBIhSDt/Qita/piPVyYS5vDzZJ66RFxW6pswpzjSh2M7ppqJCP0+v6G
+/McUmHzhqyFA4MYc35bAa8IRopgI9S5XArNttP+AknjY8uX9ydMOLZPu5ioAdbXU
+Imw5Id4q1eAtgDpl8GEN
+=89Xk
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/7.5.0/solr-prometheus-exporter-7.5.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/7.5.0/solr-prometheus-exporter-7.5.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/7.5.0/solr-prometheus-exporter-7.5.0.pom.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+f485e1e56a8c3e9a915fb90303c832ba
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/7.5.0/solr-prometheus-exporter-7.5.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/7.5.0/solr-prometheus-exporter-7.5.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/7.5.0/solr-prometheus-exporter-7.5.0.pom.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+85d84f31ba413d5d1be1b498c9e30097474b2b5e
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml Tue Sep 18 11:39:39 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-prometheus-exporter</artifactId>
+  <version>7.5.0</version>
+  <versioning>
+    <versions>
+      <version>7.5.0</version>
+    </versions>
+    <lastUpdated>20180918111122</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+aac9889e110c09a31f6407a5f124c066
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+a96d4fb3e169eff62dd3878c827188eede07c995
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-javadoc.jar.asc Tue Sep 18 11:39:39 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJboN11AAoJEPmME8+loTXYMKMQALHvQnW9IDPj/obnCpE7aqNQ
+ASq7zLhPPHl784LMDIjDd0VS4EwOfYOxQu6oCaka/6e58NvGlQp/PulhTgxwAx/H
+I7XkPusQrMgfdSICr6ZRnHJm3HTkHMmiKz0ov1Maaj00jLW/3fgbmoTtsYUqPq18
+I/N8AMa/M/xrmcCWoPp03j0IA7v1BODXGdmZJKwlydIuTx+IR+atucnpPiXhVu47
+w3Hdd7G+H3XuETYa/MRvPgeK1KhNxf4+GxYCdYkGeABeUD1yYdIWdeP4gcZW1p0v
+F2zAcRLuNQY2aFs1PTy/fMKaAbuL19b1bNUAodrnuGyBTEhUt6xx/ooRC5OHcg7F
+f1P3p7AwQAzMOd1LRcpW4/Z4MDF/a3/ezfMakvgKV5fTC1bwzipMitgbcfGjOqr7
+MwwMSZ5EZUvuLKsM3EnNL4d6yPsETvTO87UgBBqDNgyossxq6pWjBtLARHOpRfFe
+wc/FzzhzjqrgSc9HChl89kY8yBNDN4V6UXZXxGFJHB7SRebZxqqLo/qsNmhDZNAo
+aNc/6tegYHuXAbLMG47f/cX2uR4ZqpDHJRHtfWAI9+rwxOvcUxraphmhkeGLh/yv
+PtAIQliFfgd5x0ucR/RRy9u7JrqCPzJCARnuwyVI7+UenZQQNQ9/xB1bOk5FcJR1
+FpAcjWX4s2A2VyMs4VTO
+=bWNK
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-javadoc.jar.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+cd5a5e18f03781c801b4d943ce33d697
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-javadoc.jar.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+3a733e9595f77928ad15e08122d1e71a97469097
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-sources.jar.asc Tue Sep 18 11:39:39 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJboN11AAoJEPmME8+loTXYW+UP/1KsAaII9+l5idM7mZ7mTvCY
+Of5U78KB1LzGmXsoAUudQi27wXJNo3vkhDFydeNVLkr4Km3maByV+yEtAJYn4OpI
+CEI5g346vcmIjf1yyUpjc4NqTzeqtY2JFrUxt1zig+4wM4MNRMvJ/9vO2bHL5u5Z
+8NiuloqXdCIWMkDa7Ng2iH/I2/L4njUJQxfR3np72DW6rCfs74qv4ISXcAR59zT0
+dTWSaqv0vBTr5tK60HCR02nJQDEe3EAkG88lV4bKKaUES80ML2luC5azHWM8o3iE
+V5sYcNVfgCUwddIh4y1XwDf+R2ZQMpociYCzEO+qlStA2c/pCYBUrxiyWJH3sn7q
+Lu3mfat+S43APYQ2/lsLR4Pb5qz8UkX6CI4PbChmC1vujtDwu+l+tocinbf5reM6
+QMkMYDgxKzOvT+CLC2kUztUoTJGq+rZcccZ3x6Q3JO944TWHgOYFv5JkSnl/bq8H
+ZPcE1PJxpvSInnacHNf4yJnQLw7xxi7RtVklgfIkFWxvZaMHacyRHpx+jz8QI77x
+/rhEUJPag/ohyW+xabr5APVv7Cht3MhsmcGXgWYB8FLFg/sHhcJ8qkXL9CYfZkYX
+EMn2ecprdDxhdofwDJH+EnasrD91aeiec91uzJCvEOaGXOpgPt8ZPUbzcni9erIY
+V9jSHDbpEUM4FwD/zfFd
+=GVAe
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-sources.jar.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+119bab3b203052d5ba3daa6fc3557716
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0-sources.jar.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+4701a39b8fd985175cbf4d3697302e661fb375ed
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.jar.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.jar.asc Tue Sep 18 11:39:39 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJboN12AAoJEPmME8+loTXYc3gQAJ0ehTJ7F5SJAtkwYyxxDINo
+Kt9hx6g4koarOP8Vecrb0tLVmiitsbsUY/ksVY3ahp42/PPpeb6elBr2spdcZulW
+whHslXA3/5fwSdHcezW3TSekunOVU7WfX5TY5Mz+yhU4bXKo7g7A0XdDxPXLBSrZ
+K5iVBPXPG8eBDl7VfjlstFz9P2fYv61mN4IZNN+4tQ3Naug8Gwz/VA9JTVQM3k9d
+pTDy+Xj5oNjcNqOqBGyYiLl6crFnkVFbSUFrEFdo4uwFdZ8GKUADGb2TYJd89nok
+CnOKqMfJnuLbhV52WXerfZSdKXUa/6HiUAPmNapO/rNS4W7KuDUCkRatop1qcN5U
+U7LkeJtXO2ssYastrtnrguCnfR154X5jWkEFPU0DuFQUD5IdSjvAP2CfpZ6hmnTI
+cdbK5xb6H68Ge476YnhslCgIFfVhXiJcNCeE+swm56qCCZEzxtmd6/KuAQCb1LXu
+I3yAeJsjysDlH0mdkT0Fo5392dR+hqazHy3sECLASW9vYESg1x5XSXX+xUG6xJHM
+rD8JehdVNgwQbU9hYJK6M1iymd9TWVtOoZonbUQIvZuMKzmknLVWiFlDrfDM9H88
+H0RevzvaX4mi+nmmpXs3mj3SAJi89In+9X9KYBCQPUQ1w0H0dRdxXonSizrz7bPG
+AbXOLCqwVzOCJMo9dxxq
+=LXpd
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.jar.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+073540648c3db1697f14cfab64b316b5
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.jar.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+98c2604074ff1e3f652b4cb96f8ce12b58696993
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.pom
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.pom (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.pom Tue Sep 18 11:39:39 2018
@@ -0,0 +1,121 @@
+<!--
+  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>7.5.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.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-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.pom.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.pom.asc Tue Sep 18 11:39:39 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJboN13AAoJEPmME8+loTXYt8kP/jV70S98NBcNtLJgjxai8BXt
+5qEdP+7Ws7dP7gNDL7dydFsZKsV2hurIHyR3hcxE8tuxOTwegKuSaTe7zBnlNbaU
+NgPa77DV8BojWMvUA+JkIMCjYyYf8NEb1yOK3+YFGliJ7F9Pb44rI4XMQmd9I9K4
+4aCJT28rSGX7qkEZVwqFKPCdCEHSD5hoJSXskG3IlXx+c2GGp3LxGFe5r9tW/wcZ
+JCJthNonRZQHItcCROdHz0ksV+VW4ImGEW6k+zJ7jS60pvvzs16O2YAmSJue+Fg0
+8UDgJ0r2cO6nuvtdfVcDpbJUz8/zwMLxz4lOPPtFlzzwRn7GowfcqVPqm0IllFbG
+pESDw97nVlLZbOdhAGW0aMM5lJuWNbPpDn3u7yK5w1tpVjCOD/UP9BWe7ER0GaeO
+k+81mUM7bZ2dbEAizoyDMywtT0HPpjQE91OTKZUHWQvpM59ZMMf5ixaF0TwkmlS8
+lW1jRSC6XRlvybBiUOn1jt2uN6Z4W/Wnrglv4rvvQzvV1fbbZ2HKUCpuq7FVwnu1
+AaFsTYzmTQZXPsTilKoz/o9u1odQtS5HnxxscX0tRb/KhvRL4el1NfAthUXLJ4/M
+eOpDhtx4sSDf+VU1dGA/e4GzCsplmxzi/0L7UKFEWl5XBnYzTy2KoE7Ofc8jZerT
+3u620uyIGvKA7EPV62qY
+=nJW8
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.pom.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+f82594571f36de6f5faa850969b14993
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/7.5.0/solr-solrj-7.5.0.pom.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+1592aa0175364c16b0fa651c31efd16226fe68af
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Tue Sep 18 11:39:39 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <version>7.5.0</version>
+  <versioning>
+    <versions>
+      <version>7.5.0</version>
+    </versions>
+    <lastUpdated>20180918111047</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+e7d61b66624cce811022c9bc8c1ff7bb
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+a7fac92d7b65a322cca93734f38efcf6d4e27bfc
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-javadoc.jar.asc Tue Sep 18 11:39:39 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJboN13AAoJEPmME8+loTXY5/UQAMz38I+YCumYWRLXB7xm3ip5
+2vkY1pLa9ZKwx7q7QlppGfrPYJ3QIx/r87vfnZen+QhiGvqVWrTB8fEwn5eYmUld
+otrQ215doRpBtt2TcUK5xYLTSSHZuTS1f/4Ls146tBSubXBCj0JdYNQYJbfq7nho
+Za61+FUABX9CQGV1vqzOEXq2KVs+IMs6ZXGbmlpd/oRtV5u5Fz3uTW8po2/8YvkE
+lhoIl4wqadckhzDDnzV/RXFF12KNC/eUHQzsYU2BaXOfdSYQR+UzA1xL1KON4QbW
+xV8ms9y29J5qhG63q0TJdKDwzR+o4tfC98MsyY6zD309psz6CKOj0o5+KEJ0PWDh
+Vuc7Uio6YxmJQDIrpLDecCCo37rzAzK6v/WRqs9m1q1PblLUNuJh7K7hp+u5iP7l
+W8AA6xOQPYsuzPE7jhCVZU9SMZhMvWw94/RAM8CNN0DvOz/mcSnvIdu4jOpOFFLU
++O0VjWreALZ/zypniD2lgqkhjGMqH3wifax2+eo4vbhH34gAIMlrK3sStRuIdgmG
+giLJ4/S/iNGblL9rG0jpDQWAbeOGN+KuvuelZjktXGyDCstrVeqvPeLg75LiNeCD
+egZB6sgF82o6qYecgKEb5ICIrx1fEHP44lhvF/ygkSpvGtUdreImUr7TVVj2fIhZ
++9bglehVRIZFcVHLKxDm
+=wnsS
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-javadoc.jar.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+2603711fbd7ba185fb51caac1379a8af
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-javadoc.jar.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+dbe89f04556d8fd7ca1c4be8005a4573b36ac107
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-sources.jar.asc Tue Sep 18 11:39:39 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJboN14AAoJEPmME8+loTXYYtoP/j7AOcoAofDBSIyM2OJANI8K
+YkbybudCcOChN5s5au4IMgP+CZy4DMjdURcnukNG85ogDv25ikrgyuNf+qeU7QNj
+5CkvtN9MsR5KHkA1iatyrH+CbqmtmnjlGmcp0sWqgcPqoP1DPndBDpyHDJOINpHd
+mjQZ9pYPs3i4xoJV/5Lv6QjyF09dYFgT39KTYC9yWvr0/6vWzQCb8fMS84JB47KE
+a7rzuX8LYADyIQFgsewzrA/k9JsrtvqaQQYy7v4t/ehgZ1ZFeV0rCnErhtbWLEwH
+6DWJXrATTll6dcrnPm76hb2whh3O+T19R3v2mEjhpmauDTGdI2zKBK+7IpijuK24
+zENEm35DOuEAHCFNZuKbO7TgiUADxvAU2CYRkIuPMB748PPixf/6qsbsLwlEqKtN
+9z861HiagyWzAaHuhuCnFuTXBGsEA6T7rTU4FDlg769zB05dWo8J1dGDAGCszex9
+t/20GSKbSCsnPAq2vz6/mjFfVSQ3G2N+NykSCC/hY7H+v46qDPSM6Qi+wpFyKsp/
+ce+EMv5kidxggLpFavAozP3q7RwGqX0hLHxZQVfmUuFj4tg32P8fLiCq1mYVMlFN
+JwGK52hdE0bkC5WDBcTU7WHqEKZMGgZkXuDYpIuwv8m4MxUR9GKwvyb/oxdwjMVe
+SERlRu4VQVdjfiRHP68P
+=06F6
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-sources.jar.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+cf3563f55ea6afd1cf5fc02fee968975
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0-sources.jar.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+49fa86bf66911a7addb02d5dae073e8cabe49545
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.jar.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.jar.asc Tue Sep 18 11:39:39 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJboN14AAoJEPmME8+loTXYewUQANwjTOoorGFaXVEApqNwN/RX
+vDARi3tanH0llDIrR6Nv7JaGRpoP4wuseVdWNrPKf4PmFNm0vvQYjgUT0/Y2ZT7+
+ZsDJAtRm+eB/h6sMjOKGg/v3HPxY3fGw3bzvSfVDAb5kvE5K9D3xs5VoSxpZA7Bw
+QERlg7ByY6SBvIjf0nhAo9EGGRUnC4hmmXJkBesNAM0i5maXTvLIpDLwElYvXpuY
+eDoTc2dt4uBbHzpOSYRFWWSkK6mGo0K9UOia+INHHRoogASLBsRHgD9gkK7LRw2B
+wDQIhIz5sXTYC4Tpj3K9i3yOwjYv3ToKi56KOBqPOmMakd867glKzJ7oimgwhrc5
+aooU7wtfARR3Jk7rC4UG/sJovQ4SojAQtLwP4uLqgNyqHc2/Yx06LDwWuDTuxTK+
+yVzglBbkw+vkYt92WuowQpfRnfggdrcOOQZFp7zctvZFK0ALtkzxZkWrKB/kkt46
+hNYXAEtbY86bDlXxSOZbnwGIchLGBjlynqB1rN9a0jFlNOAhMACmgJnZy9/y5XFx
++364R/sasJVBhGah/4ZSQC2buc9YUVYsG3vPRRdnUbBpYABDnCFgIeLIRigYkK6n
+ygGkbBfrDibE8HrwsdHR2vsXyziFw+BjldsS/0kg9yGedGSW/RTcyNR0JErdH90x
+awDizxVNrhTRsFZCnTm0
+=38q3
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.jar.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+5086e033a84da3a9d57b35075355c73c
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.jar.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+ef300c9b6d03b9dd197ce36dd96223f19787af7e
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.pom
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.pom (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.pom Tue Sep 18 11:39:39 2018
@@ -0,0 +1,518 @@
+<!--
+  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>7.5.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-test-framework</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Test Framework</name>
+  <description>Apache Solr Test Framework</description>
+  <properties>
+    <module-directory>solr/test-framework</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>
+    <!-- These dependencies are compile scope because this is a test framework. -->
+    <dependency>
+      <!-- lucene-test-framework dependency must come before lucene-core -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+    </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.lucene</groupId>
+      <artifactId>lucene-test-framework</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.carrotsearch.randomizedtesting</groupId>
+      <artifactId>junit4-ant</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch.randomizedtesting</groupId>
+      <artifactId>randomizedtesting-runner</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.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</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>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</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.ant</groupId>
+      <artifactId>ant</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-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</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</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.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.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</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-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.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>
+    <resources>
+      <resource>
+        <directory>${module-path}/src/resources</directory>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+    </testResources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+       <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-check-forbidden-apis</id>
+            <phase>none</phase> <!-- Block inherited execution -->
+          </execution>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <goals>
+              <goal>check</goal> <!-- NOT testCheck -->
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.pom.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.pom.asc Tue Sep 18 11:39:39 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJboN15AAoJEPmME8+loTXYqh4P/ieq+UcMHY4lfN3R8I90Hj/b
+JvAfUamYaKVvTK4dNyAEoEic329+D+t9Mpry9TVorJvY6bZWNIttyv5ep9UO4h1V
+0+/xpYvMjKnE8ESUZ2H2D4h63y+BWBUgfKGGzxqmRlGj+yWfPxthcOJffdHUfzNr
+ooNjfMCNEtW+2cATOH96rfSsjsA4G6EuZOqWdnkP9vV8lyqmLsj0oV8YmEwcZ9PC
+jPYScfngLl5Ltyb+kgsm3k3E46QngQQQjj4XGUc+Ma181wqGW8Re1RHzBoXqWw69
+byY2hCMgrPuG8qvowSD2XtI0UP8K/z4iH9YPZ9h4OCD65JtpGKlwvt37LXNKioYu
+v7wQDTahZR8kuVB6Xaa21x7AGkuWqQmuBtSEIPFgvgIy47I+e67KjMDQdrC5BN2o
+72LB/w+Pahy+/EQA/PEeAnOMAMfC15zJ4PbVEOptPUE114njezL1uJQ+gjJPLBZQ
+PBlj9RV0+VqCG5zGtEIl3dAINGqopTOMzJnw5zG59IOCziWDJGkcJpXxjG8MLCI5
+xCDo2Y0pFCvXzJkndGt7AQ4ooP8XnV6i/1mrOWXRSPAgT2rMrk01EiMzcYNj/zff
+hTRgt2xcZBdpRmglNq2YIUvykBQNNjsEkarYZ3rlmtbcW0qLbDbIXBt6vbdlaS3r
+r7flv57XiWi/BhLPhzFe
+=UOep
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.pom.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+f1f5d4866a2db2d3c59d9d243888079a
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/7.5.0/solr-test-framework-7.5.0.pom.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+8af8e9856a33210352c789bf11adaddf26e78436
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Tue Sep 18 11:39:39 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-test-framework</artifactId>
+  <version>7.5.0</version>
+  <versioning>
+    <versions>
+      <version>7.5.0</version>
+    </versions>
+    <lastUpdated>20180918111050</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+9c3b6e59bf8727c161ce6ec777755d27
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+40e158d15d7c84dbe12bba2a11dac94185b4becf
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-javadoc.jar.asc Tue Sep 18 11:39:39 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJboN15AAoJEPmME8+loTXYXM8QAJ8OhWTSLYZRKnzmt8Rhpv50
+l+FanatzowYpCSsqAjY3JvZ3WO3xznDZA312EEVIu6fy3RhyGaqEb+mMVbgNNKWb
+zVjk8tmtOiR+WMHuikvojX3d7ti0LHWiYkbq1xpcW3nmtCn3mZB8evUxNwyGVos4
+brUXfEX2hcn6j8AbN2w9AlUa4YpazPGAxEexrXzjw5txXMWO2H6ekYMjAPj6NQPw
+ZLMOGXs8ccWv9WEOFy4hvZZQpZJcRPBbAFKyAjaMHbikrFeccZg3fAAAh2H6/z3Z
+XecSWGTY/rClaMzVibRF1FFSdpQa/a2WFtdgPKwfRFXxihvQFaVMjFLn3I1E75/P
+7TXwLx4DxML0AM3G5zmP00vkLrkKLN0eozBvsT1V8UqJTswTyjlT374rrXzBcYME
+Tf/rzT3sUZhd9Yc2E+z4gZXEqzcG50uVH0ripXj4CeEq2iRbA8veKEQtqxRpjdzk
+C7eB8G09Uz6Afiit6jdOofy4JVck59TVmztOVbkxdrNxU32ozabXoFjfMq/83LWI
+d9bPO3FdZqupdWflT0iVb/mCnR/9f71H43NKCyJcQ6LeDFHz5WORTKy5qbVEZ6Ki
+5sETF5JixMT4+/5lsfzGvoT5XQga4A8VT43VKIkhpZtYRwp4WiigUiYXdjv/z75i
+r82e1YSEBOcHT/7Rq++O
+=EIJi
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-javadoc.jar.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+2a2c12f4bb74c32937a32489e79e39d3
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-javadoc.jar.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+08070096701674ffef9d3e841487efce7bd1f333
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-sources.jar.asc Tue Sep 18 11:39:39 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJboN16AAoJEPmME8+loTXYcH8P+QGe2aazRIImBC8p0iaokxJJ
+0piDm7mJHsPt2o4/uanhjHO+H1+/bLYyG+wJrvDu5zMgiJqT3uB2FbhXHOG/o15Q
++cdQbDnRm4aAZCyePETGvaZNKMYd3UjBTEzDhJMp28I7JnnJvSga8PTG4/q79yXa
+pJMGVrlymSEFfN4cfRf4jDnCe0oa094I9Ck2X9VNk1xsNV+fppMJYLbNYIGpmKbD
+IAnZbTFPonCcPEMQextYVG2dXRqZR1CUI0VTkXrsw2NxDSGv44rKOfuN3P5KdP7I
+xSn4VgpprbHtinETioluRqwx7jiMY4LlYSCxVVfmmxpNH+grJt15Kbxp7Sa/vE7J
+pBk0VeYILU0mCpALia1j+GR3R92sDghztGzB5fkQpKe58oR2Slf2gTdOrMAidm5D
+t7vARMmokaAuzK+XD8zH8ktWtZvi6GUiV4AtpJxDqHWb9HXGD4aDHWhscxmg/Xtv
+QlAyLdROaJMT5GgpOvnotYfvUcNc6agNt45RNSzt8iLErA5mo8LP2zBwp2uQzLZy
+YaRbnO0Cq0bPFMCKYVeiwjJf2DPmqFZUwAD7gIqjgv8NDPSRdujinHsuBwlbkC+s
+slk41qhS7wmpMt9O3ZbvOdQz3IKDW1js9J1TV5njtR2GcqhoA7li0bUNc3SVMcal
+7kucIiA9r2EdF1IxvjKJ
+=rPv7
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-sources.jar.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+57b3375abdeb9b409945668614831566
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0-sources.jar.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+46267b44ea58e6113b427faa3031abfde4d5172d
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.jar.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.jar.asc Tue Sep 18 11:39:39 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJboN16AAoJEPmME8+loTXYMsQP/A80MAAkhrNd7RV8rZT5Xukb
+rhhBaQYyxpk/9zvtVEXTcw28Cv3HW+Vag5pI9qSgfPhfWRYQfCSsQ+Llzu+uxGDR
++xo2zXYXN1flHe1jzCyJhHXUnwP5YtDDJ4yKpH8etxCeGm4sBadVJFckaHZc6v1Z
+3WciZd6SdTi5eEoknBRzCciTeBbX1NOQVU1tRuuDgrZLqlGjoYfuBwnC/cBMNiMi
+z7VVC/MZmWQgmBzqt6CzMqabrSxaflBfdEGsSdyYmxii/AH8vTZq5gKyG7usqmJ7
+jaWeCNa05HBqrbk9Yo7sMo9oWkVZqvB0rxXCH7H6PP76/mnmJlHScy4ewkJi2c/L
+rhUnu+vHSzp+Wswy+B93GMPwxDkIbkGQinEK4cmgTUSUk9jJ3jWZ3gVixC0/axQX
+BbcW63spXoJESt4GUCjha2Qzcfhq8LQumvP8J59+a0Wc7mjletD7KZMB7s4sHqVH
+6R4pqw1gmYiPGdCpJIkcElPC4gRd5G3kXjRaky4x0Fk+l5lE6CSgosAeEOA339dy
+5Wts2ZVChI3cF0FbbEObaL4oz+3z7rJMpTLMS9I0LMXXjZJk7JWFBBkoJfvVTlum
+WfM0sL4uBsLdfHmfSODYQ0xSoQS305vM8D/ibfjN6nd4hHRjtnAtcw/t/QxTEFrs
+HeQ2mMSavde74J3aX1RF
+=y/Ni
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.jar.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+25bd4f044ef6e476ef715c23d8da5307
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.jar.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+141453913b71f83434630243ce9f73e0795d365c
\ No newline at end of file