You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2021/11/09 18:44:34 UTC

svn commit: r50856 [17/18] - in /dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/...

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.0/solr-prometheus-exporter-8.11.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.0/solr-prometheus-exporter-8.11.0.pom (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.0/solr-prometheus-exporter-8.11.0.pom Tue Nov  9 18:44:31 2021
@@ -0,0 +1,591 @@
+<!--
+  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.11.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>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-nori</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-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.esri.geometry</groupId>
+      <artifactId>esri-geometry-api</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.fasterxml.woodstox</groupId>
+      <artifactId>woodstox-core</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-layout-template-json</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.apiguardian</groupId>
+      <artifactId>apiguardian-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.checkerframework</groupId>
+      <artifactId>checker-qual</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.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>
+</project>

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.0/solr-prometheus-exporter-8.11.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.0/solr-prometheus-exporter-8.11.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.0/solr-prometheus-exporter-8.11.0.pom.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc5AACgkQBRoPr3a8
+ZQfnHw//WKM2EZ0ZbxOss7d2eFUW1a5+hOkjFX6OnuqRhtNG1PDLQ7xnPEqNWqfo
+8F7gssyLc8Ru9Ue+pyvHdnE5SDS7zgPHV/Adk7AHMElzZDWuFGc7qS9ajhiWzrSW
+aZSalY7DPDviUJBqfTfYHXtY0WIQb4MHnIsVmv4X8SbAcN5cYZiXY6hQGqMMWcaf
+SZjIX9pQnU1z1cz0sOYC1776G+QfzGrUxARMQFl/3OTSKRihHP7Xb6JiG2+w/YAY
+jDrFK27Hkw5E+O0uDIiUAXcyK1emyo/VBfSzoToHLqKPSBVigoKNVpWSCLy7koqZ
+ltzQFK5oY9rxIlXemt0jQ34KqbXU+Jr1DUctZ1lT5NTKQJhrsKweLT9BRS7O92nD
+gmd4HCAZqRRjhRuHAdboU0dxgEWwIbStDKaB7LQKqZkSxKX2MpUMRE8q6Ivbg/0t
+5pIa8JLtxxaIgUWKEQ2uDEeOjDXgpXqBeNQ9VxCL7wvd/IWfG0d3IsTLU0q50AG2
+PPadb4GLkwLs8cA/u+iwuvO43E/sWjRetIX+Z743niBqzfWkALfg40UPfinqJA3A
+av5a7betYags+BC64QsxQy/16cR9qEk2HI4Wh/fGDirFpnkbFoJc76C/oe6/H5ny
+EQapE/oR5/h9OZko/SDHbRmYk57H0jp6WTb8O5a4bQdwIXkqUlc=
+=0xIU
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.0/solr-prometheus-exporter-8.11.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.0/solr-prometheus-exporter-8.11.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.0/solr-prometheus-exporter-8.11.0.pom.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+a263337bb8f1f588a578cc16a5c66551
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.0/solr-prometheus-exporter-8.11.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.0/solr-prometheus-exporter-8.11.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.0/solr-prometheus-exporter-8.11.0.pom.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+e7c897ff83a6375255da9a7c766ecfb16c29c311
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml Tue Nov  9 18:44:31 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-prometheus-exporter</artifactId>
+  <version>8.11.0</version>
+  <versioning>
+    <versions>
+      <version>8.11.0</version>
+    </versions>
+    <lastUpdated>20211109131105</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+1ecd0c6969b8197eb3d14ce656b65125
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+120f68daf836639bc5d1e57f7722f83429348854
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-javadoc.jar.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc5EACgkQBRoPr3a8
+ZQfpRA/+JdhBf2eUTGq45ntnnDwQcHLX8M8NTugPAXp7MQFLk9uRDqGBNvVYBT/F
+nj17M+rJvq10DjKmOwOFGKlpmUrSbUxM3QJ13OqqV6zZoylk3vHUaRYgokVmxCWt
+/RcFrmaevg1G/i6K/soTZ0CCQ7HF4gT9pa4cwD/riSkRFzQnsstFyFh/Nt0001GI
+Yq84DNPig1dUs/c1mm1NF7chhb8QqdhqvNMYbY2uxFz0qZjTZ7FOquwTg2f102yq
+71JuwCGhNTdCOJldDLH/4xv5vK+i7kC2mXJ8rC5kQ83mC2CMt+jevkPPudN0ifXF
+U9JOofOoDf+TmLUDGqTf/P1tc2kPEzGBMFHTqNO+UXA1hqLpXUoTh/JiBf0/jN10
+Wh/icyp4JiK9zuliXl6JjaifN6CpalbY6ZjdP6ZIjw74MnLqImaCH6GInIEABb+W
+ZHVg4V9dGyatAsWIHloIGBJPFUaAjv/KYunkhEen6Wv6HHouXh6aAKqllz1PNHd3
+ZHdZU4h1A9dxSoHdheS7JYdbE/Bh2nqsZIZozBVbCQ50cgl0ONM5aej2GIWahaUj
+lvn4dhIhi3uSVuFcSCvHPFxvvs6o412LUy2WHnerx3AE50aFGE06PZCvb9stvkzj
+ryuRl61Ron0oRuXUSOU8wlueJ+Zm9wVfEsdK2wx0oXhMnkhqqbs=
+=9GpF
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-javadoc.jar.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+1022dafd9cd98458d59ad07ad305b734
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-javadoc.jar.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+b5b8cb5765450f0a5ae1600ddcb69f86da98baee
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-sources.jar.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc5EACgkQBRoPr3a8
+ZQeAHhAAzUr2K987Aoge7f2WkcwboKVzqulUPdINxIHmrVKrswWsp1ipzRjMqRwF
+1MjwfzBnWLL3ALKEVmLe9lcQbWNktnhsyX6OxGhCotD/VfMg3gEu81AOLgDHbspB
+nY35o83ZWqWKQr7Uc56xNQiiAyftG8qvglkCqfHixIxRQitm8I4xbzFbUB5hHThN
+UJXqeMUou8OgGCJ+7guE8sf245FnVABrBGsgDIVsjeLvtH2oRnxKhrKcynfDiw+a
+kIF7NDmgBzwuJ+wOiOALIFU9zM86e/cSz5HZgRXo67pzBT5Lkkn19HdRdIW7cNpX
+54p5VEr8xlS0VSMDldnLv+B6dNFwmOoYueebg4McAziKQz871X6Ln+XRdmSMJ/ch
+IaY7YQTpVxGnIJRh7tdeWybyRZ3/osK0FE/0Pj1IAZOsiBJCQ6DKozrf3v1Ne8q5
+X5wGpsBlLmAnTBlFEc2FN2iJdt0suDNFh/VDON4zBtSvV54zI+EYnovYwfuXt9le
+yoOWWoxiYT+G2fw+Ro7CvwRtozsnc7gQv4V2rwhwpktN+c9g1ffP+0N2GFTmkuVu
+kL2ycO9pfc07SK4K72Nc+bfOzyccYdRM3zCR8pROwnyllc5e4lAKwpkGzawTqFxS
+1LJqCeSEWz2FrKqubUFi4DPc0IDdneHRS5lOIallCQ2TMqJRkno=
+=kbPN
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-sources.jar.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+627193a5b62db3b3bb346e5377f5360d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0-sources.jar.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+c83c4b7af83ba8ec347d0aa02c3837ffcc0ffd0e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.jar.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc5IACgkQBRoPr3a8
+ZQc5Bw//W9j60/sRYyzKi3LXYlhNJK0OgXT8GYWbs5aWjI9c5xzRzMxEXZ/0f8Qo
+QDLk1s2TtB4PfSqS02xfNieZwg5Bkz4ooFdYHax9KEBI2vOVPrBUe/8RtLGjc8Yc
+Roizm4x9pqsZKMmgF9k7Ws0pci4APrWX3593i+Ez1MSjxf3Lcqk6sIYpU/OKdow1
+ZUFOcqbOsnvFNsVPFjCwU5uquBBLFKM+cFKFYcLC7/uHU8kJoMLjcluOZraSZz6l
+7k/L+pyDs3NOdTAPrYfOsoQoCKO3UOfyq46MYFOQMx49d+62JJm4KhD1mHmC8KzO
+Ty/eCJMaG5UreNzUnk9tKj12l4sHzsmXR2j/2ADL2EmXsAX3w1H3KkwItQb4/ybo
+Ma9EfHQIEhXdQtdemjgXSoXSulH1cQjzVkTDvdRROq4vT/hFtLugmi6A0Qz9T8C5
+rUCjX4cBCBATfu3riqKgUs0SaJNhESbdOKRfMzhsWrFtc90bEXKP9lVLT5zagQmw
+ONgxpIGvxc97pJ3O6MwIoNQvAZ6Kduu/scJ96w6sCfCugwXVfnfJnxxTWgrpLAAG
+2Yqr1j9JuGuEzGX/0YCwkA5a1VxAtfkim4DMs63hFG8HwgYTSzgU7rgKepjrJgsc
+ZNr1xpnRIFL5iTl0JtgeOTJh9lJCM7wz0DBWO7pyhdeP3cCVgCg=
+=8q6i
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.jar.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+f8539116cec837b53249a86dd3df4ca0
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.jar.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+710cee64fec1c04f1abce132d54da55a31060de2
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.pom (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.pom Tue Nov  9 18:44:31 2021
@@ -0,0 +1,638 @@
+<!--
+  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.11.0</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-s3-repository</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr S3 BackupRepository</name>
+  <description>
+    BackupRepository implementation for AWS Cloud Storage (S3)
+  </description>
+  <properties>
+    <module-directory>solr/contrib/s3-repository</module-directory>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-nori</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-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.esri.geometry</groupId>
+      <artifactId>esri-geometry-api</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.fasterxml.woodstox</groupId>
+      <artifactId>woodstox-core</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.sgr</groupId>
+      <artifactId>s2-geometry-library-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>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>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-layout-template-json</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.apiguardian</groupId>
+      <artifactId>apiguardian-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.checkerframework</groupId>
+      <artifactId>checker-qual</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.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.reactivestreams</groupId>
+      <artifactId>reactive-streams</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.xerial.snappy</groupId>
+      <artifactId>snappy-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>apache-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>arns</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>aws-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>aws-query-protocol</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>aws-xml-protocol</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>http-client-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>json-utils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>metrics-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>profiles</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>protocol-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>regions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>s3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>sdk-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>third-party-jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>utils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.ion</groupId>
+      <artifactId>ion-java</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.pom.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc5MACgkQBRoPr3a8
+ZQcgmA//UhBe/kaQH28qnkcRFZcsQAoFdwiTE9TrT4TtOJckbAt8SQmoAOKXSCIj
+/Hp36Y29xUNDTRAhiel0MRltTG/HiyGeyD4y4kTgq9i9XnhPzxwVlkcljfry84Ne
+Kt3OSHH9ZO8WXO5DJynL8nWxwW3W/G+iIo2cqtTCodtJeJxi4lc/2VlEQp244ZdR
+159dC/d+tPnhqLotGd1hjBwYWLtta4x+TTfB1iRT/IUBcZ5E+K7Wf1pIGHqnJed9
+WskqB+Bdarri2s9kGGU9m5QAUrkYikUEi1oeOLIXi3F/t9N2r4NSHLqv2T4EiGAc
+WsLxdxLmN2NoQjkvswHylnymtTV2xNKuJAvKq9xSWkM1VpKbKI4ePU+PVMyuKLRS
+tpasNmBMnw7SG+8GKdzBG9D0KYaebeMAUtnThG6yAyZFRR4qPx10Nlwk5SF5Q5AP
+CSKcqwvvD7pJOefF31i/eKy2Q0SHE2IyMQ/gHqw04T0V04KnbjhkSxpdYgeWZDcq
+8rj1ZcfJDLN0HpNNZ/NX+ctKwgAwNjkDEl6D8gmfThG6XAl0HlEEJuFobe9LEyXh
+lUnr1FvqS7bQqq9Ex53h/b1iw/yWAyi4RKhFy+xWxx4Ud3Q6MwgYFOKqE1UuagXo
+n+IUgGLzK5MNPKqsG0yPZrG9A45xsPDvNLWKs09VtamubI1THqE=
+=4L9m
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.pom.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+780178db85e7371efefab2b64cc1db58
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/8.11.0/solr-s3-repository-8.11.0.pom.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+579725704355fa5f2e63d730c789f74c926d7180
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml Tue Nov  9 18:44:31 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-s3-repository</artifactId>
+  <version>8.11.0</version>
+  <versioning>
+    <versions>
+      <version>8.11.0</version>
+    </versions>
+    <lastUpdated>20211109131108</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+5ef50246f0b6aa7a28eb0132622e1c1e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+87a0093e0d01062b9481424f4758de9be7648883
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-javadoc.jar.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc5QACgkQBRoPr3a8
+ZQep4A/+LERovjL1ev7cpD8OSJRJL6kFU6M1Zs8PBq7VEFxalN/U4mzUAZoSS8wP
+r70rGMj2r61VhgAU8xQj2rrO7nJamnE2Hpyhhgf6esSEhvHkSqVuCDDX8rPedPuZ
+QxsTr6MZCHdr92ZTwT56z9QUNKbEEmlwmULn+UG0KtC+OoKgGFmdjwwHLDi0E+yu
+0ugTlB1ZuU2rNq3WLF4GFc2fShYelFIZQNXsvpnJBHbilzIbhXmi6Xfy6rqPjLV6
+tH+8SlAKOuFcdcbjYnjSZrbCDhQ1OFN0VxXPQRg83fF8FB1KLnrs6IQmx8nkOm28
+vo2qcHndwYOThGKaAn6RsNpRA1g7g9zV5UsE7TT5jWRIJFCfrzQUouyuxJh2lelS
+v6RPpDh4b7AYQ9obzobcPlGPJzLZtiIAdsUjhc5aIVqYZIt868pgQuzawO9n+d4H
+reosbuR5L4V6XriDpGgrjI/9OLYw7mSr46rP5QC4m71iMGY5Z5h00wbsxELV9V5P
+97SJQnX37pbVG3Fk8cbqa9906HIY3Ld/e6yk+WNsqiwbUeA5e6rL0xJ4Nk8Lnwbo
+Nxm36GFKKQcy1Dad4vZQFqk0DNIHyhcFDqKTIrPGJ86BTqUj1O6r9XT4aRrZOrWx
+mFoPIRBr9bpLQiabxTg03tREXn6iAvZt9kBOTeyvZuSc2jiP5YQ=
+=MS1P
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-javadoc.jar.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+890488f1f826ecb836507fcd8e5336f1
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-javadoc.jar.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+b1e4af9f265089d7545e6d68f93b54dda32ecf6d
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-sources.jar.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc5QACgkQBRoPr3a8
+ZQeLwA/7BnyrvoeN/pA+CYuqbApTiphogcTQn3CF8CmThkzTBhNQaYGRTa9mkniH
++2SQ/YSNIFI+k62YvQqOq46ebughdp5j1SxpBs/K6yMnC+zVTA/WCSFK86IOAtHH
+A6x2AIagTURCBb/smo7PwJH36ucBjIhNDvvQpSvPpQTGSatXKbk9EbhIlsKsqLo2
+7FYLDSoyGL+9QZsTuARKCMlJCRvrbP/Emq1Lr2pyf7lx7M5VMKcQ5CYLgvp3RHld
+2ZoUlLOUdptdv6df9cI3yNHpQpRrtTJLJREAk8FmwsjWYDL03JHeaw+BvMLc8CcL
+vEXhLl/EHDLuKFuVlDUEaJfOBWZfKbH/jmGckhgKsbEvZK2vkPCbEaBTijuCmogt
+hgw2OEyre2dLw3ETG3wQm3A1jSpZoAkkcQizu8ZdQPm9ESmXLFvx0wG2dzXm7qPB
+SHlRH2+Sc0gtK6DDHsE6JZWXDJodpf+aqHAn5LwOMQTsIujQEVtv6sTGyyfcbq6Z
+zKeJl2XU7/OvyHZeMY0Vw+lo2yOn0U4a/81ZOQQrHbU+cPF+2dkCQgvueQs/Obt7
+43hZEZixztW7z24MdKqsADODXCjtfePmmlUuht8VYij/xKUo+6Cd/QJ3DVfF19XS
+Hw5tuSU/Ie7UCh8YYlITo+q7aLQTrIxlU3jp1JnK628wY+Q55Ko=
+=YTQ2
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-sources.jar.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+97effdfafe34bd064ee87cdc79bb1c1a
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0-sources.jar.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+b8f1c195ade6fcacfb4ff87c24a24b078cd11050
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.jar.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc5UACgkQBRoPr3a8
+ZQfGKhAAsO6cZVH85pp3gMuHd6NnA8rFEXIPu6WW1BnKIdGXdWHF6UXgO5ITX1Di
+bG18dw1pzjaF6PBZV+OW5nX3RaCSRBVnjXAbOcdw9RbFyCS9Jt95aHXtpGc9i2Ec
+aeyI8c+Ax8wGY0dQE5/gWTIaFcpppZ+DBD6WP87W/lSBLrg9mi7LDv2KDVqeUtBr
+BpihkqD6yosRJVcbkvBos8jUQ9VoAyiKLsOzA43S3LldRu2nQtltCLQZMO441PRr
+BJz6EtBvesa3t3vSm0hx2umilfumHWkWU/zrkNJYtitq2XE8TA43fgT+KaasCCoY
+QPJJk8NaAfBnNnV75+z7vtsuvL+ALVroWwFhzlAjArKAk70UWcKc3nQGgeXOvy1g
+wYbmZPm5t4SRtGtq5aH7tT1M49OTEh8ROGAYS2dNrnPum6V1jcMFbe+hdiNdCTnu
+X1wNb7+Xanb+ursyfBOnwvP7U1QaldwNiiEUwAdtjBNftgK7BhayBdGfIaIqOLMW
+bDDDcC/WizJLCVjQM/lqRO4xzioPP8+6Xw3p+O6wB23Ixuw0gqpeWhzR/kwjswEJ
+LeqGOV2aB9yp5PmrE0Bv3ow4ZHFakpo9cb1PSDhrRWz29kfojseZ0upMbq3Pi9Pv
+Hw8Yf1VDu8E+JwV0mO5/TZkOnB+YVneHi14kXJnG6OlvjUYa5IE=
+=FwRE
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.jar.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+ede12e27c54fd62360098dd58b2df1e8
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.jar.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+ca9a5fdf6dd68101974891a7ae7796dff529d6a1
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.pom (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.pom Tue Nov  9 18:44:31 2021
@@ -0,0 +1,169 @@
+<!--
+  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.11.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>
+  </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>com.fasterxml.woodstox</groupId>
+      <artifactId>woodstox-core</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.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.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>
+</project>

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.pom.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc5YACgkQBRoPr3a8
+ZQc/uA/9Ennc336Ab1WVymMBxN9raYPnE2k00munBPWx6WDHGP+Ef3MN5ML8WxI8
+BpNn+AnTrzV8u2T8GI7Eg82d+nziJJ0qq3E9FVOzFW15a9a22gq1xMO2+iAzzVti
+JiNhXORTCQHLw/VT2Vll/lNkU7Gxuh/3V+GSs7E9U0nTOgOhhMUUZFb8Te7cGSyy
+w3AszhDvLA6468Ei7Ort2k0RSvb4ahM8c3We2nytklDdXMmt99bnj+qzvBeJzSvF
+QYIbOodzwdsFmi2QOP8yS9CArioQIHCzyhe8p/vf9nMbcatxw3Wu4KeoLIa5ye5Z
+ZgUNsN0qZhuvKoaxjaWTBbD2k1g80qRCjamL+Ul8nF8qegoEB+XNXZEVVksWOYVd
+RkNwtjTOzJ1Xlt/19jLSpYXUMUzrKtd/Ue8CS2YLJ55n4qr8W6Rrqpj3QNpQs4hM
+154YOS+ku42psRZeFtp60P9ERAXRLVUwUmp1lTgBDrarQeZEhNeWcvLUWeWV9N6Y
+wQnzThh+0dbfDatpjuEzWvJG6/80vu3vd9MPnd0/yGO2mFJArEEv555XeZmS2hPC
+p3xu4OCPH/BiOanL7X+nnZXI9T66hteuGb40Op/z2wfIPyowk/mAvDWhRUsMxKip
+985Mg0EEpqXXWDvD0DQ1fLXUzwpWQ0h+ELw/UYcKu4uKfErvAIg=
+=HzkP
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.pom.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+85550cf1f970706dcc024d243076825d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/8.11.0/solr-solrj-8.11.0.pom.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+a719a3d3820df89ad649daaf45200c0bc33dafa7
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Tue Nov  9 18:44:31 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <version>8.11.0</version>
+  <versioning>
+    <versions>
+      <version>8.11.0</version>
+    </versions>
+    <lastUpdated>20211109131039</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+354da36ac3e2c9fa50aea35ad17d942c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+696a3ef0a81bdaeddab9d602fec4aac8875f239d
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-test-framework/8.11.0/solr-test-framework-8.11.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-test-framework/8.11.0/solr-test-framework-8.11.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-test-framework/8.11.0/solr-test-framework-8.11.0-javadoc.jar.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc5YACgkQBRoPr3a8
+ZQeYeQ/+LPGogY/jRGsKPvsRVGsbJjM4HjLQWTF/jCX0TTO3BemzPXwNsVD3vI/C
+3tz7dHo6zBiKi4LTUm2UjofwqppFGy7chIy3D4f71hVgoosJb5V/0DuyPKAuXPHw
+CzMbNuMLTHWhBHGZDu9plRSj2jaavrrISgFjmgi+FxmMO32dWW/7OUvKKjSeq9Fz
+oto3XeK8EBFuYdAybWI5CoHFDrD95ZwhQZwyLdA/CjQN4pXSB1qeezIuTj4KmAsz
+OeeHIEytMklKTQqWwpzQtCsPkuEoLhzM72kv+a1mEjgACvGTt/vrJEIQZjqTq1nd
+R+LJQrt/PT+772AzoSPyJjVSyra4kWFbVauVJmTKBFLniFzryOVsYTIkwzGpHFKD
+z+7HeU5snxcFo01hSOgxlICFdV2qgH3EIWkCf0cf2Pdl4W4LRyOSOwyVpE283N2y
+7he3AeZkrDQOzYIGUp8VLjiBxXbuaKe/+OzGCSbWT8Pg40SNOKLqhiyGRmJj4mdn
+SbbT8evaa4PTi0NGSCt7jIvjKkFNjoNAfoB9W4Vty/9tZTRalt9+djNG7zVkXrOQ
+VMfTZAEgkBsRNdc6fw83WeSPRF7+Q3MjdGdbiAWUqoYBAoHbFiMsvEAJV73EXIGa
+GP4hg9nmkyaLnENdFbx3n/MPTOrcUbNjFzWMaSJzROvdCgPEvE4=
+=ZJJm
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-test-framework/8.11.0/solr-test-framework-8.11.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-test-framework/8.11.0/solr-test-framework-8.11.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-test-framework/8.11.0/solr-test-framework-8.11.0-javadoc.jar.md5 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+6fd41d9e9f6168b812cbf1b39ef56f6e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-test-framework/8.11.0/solr-test-framework-8.11.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-test-framework/8.11.0/solr-test-framework-8.11.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-test-framework/8.11.0/solr-test-framework-8.11.0-javadoc.jar.sha1 Tue Nov  9 18:44:31 2021
@@ -0,0 +1 @@
+56304f7cfadd6de897481895cb5bbe760be52011
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-test-framework/8.11.0/solr-test-framework-8.11.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-test-framework/8.11.0/solr-test-framework-8.11.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.0-RC1-reve912fdd5b632267a9088507a2a6bcbc75108f381/solr/maven/org/apache/solr/solr-test-framework/8.11.0/solr-test-framework-8.11.0-sources.jar.asc Tue Nov  9 18:44:31 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE5uIf/NzqFMlZEOplBRoPr3a8ZQcFAmGKc5cACgkQBRoPr3a8
+ZQdOWg/+NCurRzGlWW6qMtkgPMa/eFbXwOckS75Kf+q8FdTJj9HmRUqJ9hSJWO4B
+//Vj0Y2ykholzp/FsteaVTRcJXk5CsmA66R8+0L4ZwUzBaNrJvT1zLrVe/IP7SaL
+z0PryiAGf/t7X2//I/K1y2QD4Y6uhS568dqKu4n7gaMjGDU4DXERFX7M1RZ2PJ8A
+BaZPkuE6FEHtYPltLBq3XJXv6GTCTQulxAr51yxxeo0EwCBoNmo1Jo+B00WXG4yi
+OTck5TrS0xM+PwcVEcu1tLRXrrlzHucW0kzZjm4oQoaxRJKv3OJ5T/vtdVK1ipCW
+IQP/S/aho3Sd+jjqiMoAQ6xg5sAWSNhCJ+fatXYHOKbI7Ae2vgOxMp5SvVjY8ef0
+q3Hs7r6wJPqfMqxoUOrtZEak+D7nutLgzzLNafSnjGI6cs8ts0XiI34K+jTjnr2W
+hGjEOttybFlkMeamLl87h2m0HL9UhdCdWnSjFLav81ZuzJfp8IdI9REKZswr+Wxq
+j1CuO9jKq7GcogN0WKXhkVgTD0XDT28GhXHl2YWudtsMsXApRUMg1rhWFta5VAWU
+ndAJpTqQoz/ngV8KUV4n9d5HS4jpP7Agas+6yHQdVkTHLiNIu6VUsZJArVAuieFP
+ntowDdAYbblPdeDHgJ2vf0xQjgPDp7OXXRsDc+BnSs7HZybJmZY=
+=+lfK
+-----END PGP SIGNATURE-----