You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by at...@apache.org on 2020/10/29 19:05:26 UTC

svn commit: r42126 [17/18] - in /dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067: ./ 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.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/8.7.0/solr-prometheus-exporter-8.7.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/8.7.0/solr-prometheus-exporter-8.7.0.pom (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/8.7.0/solr-prometheus-exporter-8.7.0.pom Thu Oct 29 19:05:20 2020
@@ -0,0 +1,607 @@
+<!--
+  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.7.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.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>commons-lang</groupId>
+      <artifactId>commons-lang</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-collections4</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.rrd4j</groupId>
+      <artifactId>rrd4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.xerial.snappy</groupId>
+      <artifactId>snappy-java</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.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/8.7.0/solr-prometheus-exporter-8.7.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/8.7.0/solr-prometheus-exporter-8.7.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/8.7.0/solr-prometheus-exporter-8.7.0.pom.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1i0ACgkQy3fLeZKL
+sOwQGQwAlhUjFu8vMQeAsoq2eu3eLEDRupyM5+QLg2SUsGnYS8ixGmzJ9cA/733n
+fbN4XC/FqeGfNEwgwKZsGOxAxKuEnmB7c+BAIMfswJFUxpAg62YTY9N/gUCRhKNL
+bT1Uo3yS3W59JXY2MB7tJRwEc2fBzDH2XsvH1rIoJD70jndHYLWtj9aTqSzuyfyH
+ybxSMi7Gl2DnyFBgYAgjDVU+A6AzKIbWxYPoBq6NCF+WqbyQHZboZqW48bxRTZaE
+R6waoCehibRaq4e0jGeRoTmYeaKZNWcRZMr4NT+Oq2JmuiULXuTXN3l+m5hThzgN
+vHSeLqRLTtnNuHD7QvMkbI3fi0OqZzyw1vbtzPopg5385MPr9hrqQ69fYWiAAiSr
+p+BSxa62GuH76Y1zsrnqvWoZEAyB3dGMkoOoR33v8FmEMtxy5RwCYQzW1R2AUhgD
+Xqu4etoN7Qa9X6beonWDTVkgOzqunOOJnV08xtg0hkec8lnBkdOyYD1r9sqmhjah
+riW0G3eH
+=X4NA
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/8.7.0/solr-prometheus-exporter-8.7.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/8.7.0/solr-prometheus-exporter-8.7.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/8.7.0/solr-prometheus-exporter-8.7.0.pom.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+590d9492741fdfaff76d877edf39df46
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/8.7.0/solr-prometheus-exporter-8.7.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/8.7.0/solr-prometheus-exporter-8.7.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/8.7.0/solr-prometheus-exporter-8.7.0.pom.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+58f50cab9d1fe7a4619de0e89242dfa74ef9a2dd
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml Thu Oct 29 19:05:20 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.7.0</version>
+  <versioning>
+    <versions>
+      <version>8.7.0</version>
+    </versions>
+    <lastUpdated>20201029144745</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+129eb0e9c25c35bbc7fb6ed7ba73ea3c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+f2110dffb93baa32bd4243450ee8c8d826c964d6
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-javadoc.jar.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1i4ACgkQy3fLeZKL
+sOxK9Av9Ef9wV8ODYdXq3W7qggaKePDRg12M6cjrpLNpgaV8SCSIXaXY4PgQjqck
+HX+8ohweUERcndZmzLG5BIsu0rR8oggDI2kjwHU1BRiRsoL7jgP/LRkGFCSgrE//
+XffFYIgpthjRHat36X75qCoilliZMvw+WIl+wzkLZs7RbL+fxkKVGMfEoyVLQap6
++fK3LcDMvhYpTymOW3P23UBgsXniswxEt98NOPTx2H4bQWMzpKk8HzDJ40L3P7Wi
+shKLjXToWYlQTP2hotn5oMvD7bGhthySuCwaxxVq15L0QHjQW+8PhaCS4Mgplsap
+/UCJdrgCAjhvZ/5G+2/yRpm9/4MdASLwwMRuC3Xzsh9Dpfnqdb4iXiVZoe3/jLl/
+4Jdyo14WPPwgr/aIMF3IjNyzEo4nBKXKcPq6y3AxmJjZqncEhS5vUa9C9U9FQnmD
+IygIAQfqdC/gdm9wjsgdQ+F+RdhK/GV0nuewQEtTrX5OaKa5gSSVw5juEMXLYt41
++ckXM6gU
+=27XP
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-javadoc.jar.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+ab7b285fd80a943d5ec173d0f6988626
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-javadoc.jar.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+627e5e96d225282b7ab5b24aef4ce45d05a85c5f
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-sources.jar.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1i4ACgkQy3fLeZKL
+sOyiOwv/b/bSBXDRGhvlfottHRbAhEJpStwrUI0CSiM5wPngaYlm7ryd0M0nkNqd
+WwgmkKw8xluecBYwM+SXotk6xcX/4U+wPex40YRrg+U+AOBVIAfF6M9KIdxXcp78
+SfgAEexa1ReqCHohzyFb67m3ok3Qz198+5AMTrUcYAF1P36KEe/IILgAf3rWquxg
+z5tHQK3VcIGOIeaRGU0kqbQSZGolmO0V56H7x1CW6uul4myzuRUJIRWvQ0OdyQCC
+UI23nOLvcHhUL8C7QkJHAXv8Fl8FiO0qyLZNsTB2pmEEc9FCrajLChMHx0v9yu2p
+P8iOyg4IHKe89z5Ftn59kR/Ej3/Mzswf5A7SkusEPAcqdQxAtLlMU7hDDh/6MUl5
+2L6PI4CYos2DI/grRTo1gAq50WsyDnJAshkzgG6jfdPCxU8DwYHJNrWOixEz9fZf
+xejXvixcW2aiwICujbKnXzZocNn2n+S/85co3pMndw9fCW+wHj6mRg5VMPk/IpEd
+xbsfo+FQ
+=yJOQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-sources.jar.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+a0f96378445554b0f3b96d571caa83fb
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0-sources.jar.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+40dec209c3476b0b640c1223a7686e5797496862
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.jar.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1i8ACgkQy3fLeZKL
+sOwUjQv/YK/Rwf7f05sA5DQFVmUdIxT5Y/+LShZ57ZOPL4RoD/qYyZW2YbMCn3CP
+HudNjWpUbX/sO58hpUDwpqKle3KFa9132gliQ10ZBmDsyFi5GMLyEtqkqUHehF9e
+D1V9HfW0iCKcD3ZAeDKe8f/yQfkkqYEO1QG5zRNkuhMasYMzG/eCc7f0MzLIeHkZ
+0uHi+9pfumTvRfgHUpW7nWr2YaOUOf/6xk3WzosUdKcImiqYBHOT7GpM+UIo2Fk5
+neGS8BnJmJEjFQx3C3yGDujFNlZEKFLTb2MEQYje6zGBE1SSS/QaFNQ7GQxACVhP
+5iweWtcCnv9DJzWt7x2x9Z0WijUilJf8ISkWGNF1Y1snop6lRv99as61cN4ZIOzZ
+X7pl1YTKXbkXFnAi83MgO2yfur2GOMpBxQ31GV6OcvW5UKvIckfzf2N8cE0nqYRv
+2Waag8/pAQ55vgDUgb3xiRjY92M+qdwfIZox9bRHuvBqMYWEH+a7jrEs5hVSjALS
+BHrO8t5q
+=iyfD
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.jar.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+056e92dcd229acc3a770b946e78136e7
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.jar.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+0e630e426c5d9c16ab61f2c0999104a41a68134c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.pom (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.pom Thu Oct 29 19:05:20 2020
@@ -0,0 +1,201 @@
+<!--
+  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.7.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>commons-lang</groupId>
+      <artifactId>commons-lang</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>
+    <dependency>
+      <groupId>org.xerial.snappy</groupId>
+      <artifactId>snappy-java</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.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.pom.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1jAACgkQy3fLeZKL
+sOyrUQv+M/0UKVURsuKqKn6q1A8o8roGFy91PyIlE6UdsY9nSa5mBbYYJmZLE6XU
+wBGkALBPvSpB6u4GJWmkWxOb6GcFXpreLTLanMmpRRX0DpyecGhcPlW0RcvK0K48
+K6vETBxYbmnmpnin3gO2HmWUbPMLMxKMMHTv0sRtU67g92rAeJ/ljm7P5GObQF6F
+0/tcOn9u9EyXjKhrEG/n1zhHUWwLrUjXOWhOSK3tjf9oc8Sok0S6UgFOdTdM0QeB
+EvxLXNmlKX4rmdLUtDZC0zWlnATXCbiF85TpcNQqUAvSyUqwDeb4WbyX/HwT5Zah
+nb/NWK8umGL1pP5o86loS25xRCnXB98CN7RsDKqQ3OT+vF9bG1v6S4SziDqRnfBV
+jRywVSa4JWo1BaJtpsSYJkLJuEnlN0/+dI27fndHog4jXh1ViLe2S9BwqIHs8AyQ
+ntM9O3CEYovbRAyP6Wf0XzzdQffaXMKlqx7yAEMna6PJcdLfedRsn3D4WlUtC/ri
+IB71gUSg
+=k/xV
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.pom.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+f992aec383ae3059f6e4f3ce6ba7ae86
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/8.7.0/solr-solrj-8.7.0.pom.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+d8e17ed507e657908c26b83fa017e7d0d77b7a32
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Thu Oct 29 19:05:20 2020
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <version>8.7.0</version>
+  <versioning>
+    <versions>
+      <version>8.7.0</version>
+    </versions>
+    <lastUpdated>20201029141123</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+b57b2f73e45f27d40451976b1bf3d973
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+b2718b731159e1d330a29d4ef8cf1bd29ce5cf18
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-javadoc.jar.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1jAACgkQy3fLeZKL
+sOzEQwv+Pp3v3UuThXqkNPFmWhYoHTkWCAXbRZgY62/EDB9FURCAYrxO7WHbWr7d
+bxLKpDrBlF3TVJrXqtU35yqhjNu+Ktn7Gux3UWrJcFRgu1ZwD63dSu9IIZ4bozTH
+nsyENSuqPc8wihYRDNeHbW7XK/ulHoBnoUe6Zp0TdZL2AmlLh5rvHBi7feacKN4V
+5pETolMk2cX9QNwG7mqSVYvXYJD9Yu9o5jrXz84UcUhD8GdayiEul3CjhuQrfoGf
+ldA3/4yVAn7ojGhtlL+VtKOIYNWkWxj0NjTKdsWm6gJMq7ZFE4xUTpXM4J3pMe6g
+Rib1hWSo1BkYHZsIyJ9W2zowZZovfDoWLNIGUI4t93yMj4UNUPDTvfLBg9HfeD3h
+cGXhfXM4VzSvq8qcGamJkM+uCB9FhakmMEjyHrUbVXqI5keqMTwSzl9lXFK6Z2KD
+R8E8gWeFjtwqgazOUNIPcu79YfOJwQW9jUp7Z0aHeII6c0KpRgzvQku5oqnXCBKh
+GAmxmqZm
+=9thM
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-javadoc.jar.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+f2e5d8a11953065a5d81e04856f221dc
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-javadoc.jar.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+d4cc14cf90f702f09c8137ceabebd1a4d68f00c4
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-sources.jar.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1jEACgkQy3fLeZKL
+sOxD3wwAt5BCleYSlgE9mCiDyA1bqQQ+AB2JxQD/zVExQseqVM7UfX2+Jymsq2rN
+k7VpC7kv1s/B15pmQcAmwwQLDLMfkeVrZgqDfBYqAXkMdbAU3vo27eSihC17eeHG
+FEC/NzHrUKf5ooGjWsSJZ0NP/smUjJR9b+L7BeHFRbaObVBKcDkNN+acT58tNh8c
+6T2zPd8wuJSJmfQpARBL/CJuAiCmnBx6b22Gljf1ix7dsnmYbu7kpD8dblv4RNcU
+iTWVhQU3EZ6XW5e7oFVtz9FIxnncCFjOtn/d+2Q+axLRK69vy+0DpAw6/QPSMsMg
+7m3kZVJg+GThnLMF504UmcQN81SN1fEQoQ2ltZzUilK0S8qOJcxlLb1NuEqRsHqk
+sL2OBTl+KyMyXlYi2dr62Bn6BMxIVHd/k2SucrljkzfBGlZ8UMaZDjgo/Ilk6LYl
+DzD4/LcnEBO1AlYRfwKIE5zttJHaDv4+GASQc4YoT7cYwbjNLQOgCUonT5+CY2FU
+OyPtE4gk
+=tAG/
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-sources.jar.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+a538247fdf13d294a2be2c4aa5ba9585
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0-sources.jar.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+5175b950e1e352e9448d3907cccb01aeeb112b36
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.jar.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1jIACgkQy3fLeZKL
+sOxrqgv+LfZwbVLgQgduih/iYfTYoq5dtoD95uGoOuFc6/4VJBqHPvXowzz6qOHn
+a+NAfEGy/zspciIKaDBrpI4qsO7evBqSzOsNptswO4LO7lUg86hGy4X7Vrft8SKc
+NLXqWwYDyua5V7WJaVNAsPpf40RsXNbab02UHnliUfOZz9OD2U4GszhZpihU0sc1
+lmhNrExuDpN/zZ7pD4y0/wYeer6cttfLzec5UY0h66KzzL+gYyHhIYCm4KBwqixx
+pNP+2JAaxcXCRn9m2OyhIUJMX8hoNO3qeyzKZC+Ci2v5QMhHjN3Qnwg6cQSrHKuN
+vGhvM4EDfT9GWY/2PolXLv254gTQtsGQk5GIYaC8NvbOUOBTwkczXAuKiHKrRmbX
+McfWY7WefwByVPUzGoOHq1trBC8xBV1Ut9CHMTlZj/MIVIpDyVsVmNbU+HumJfl9
+WOCTrAecbSS1vsJ5+fiVw4u1qWpmsM/6WMs+z2HkZCkpxbdznX3H4XZNo2+l78KZ
+HMIvVhlt
+=YzVa
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.jar.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+c74e47264a5223e985f4d891deaee635
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.jar.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+b7c2b29e349ff5e1524356b33eb679abe6caeb54
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.pom (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.pom Thu Oct 29 19:05:20 2020
@@ -0,0 +1,630 @@
+<!--
+  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.7.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.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>commons-lang</groupId>
+      <artifactId>commons-lang</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-collections4</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.rrd4j</groupId>
+      <artifactId>rrd4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.xerial.snappy</groupId>
+      <artifactId>snappy-java</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.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.pom.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1jIACgkQy3fLeZKL
+sOxZ7QwAkyL39fTvImfC5UQ6gx+ydtJadSrjgPkIDLiXXKKl7ASDpJ6M8ihvOthM
+I8+zq/QchR2DU/rCgn+Tr7htcEo68Empz9dPVo3hjQD7owR6w9Zs+z+yy17OIihf
+N1VZnp/FY/xPxE20v3/cE/D5W8bvDk+SYzccXyVdt7nkv8KrhrcQkTUAwZLxYIHg
+iLXJAPkdqjikODlPAD12ttQxey7EDha8TPG4KFyrA0kHmPiILZ5EXbObqQsuvwvN
+5vKccTVhUpcT96blNfG465x3boKl6hBM526ZlJB0kInQW4b4YuJvGwwAGe/5GiLy
+GBlZBcMWjnIAaVLrowko+fRObNGQ3zrDE2CfgkfXJ4L1uvyumxlFnVwtOZHHT8Y6
+i9Ershxdf2mUe/P9XR21mW5KALs5IdGSAP87MnVU1KxI5Q/mDceNATkU04O/4V47
+Nsu6M+enPAWJ1mvAv0YNheHbPGg1kI6MCEamyjPpag+4hmbHCyTOJWWFIt6JfTk7
+QV2GfIQC
+=ptF6
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.pom.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+bcf1780c130e720a8b931e859f663a76
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/8.7.0/solr-test-framework-8.7.0.pom.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+fba5d80737ee81a8119f60df13f5ceab0fbabcef
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Thu Oct 29 19:05:20 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.7.0</version>
+  <versioning>
+    <versions>
+      <version>8.7.0</version>
+    </versions>
+    <lastUpdated>20201029141125</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+32badcddcf3ff0e7e59cbe7d4b8ef475
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+bf823a2fc6fb3c2c83f0a7bd25837848d89104c5
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-velocity/8.7.0/solr-velocity-8.7.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-velocity/8.7.0/solr-velocity-8.7.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-velocity/8.7.0/solr-velocity-8.7.0-javadoc.jar.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1jMACgkQy3fLeZKL
+sOxE1AwAk8VJXqWLrhXTq7v71/vyRlBBHVclkeQezK8/ezADhKbatoBO6Nhi+naq
+g5tsjMI4zsOaAOvQL8K4fMFheaB+/5Wq3+6fBwqs+MQuxc9cM+zrgdR6Zm4M8AgF
+x3RfMNyc+OCAZEcy2aUrDs9qplAWqtd23NnskaWqBqNe8KToUF2tlQIKgOPTt2Tq
+BH6qh9yZWg80t1mInxi3LMYhm7Vw4Xev54b4OL4m5yYWIqWv67qGHZngm/FtTx+1
+aaL2gRWDYGf6zkacrDuv6xrsaSNQC13EyNAzdAALonGE3RK03GFKEi1ZFdLI9WJt
+VroBaHJVHwKQ1Xcl6ou1SRSg4L7LbPn1Sv4NknjuWEZgOwNu07gv7s9lUN4yNnTL
+AWfm2D4jd/hhg3N9bM64CHty/NlonF48OLWlDx8La0uhn+2KSdcTwHH8mpqQzveM
+7gI9YmHSKTjyggoypyhrQBY4hDnfdB3gPC2/lkI018Y/nAzPisXq9u0yOlenn2/g
+uM1A2PL2
+=7HOS
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-velocity/8.7.0/solr-velocity-8.7.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-velocity/8.7.0/solr-velocity-8.7.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-velocity/8.7.0/solr-velocity-8.7.0-javadoc.jar.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+97b1404abf19b3c0e41178a8f9b46d98
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-velocity/8.7.0/solr-velocity-8.7.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-velocity/8.7.0/solr-velocity-8.7.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-velocity/8.7.0/solr-velocity-8.7.0-javadoc.jar.sha1 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+d81452243c098ab1a517a5eb76f344718f907704
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-velocity/8.7.0/solr-velocity-8.7.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-velocity/8.7.0/solr-velocity-8.7.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-velocity/8.7.0/solr-velocity-8.7.0-sources.jar.asc Thu Oct 29 19:05:20 2020
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCAAdFiEEfY2Q+PZPIwd6yHz3y3fLeZKLsOwFAl+a1jQACgkQy3fLeZKL
+sOxW+gwApmhf/focFQaVmThTlRxNz2vp33tjVPbBCGG+hqK8AVTZUIkY/GU+SI0s
+NLZbhfUh72F99rJUTapqgUmY+KaOXlKI82f7ns9AbfAjV6Fg3b2B4NIq2jwHUGcO
++ufSiSN7X0bMCO1zHi2kk90pIptsGIhiOb5P1yMuIJpVfAd10dfl1qezKdKs0ync
+9jWNH44XIAVznh3CPIQ8EIm3QN7xVJCC48boMBOeLXxdbc0l5qcNx2txmH9CMuo0
+UBMENnL6/coYN2f1GDh5dXm6kfUscIxQoMltdvGVfW9ZUGr9e1w8RAzy0kooeVRk
+YVNQScKFAKgduNQh1hFlbTbTp1kw05DMCKwKshLX+2QC8o/7pPVor4sqZpRcE23c
+4aLYb+b1k6hAP110ez/FZpQ18hbm31mQSR7XkqGQ5l5/4EV9Iv1z5BKABQxwFOKt
+iQ7A4OqFJok9dLNlc6UiQ+2e5DnkrqHZWhCxAUqaNvlrud2vj0z7DDXFP+XC9WG0
+yJ3AKECx
+=nNEz
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-velocity/8.7.0/solr-velocity-8.7.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-velocity/8.7.0/solr-velocity-8.7.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.7.0-RC1-rev2dc63e901c60cda27ef3b744bc554f1481b3b067/solr/maven/org/apache/solr/solr-velocity/8.7.0/solr-velocity-8.7.0-sources.jar.md5 Thu Oct 29 19:05:20 2020
@@ -0,0 +1 @@
+a575f64da211e75801360bb6a3ea39e3
\ No newline at end of file