You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2020/07/30 20:44:27 UTC

svn commit: r40774 [18/19] - in /dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2: ./ 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.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.6.1/solr-prometheus-exporter-8.6.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.6.1/solr-prometheus-exporter-8.6.1.pom (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.6.1/solr-prometheus-exporter-8.6.1.pom Thu Jul 30 20:44:26 2020
@@ -0,0 +1,603 @@
+<!--
+  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.6.1</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.github.zafarkhaja</groupId>
+      <artifactId>java-semver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.jayway.jsonpath</groupId>
+      <artifactId>json-path</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-handler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-resolver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-unix-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-noop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.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>io.sgr</groupId>
+      <artifactId>s2-geometry-library-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>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.commons</groupId>
+      <artifactId>commons-text</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-asn1</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-pkix</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-1.2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-hpack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.rrd4j</groupId>
+      <artifactId>rrd4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    
+    
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/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.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.6.1/solr-prometheus-exporter-8.6.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.6.1/solr-prometheus-exporter-8.6.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.6.1/solr-prometheus-exporter-8.6.1.pom.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIYIACgkQNpQk/Jjz
+9ux9dg/+NivfSZ6OrqNtePvSTe9ozkhrmpzAH7UNkRD46R9MCNqWWH0jIPNquWac
+aew1Nhs1BxNPXfQbOH/DTSTVAnYa8pR/gEIRk3/xWBsoC+RyYh9yY3LAqBqh5+8h
+0LpeaC72S6Zr6lIkJMg2BcfUoEUhrBRDDbXWEOyxFk8r1by5A7XCQM6moEJg/iPZ
+dN3uZ6WbPeQ/NORmHoRi4n1OovXDFJb9jT2Y+11R5YVpKYurQJkoPD+tjs/iASPh
++vvb3ZC4d8SEi0MX0/WGZtfmVi0gADt2H1lVSceon2kQ4x+P8j1u2F8BtkfopA1c
+hQGxTzFozLik/hww1h/GEovZ3+5TFTJkipxyhPvajFMvoQ19UVNb1MAZilrIp5kR
+rRYCd8FkYDFbNZnNC2HObF2sOTs3Q/9VPH9fcZs57gcHDK0t5jcpzJNOiXOzAq7C
+v+d2h0Hxs39yyeonOruQuNaz1SFLqKCnNRlAYwc/flLTBn4OGOk6VP4mdyv5v65b
+goqDZ/uczXvjpTyIXEeV8+g7tNyZBBTpQj6s+Pg73QeKU984R6WzfUH8WwenP3gI
+iTIhXJYtmIYd1doH+FvbualD9BC+l6mtUhR2yy/swh+UQKRwDbIpHWqXrH8AZ9kp
+0Hg1QTP6NatlBKalNIk/csWrkAsmfD0fRdMzWUNnR1B5SupIuuA=
+=f/zD
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.6.1/solr-prometheus-exporter-8.6.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.6.1/solr-prometheus-exporter-8.6.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.6.1/solr-prometheus-exporter-8.6.1.pom.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+43f1e74022dbe6b6f16ff22a9a707d44
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.6.1/solr-prometheus-exporter-8.6.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.6.1/solr-prometheus-exporter-8.6.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.6.1/solr-prometheus-exporter-8.6.1.pom.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+234f6ab788ab7548f5ec2987470575201c2722c3
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml Thu Jul 30 20:44:26 2020
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-prometheus-exporter</artifactId>
+  <version>8.6.1</version>
+  <versioning>
+    <versions>
+      <version>8.6.1</version>
+    </versions>
+    <lastUpdated>20200730193723</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+9e2e74fbfe757a4227a3dbdc94136441
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+3abe491cc425b307e871d9e5e331bd8f6f04026e
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-javadoc.jar.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIYIACgkQNpQk/Jjz
+9uxPkg//X/3tppn+P2yQ/gxZjjzdx7C3WWdXqgZL0IB/UWf5ccBSeZqfaGk2Fff2
+allmAMt2LQW+TtO0j/b0BKRaWS6JhN+owG8poBkCXN6iukFOBsd2//a3aJ78ckMI
+2mpVoNo99mBtAn3mezjaSIgac8W0wyGlR4w7Z68uN8IeNDaTiFjiWQLhwA3hFQDB
+hY7UIn4b2DkpZuWm2aZwRUyuZShQan0hDE9aWw5ythSf6K3AfXpnS2CXJd0k4fck
+AavLD5HenepvezWfWPr4Cutc2uV6fDWM/QLO69EBxbbC15/wlwvIY0y0F1cWd1P4
+4CZUo4m7b2aeNne0jccdWJm6zXe9T6+pU+kT/ZfPQvRc2OhR3M6ApLus0YUR0eI3
+J5s0EmH+Mp24zksIcL4MUyjSn8GAbG/Xh9vho/M/p2Jiee2WmoPW9aV4ek3KSf0A
+jz+cLcuDD3HnHZV7AvWzzOTN5swDBsvMquMnip8bM3CvOYx98TKJ36EtnsWrEnCV
+vgdooBCONFYEDVvv21N0ml9+SfYdFZbo9cEFUkaiqn6Kfdv8ZJosTVnmUerrTXU0
+MjvpERMojFfToQOC+dMvp4y1W0VtXydDyQt5V+0+wApStoDQ1guQLpLCwbUYrFV/
+F0Roy5aWyxgyCIr0FydqtcgnO7CW6hpQNYp1hjFYi7m6gYC9iuk=
+=Fcx+
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-javadoc.jar.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+f7b9a097fd09d43c1ad3965f381056f6
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-javadoc.jar.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+a06af5f690e43524365458b64726006b8af9c908
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-sources.jar.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIYIACgkQNpQk/Jjz
+9uwJHBAAgGyIyj7bCgWOS/gMQv6PWWY/uSFmQdyCSeFeJJD9Z9Vq5t2ZJ/ZQV1jH
+SN6M9Xlp0oE38jWwd68VkU2tozXWkxyuIuwsfafwOhdy+yDRDBaHwwjSteeROkaU
+E580GSlWM8B+PeH6qteEO3mvAuSZxDKl91DdH1cLykyK+2Rlj13DymxrZqn/yY6c
+Lk48yCI2QQvMMki0tAFJIarsBP0nLIXHvr3pwS6frp2H2MXNYSj+QeENPgjHREY+
+Bz6Iws2xNf0vT8nJguyxNKN9hGp3qm3Z20z6TClGvUYGQMLafajmSCR7wmjnlOfE
++OxxssjixO08CturDrs0hbX8EQ92NfiMa3OpAyffWK1Q8gWkGMP/qOUlaIv3i7NN
+IpfL/YhRVCxfc3JM35j/XeBfpHCmJdHotMcL5egfLhz5MHvxGp+3pwk9ePn6tKSc
+54mwWe8OboG185UyUjbgolnvv9NGXig1d4RBRaI4o5A7T3V3pYu5t0TaplcztgXd
+t7IKqMCwDtlXanM/zQeeOWyPe0Do+b0B7eSWJMiXP2JtCgM4nXG3OTH4PUbQmPEb
+gpknf34ySP7NKU3NV+PT9JmEs6XQc7hw3tNyrQDL83tq5Fim3w+LgrmO0Ko2GwPP
+Q7u/nvPLlRdNuUqNMEUvontGLUgc4OoHRPUjjcu/FZ07VUadScQ=
+=0AyJ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-sources.jar.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+faaea3b686690431a53d9b96f7aa8b59
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1-sources.jar.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+a278d737b1e5025181d08eaaa33c1ae891b06202
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.jar.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIYIACgkQNpQk/Jjz
+9uzvwQ//dqecnY/ZxmhLAEvakAkrkvp7wc3HGh9w9bX6fem6braWpYhEydwtRKos
+uuYa0cAflO5/w5GUfy7NQ9GSDXvobZqOoq6x5aYGXf9JDOsalyGSzxz7j1cz7oXT
+ldFb/3Eppzj3H9W37XkLRaLqvGtAuXTlT1sFsamYnoWypVmJqtbd8miFrKQTW2as
+8PyguuVSU2nKek2tXjHjoL2WY+qy16RjFM833bp7C/Zw1zj8R7pF7+X41wwxpmvF
+XYYnxsZ6wh3oqioYGEkE+5RmLJUEnr+XkoaGMZRfoS1jUrAK3YpisslE27nM8p13
+3fYj/BLCge+pmNKprAA5OkpYvAM7H7fbuNEt/0VCEAu2AS006EE8VhKXiXaBA0wS
+ME08Uld2aHLp02ldm2GlqVRQ2l0dkEmVJDqKysvE/jA07IZ+00CPLTf62c0Qc6n5
+hKjELvfgNg4i5eU6Eeyc7+Y6pNcfnemlljpChmtJlzN82ZEgchNxr/znmsgUZDpS
+uL3Cj9hpXqFxT8sWszPcOHdXRfpWOD10J81o8qr2ge4+0h3drP9MTEojEDCZMShd
+U+iQiPikWF99fT1m1Ngb54q8X8m4hg0SWrVqs1NpVzjdnewkpL7rSuaSMhtzOnAj
+7493+k+7D6pQU4zPESjsPbm2+DvthvjWxAK4xDvLQ9bPcKhGpoc=
+=/2ay
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.jar.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+628ba837f7e7bca25d90c3bc7468a53c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.jar.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+e919570118c54f354fd0b77646d6f6fc1fe4f10a
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.pom (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.pom Thu Jul 30 20:44:26 2020
@@ -0,0 +1,193 @@
+<!--
+  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.6.1</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>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-handler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-resolver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-unix-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>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.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</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.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.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.pom.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIYMACgkQNpQk/Jjz
+9uydVhAAlWc9K2MESWiCogFjKgS7q7ZZoyKHeXTmDm2bERau4iNQCJPgnEg7E76h
+6DT8rgejT+k+3gfczJYftzS1NBMigfHRNabVxUXIF0EBOKNp7DEQ13Ss6HOVo/QQ
+EHDvyrTgacijlgLFFV56cWdngDnl2maDGU6GVN5+NU0QMxzsOsb1v/e4UlsEFPaz
+hwXal2vjsfL3MezfRjQZYTSU1JjuZ0Pl48UlY/r1wGN/mi1EN0wwECfk5rZbtgxy
+wVrbRB05dyJ4uhfoD7FHhUpKxoMnsGyYrlJfoq/HOPMF9qH5Jx2Pva854PKBrZFy
+DMmPiuAK0Mf3SyskkuqZf6WAEa9+1brr2HxdM46qWXCVLZD2abjX6ygSy1b1Cm5t
+iXnQd25y8x6zc7iYEY74eUCr4z+o6Y7Aua+l5AivhIzLzGwqDKcGazxWNwJfpvGo
+y8HtTDL6spMB0PSczDc00Za1vz4D0IvFyZHdnJK2luLEo7ZcA6ol0I0Tcgyp0rV/
+GxNk+ttP3aLQH27jaUrqeSdIDS0vcz+i9Wasa6PX2QsNi2T1flupv2lr437xNEck
+4HWryNBlgSgsjJDWF91D9z2CdGFENUX2iG9YQvC8O++w1v8GcJH/trxjKyuCML2i
+EycINpyAHfj2Gk/V5YRcXkuMXzZXgFgdBT7BqKfxWOaaHMzdDI0=
+=bs/1
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.pom.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+1c4824f6815e6a1d569e4cf7ee04fcb5
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/8.6.1/solr-solrj-8.6.1.pom.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+f7bd21d860690ccc40f18c8acdd0a34133c34af9
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Thu Jul 30 20:44:26 2020
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <version>8.6.1</version>
+  <versioning>
+    <versions>
+      <version>8.6.1</version>
+    </versions>
+    <lastUpdated>20200730193653</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+26be75c2ba283332df242d19b61549e9
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+d97bbc79a3fc48b511673dda4ec1f41686d287db
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-javadoc.jar.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIYMACgkQNpQk/Jjz
+9uxw6xAArwWedUB3DpEekGSLZGIOskuEZ25o36G8Fvm1PRqinqTzoOATewU19zFW
+ctoo/MB2d7wjjR4EXd7QvqdHoj1aRbRz7Tu4pR7Yy5sjwawxqlErnaOjk6nbQ0iX
+FS4H2O6oIPEy3KmGgZIWVwTvqcbYoLgjxWfeshqxFEZxj1z3LSrEux3ruTxepDS+
+aPiHH1pElQhYp3WL35eQOG2ROKl6+Qs8lIdF+PwlojldCKtMaSOBCaOOOcvzArVj
+raU393yUd1bp9YlPZUKo1ASBhNiZuq+6gMr2sL8pybeNZXOaQU3xbfaz7J0yHQwe
+7Gl/HQ1dy7SAR83WkVQBZo/uXQNyDULxRZuleeOtSHrpCz0Lh44i+4jZrHB25bgn
+L/in+YNLEZmtf5GjYWF6zOVXbaVETvjsaaEKPLIKxDT66Wti7J/s/et7RkfyEE1Q
+2mX0TlyDPaxNfiL6TcAglcuRYnfh9i4wkUJ6AhoaCpmGiqWf47JBXRUn2XxRtPU/
+CcFzZECpXOxOAo0gCmyVHork/IFkjLZMBe54U1KQfRtsVnviVlNj6Nu/bsCO9Gh+
+ZHMpudgqXsGUqvby5IFdNiPR7rXh9t3Cumz6z5NCBWLVFTUIxwbV+8fNx6OuZALT
+FKTWLVSMfWIpms9Kn/EU+Rd/y4g683r49nN0wfHN2Gl9sui+gBs=
+=4XRN
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-javadoc.jar.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+24cf448ac3285b34023c27ce52fe51ee
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-javadoc.jar.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+4cacc6f7eb362dd5bb5d68b49608350b55dc4252
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-sources.jar.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIYMACgkQNpQk/Jjz
+9uyz3RAAicpxAY91mxii+SelCTqf1vKA4hkwNoEY8gvkovAMHz1mH5XdhQoNUfD+
+Cx3OrQQbd6goCmohk9Ht2gjbuTq+JzUxUQvINPv/ihOEIPomPNVA7ckr/CTcWVUw
+Bi0GbTuGw76bEHiO1ZE7CUdGvx3yOOW6VgzfkqkP182RqE69DV8UwZ2SVsWnOXVS
+7C8o+xXNRxUywTjmrwF90VDeavpYUfYxNTlCJnigP2Xy3o6Vto80xbxgmc3axMkC
+Qgxt4Ib4hikoXk0fE/JauGMlIXz1YnVuddB6Zzr80OBdvl65xa0hERRqp5gg69Fm
+SzlV8xa1CxVE6tSEKRbg4YuG567zKlbufKtMrIxYWca8Y0kHNqiPhlMu42LVGqh+
+9giszAqZW7VvFDEIZKmJP0NSlIwqK8m419AER9PBI8hQDey4rGcey0BQJPgWAYv4
+fMJumG4CPw6hQo25tb8t+tfJmJYPc8bP/8s8UTvN/8kb77svPZtWtEzBMWPbFiva
+NEyIfjCwkSWIFNFyVPhhJa9yFF8jf/9S6q3LZd0UB5/2mArTj6Otpzoe4z06kX5u
+TuxgbqHmV01yC9DBUXsw+SY5ukGYycrlJe6YSN9Ye0hansMBSTE78HY8HiJHWpvn
+RFoqyh0Mal0eAQmwWkr6Q05BI21Wl8OGJWdJai/kq/FlYjLedwE=
+=fNaA
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-sources.jar.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+45a77140b071682f61212f2fd82d174e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1-sources.jar.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+5210b9a911ff52a2baadcac19ee7f55b4a91b861
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.jar.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIYMACgkQNpQk/Jjz
+9uy92BAAiXeJUfuXT0ZTjKJ3SeBZi/ECGXZoMvSthxH82EmOnbKQnmGOPaAzkoMA
+uwy4qxu5Cpta8Ftk686AHie92UOVdXFkHkKRaLK2RqJzy3lqoDMqJpcuGI5mLJRJ
+a5XITNzp02pCTxuuVMZRofZP3RcOC6hpCncLtNuYNy4VMaYLrlpfDvneCNrxVo4n
+DHQwDkOSVkTRyPCJ5MtFgUIJCC8WYeggNabB59lqKfjv5fpnOC1PJFJMa5Noi0cz
+6Tv73W2m2Vd3LmSSmXOmpDi5KWOqYooKP9HoI0EuFGxs4t05QEWsX6ZsfOCKdIr9
+IKwSx9G1oSvwJd67ZFcT5cPFppsB0OneQdgeo9WYlDIgyddyDCCG/d3Ao20ykfON
+CrVBD9VibBjezMLldQwGxmbYJULZ5Ixm20McLI7hzYx9NIS2wgIU8OG1h4Uoo80w
+I2htdQEU00Aevyu5agh7LhTCoPis0YzNiiNDU8PLgI0Nqi30OiipokuAmEg4YMQ7
+soC6NC/3a5SMeLODUs2cnkipSYtBgrbnAN6cCEqxjDIS5Jg4HCT/kunE9vR//Jij
+Wr5ekB+2H2+LyPo1iy+gsQmH54dSoGFBgqhnzOVN+YALkMjKRwqwYF+4O6jPSzpn
+hmMk6yazvs36K2QMS7yc3Ob6LqCacoOADRKHCuhEgBwU/tMfEnw=
+=6eUa
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.jar.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+0e2fa5e55bee1cb6158fc668c914ebe8
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.jar.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+f0e6ce6b6663bda969b8a7743870d775820c922f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.pom (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.pom Thu Jul 30 20:44:26 2020
@@ -0,0 +1,626 @@
+<!--
+  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.6.1</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.github.zafarkhaja</groupId>
+      <artifactId>java-semver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.jayway.jsonpath</groupId>
+      <artifactId>json-path</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-handler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-resolver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-unix-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-mock</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-noop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.sgr</groupId>
+      <artifactId>s2-geometry-library-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>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-configuration2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-text</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-asn1</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-pkix</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-1.2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-hpack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.rrd4j</groupId>
+      <artifactId>rrd4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/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-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.pom.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIYQACgkQNpQk/Jjz
+9uyLUQ/+NOEXNEo1Whpy+nqsbNytmBlyTvFIxR7+s8dzbSSJOPAXWBq0VNYaeE/Z
+7caHk/Esyj2fFv0UhaRdy85ycHLyJw4d+f2ckC1AlmAEEy09vhz6ymq/308PmTBO
+kTSfkJ/gFb9lToeUjBxpNmqjpcWIHLP0NWTVfhVchVrYOHF9Q7DLJdz+Jq6UI/1P
+n8MC/zAnuPniXQwrr+8XnEtUz9jWRVVDtS8hwAxgzoml+ekXf/dYAtoAIfPPMsMU
+qReb/cFRtrdHL94OWYreJKBPBBNUO0kTri4kjU58FIGSjDumEiyvHd1Fktde2VJZ
+WZqfpysVUTmZDzoRxUorxAOUc/XXRrbmjKW3GYEB7HlmlJcR5jHp9qJ1KNyhArk2
+feegtU+4cvS+wkGbkFSA5wDqHmZ/Vv9+o76kSosqXzoCGk0Sk1dTKpz9Zddp2Bre
+Kk9jgCYZBjU4O4zv463v9bJ9FFz6Aqxwh/n467h068xB7Ps8gSfiC1Tw9Zu8VhMk
+M8nyFLREtUvs7MlXnxGQp0pv0ogsAyIuAaILWs7a5DDyVhuN71X5Cxe06F/8/zTW
+R3Bh8tUrkUtL87BOi2MERlMGTgW5TJW1/Mr/gwv3WWZmUgudKZua42I8K5M3Xsl9
+Y5q6RWGEnronkEM6ba9yEdEmlRfdr6v4Yp1Hrd136rQv0QN/wrE=
+=b9R6
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.pom.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+4a8d53e56f8fc8b4c836e94c78fa90de
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/8.6.1/solr-test-framework-8.6.1.pom.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+bcf33ffdcd2b34deb58d98e66fd554e716975947
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Thu Jul 30 20:44:26 2020
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-test-framework</artifactId>
+  <version>8.6.1</version>
+  <versioning>
+    <versions>
+      <version>8.6.1</version>
+    </versions>
+    <lastUpdated>20200730193655</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+9d7e5a99c10b9c51743b94c3c475fe75
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+50165513825f5dcb150f91f04eaf49988ef7cecc
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-velocity/8.6.1/solr-velocity-8.6.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-velocity/8.6.1/solr-velocity-8.6.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-velocity/8.6.1/solr-velocity-8.6.1-javadoc.jar.asc Thu Jul 30 20:44:26 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAl8jIYQACgkQNpQk/Jjz
+9uzPvw//Qh0QtyuOcKHN71UaTbgrVtyZq/BLngvFnjo4f5iLEkiq5BkZorJM5FUf
+IHiurLaesJ3p6LujxrZUKULlcacdsUXD7eu4anx0PxFajb+7IJ0frMnw1diHzF39
+IsVBbsRy77/le7TwQwjp3BKWmejw1CgclLoyCEnGVkr4nagkTY5dlqYbrJMLd7x8
+ZqI+xaongjW0IqzONo9u02quQE5zjsQKtQA7uDwDUQOKQncotoHh+m9yl1v8Y1m3
+LtS/TVo0Lfg324zwkJtGr5OFwgslD4KzNXBITYLz9FiNKDkveQj+h2I9pfa/Zh92
+r5tJrPyjnaLigmjYqpGxiA+3USgzq7QiXTJsH9HvbjWxZ0XBvHO8JLc2VmfVr7W4
+S96cm8TBKLaN7qbDrZcYp2aiCX0/nAKRpIfvvruxGrUG0LvHCvzSISAqKTiWZ0RN
+cORpDmt++PP/WpxuwOfDI2GAzz0yYv0TssJxwKr/7JubGMRt+twZeYFwjXy/zvtx
+BaMEljkpDcGaA+UtWzXnhAyUXlHcQ0rz1ZH2CqPqxFXEEiLPCE/HzujLEgGxayxE
+iDzui7MujcyYxK60SnXqju5QeT5uX2cdUwz3dVDNk/khTgzg8a/hi0OVfudsr5Gz
+lwpCydMs+h3K2Ops/PQbqQRLmY9cWExuKbEbXnpkxqHhTxkFRps=
+=rzSs
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-velocity/8.6.1/solr-velocity-8.6.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-velocity/8.6.1/solr-velocity-8.6.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-velocity/8.6.1/solr-velocity-8.6.1-javadoc.jar.md5 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+5e788bff2cca3ba83509ca7d4548f875
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-velocity/8.6.1/solr-velocity-8.6.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-velocity/8.6.1/solr-velocity-8.6.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.6.1-RC1-reva32a3ac4e43f629df71e5ae30a3330be94b095f2/solr/maven/org/apache/solr/solr-velocity/8.6.1/solr-velocity-8.6.1-javadoc.jar.sha1 Thu Jul 30 20:44:26 2020
@@ -0,0 +1 @@
+38c839bffb5f99cdbeafcc67d0ca0088e88b58c4
\ No newline at end of file

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

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