You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by md...@apache.org on 2022/06/13 18:19:10 UTC

svn commit: r55103 [17/18] - in /dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa: ./ 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.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.2/solr-prometheus-exporter-8.11.2.pom
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.2/solr-prometheus-exporter-8.11.2.pom (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.2/solr-prometheus-exporter-8.11.2.pom Mon Jun 13 18:19:05 2022
@@ -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.2</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.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.2/solr-prometheus-exporter-8.11.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.2/solr-prometheus-exporter-8.11.2.pom.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.2/solr-prometheus-exporter-8.11.2.pom.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZkUACgkQPkjAxu82
+K54wHA//Q1NiofqLe2W5f6TBpBZwc7Fg/C3TV/d/WY7YvvdYG+itSgtzR0nbZaln
+d6KdkIYSYxjTnZBKYilwopMOIk6347hrWACHU4VQOLxVGkNnEROZaPO7cuKnpoCI
+BHshVKbyee2pR88SdMDOzsFrDdMLmTQMJIBkHa/5dabSC41WRD5uhQ2L9VtC+EJG
+FPA8sJV01lOIRSN6/4WRrSaTYERk/gjvBwojirUJMN1nlPAR8dcqOLyYhL4pGq1m
+NN5SiQhWkl7/Ctk6iuHRq3FDnifZpXT6AQXZOy01SqI1dNZJ7l0fzBiNPr8rvLkV
+a55y3H/kbUtI5Y+dYD8yGc6V3doJ8e6fdMQ5QJGtEWKq7FrWGNmWKmiieYEfhTcI
+xzQSoqezCBezLDG+ntmMIgM0tatQ5FbXSN8pgzWyeZEYDzHr0HCRoN1OthTdJ84O
+SCV+rfvjYs/qqZxYN2bEde5BzE5PEgaMVrTco1gQG4KXJtDHF8iFr5hgeNTLbQla
+2XN+BQRdk3RrTF332Q2ksaIztuwzYLgxTDglgOHYIRJv8z+n6qXp12H0TBPJGXA8
+kboJuRWHU4d1rfxFTWLYGxvlQfozEZ2JN2Jcn9kGwAMavw95BkvqO3XMXyiwF6z1
+i4E3pfQWMR4xK/ZniyFN/Qv+Zl90fc4XZ9BOKUljyVrlLs7m1CQ=
+=N2lZ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.2/solr-prometheus-exporter-8.11.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.2/solr-prometheus-exporter-8.11.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.2/solr-prometheus-exporter-8.11.2.pom.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+e82db66bd026e9e9c937f9848877a1a8
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.2/solr-prometheus-exporter-8.11.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.2/solr-prometheus-exporter-8.11.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/8.11.2/solr-prometheus-exporter-8.11.2.pom.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+c0bd1952c9df6f05505c82d1c769f26eab036a88
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml Mon Jun 13 18:19:05 2022
@@ -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.2</version>
+  <versioning>
+    <versions>
+      <version>8.11.2</version>
+    </versions>
+    <lastUpdated>20220613163037</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+ac0b2aeb63ef20e1cd98ee4859866519
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+9162445c14284f2c523e68d6d6a03306456d7175
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-javadoc.jar.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZkUACgkQPkjAxu82
+K56esA//SOF+lz31tKpCYKU4jek/6QyM/eLdiavuIJ1ElKczARp+UfnLDEDOdY5y
+DeQ5zQZvTDZdYgYWYy34XnYJDW64ke5Mu9qektIWVovUGZSwVPo9dLsv0rSwaQU4
+40iJMBeAKd6dN7YDmC5UgRtqlopKlRj6A3B3MyTE6zlcV24Qu1Q0XEarbT65cjCl
+nKL9+Ni+l/maQ4va9J1oEoVXwh6ovoWd6xN7OvQro5jLJeZvYwQLoxMdq2MPXmZq
+X4jnko9X9oLQa9mMgdll/Mr636Uustowk/6hYcO5adA2xe6Y6ChpYp3jt+CQGkCh
+6zVeA/JsmtojhsYnsB7L1AnBAv+7z8ATFrkWd51gNypa3Umo6rcnAR8NjTr9rSnC
+hvesVD9PCiq8DVCHXnwMaHLPo2Fh6B/OSd1QarWmkBAR21AqEIDq7H0UqqjVwl8I
+lnc+2lcLoybwbZ9XhbEEE4d6iAacIbsPVlgauuAAnqegLSzWkV2rX6kz2tdsJPFZ
+f8yeLHLQmODx0cKkUlgA0Zmhpj2a9xSxJpqDyDHp4aYH7ZJ2jOiNktNl9iJllMS/
+iqRfaLS1L2vfT/yJbAQwujiJOtPx3UrvKjI+b7mHgdDfovJ69oLfWbxF1dBI6ua7
+HgFH6hCs7jg9p+d5pG36J6kPMVRiP5nSEBxeOsioamtAQO8pcjk=
+=8vAi
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-javadoc.jar.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+9aa48856ca819d09ae11eec7b482e856
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-javadoc.jar.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+d01b2811c8267530432b38bfe42b4bdfab82cd51
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-sources.jar.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZkYACgkQPkjAxu82
+K56rThAAmU9QfL/oL+qpbter4acU/GxwBuRObRfNPWSXnAKXhne3f35UeNGFRWv2
+6M//JIJ+t3izdPbHr0o64wHOCh8mQd3PTeUC7YerbrhNSnssSZunGz+ZwcAMgRZG
+W503X7RxHxWJjVdNN0CsZEQpheBwH/1GKAQN1yCAYHGS/tYiK5fAhlmgMn+a2ylw
+HWRXa7EIAEDSG+2Vnz8Db1/2n9gNx4haPfEq6XhlYJf6u3S2Rme95mgrxA+Wer5o
++cM0PbTiPCeTsAXENoWKpMJNDM4UkeY59FZKD7NOFIdkgFHJt5aErBkC3KNj5Wpi
+TLBc3wom8qPmssfc30OyUNK3qsM5d2I7BPDAo0LDnUUP4FfJ1IYn0ajbl/zEHz/1
+qiV3vQH92frFgSxPsL/711w9y/cHfRubDm6KrY02FKM7tshHsLgVkUv4ITXHhSzq
+dxdjw/NO0GuX24FxcowoDbF2htsmks9q+9jwY9gjAPi/2F2bDhmY9kh0l+QTq4dd
+JNsHSq+hggFYYWU4naecdIoosw7HThxol8CH8kxWTDZ82Bex/vylh+Z/+O8zrDkK
+ZndTGtmNahyHsKRwYPRivnUOgkTWbJfgI77Rr76dT0J9ljBvH+/vWw1K1J/P9t8E
+0LPoQD/NQ9G9xWr9gY9wmiL3ppS8kOnPPYqnKQGOu5ltioTOlaU=
+=AvlB
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-sources.jar.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+5a88bcf1c6bf773e02c7b6709657f994
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2-sources.jar.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+5f384e06329063e977550a8fbe139577eec12218
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.jar.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZkYACgkQPkjAxu82
+K54tzw//Tek+xOAS13lsUFfZpVVHV/JH9kV8p50CEdC159P0dL0tfbzqyOSHMR3g
+nFLXuaSl780FCEa7TmUAb5+6VvqS4pD3BFctxJ1ZvSnLlVWdvsKlFQivvtonjrah
+twoaYRsG6abGD9I+dQqmMnz9aVB0HloD5ubbdy9peKmeWGEfbCOxBUS4IZUNncvs
+Xw0JxY/p8bvx9eWERYtbrKmhDUVsoMqVD0EZ8OTGj9a3jA79Vdzb2IOKAZFZGH39
+GHn3PAy1lWeMYjnzKrACM0ru1C8eRHH4TXVhQIm2X/9W/VnEXn8zwEapBFjMurDo
+rPOBUp8AV6rMojTIi39IGjL3hpcJt8dQNqZGoUKf66r6tpke028wsMIMs7APfzS4
+j4Sy8YsrbFuyT8Jvw+ZwVToIafv83eRq1M0vi0XfIL2wEkSMBOP+A4hPymX+WGZv
+iQ2qN+6VFNTPXPTj2dK/XXb+HbD/YXgIiGz2/UqCO0/gnlO4PRUgq/QsGTp8A9rU
+8SCdxAk4bVAfHkb5LdaL6g4Cx0JhBmvs2T0KB0JTw6FxT7j2QskXk2NaFrzLivi5
+7a3a5Iaac8GCT9q/as+vh7ayQwENJXvSzGhAwq5Fvp9arBb5dDtLGJzmXauYXSvI
+Lt1/EN755/f6dkgr9p/RHJoqvSXibyFEOvkbzzPnZ7vYG5pz3gQ=
+=Sdks
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.jar.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+182e5577063a3ad49507fcb298d55305
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.jar.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+39d99511803171bc9af78d608e51a694779c1983
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.pom
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.pom (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.pom Mon Jun 13 18:19:05 2022
@@ -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.2</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.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.pom.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.pom.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZkYACgkQPkjAxu82
+K56v5xAAn8zgiV8LFS9AJLJ6JO6x09/Yik7unnhhWKcelDP+YnJo5KaeDIM10bE+
+g4aYsqtRAKF8G+07TOaVhZzZn9enJGiRZ/3HCAcWTd6rL/Zo6V/I9M5Rf0SVU/eq
+Elf9wXuVl0ZxUyxDc0wAiNjsMX53jHK/rjNgcP3R6EAwgudYHHZw2htJfN5KLTw2
+K3WdJhXX4kAHl8dsJkwWeP/0L/+UPEjBDoOpkfhHhM++fKv0PJTJVysOHNDzplr3
+bAhyZox35xPVxqliDp3Fqs7wAAn6Bot71RVtIEp2TcV8Kp1XXHEZuTlaCENWOSxf
+1kVosWdFnYL0lVdmcBUGaWtZp7dOi43qPV/fkaJ36NeScMmXXVXFZnUoA1nkR/1C
+c6C6FN+KWf3ClAo1gXali838c2fs3CdU8lhE7vMk+l1Wi5B1BG7212SVBVZs7LR3
+yTisxd8FoKDeW9jzCTp8Xmz0rDkCM4CDePFsd3F1ByWnhA3HnPwDZ+4u+kGVt0u6
+a+cY1mmLzavjjgQLT8cOncZ36G/kOtibw91x7xJ6mNfvo6x7bIHiCkxDuMheKZ09
+DlaDRxm1/qwgjtlxQsIAtePTT55yxCUGj6XyRYGbjJ144vMQtI3UjGCphdMHcd4j
+MmV/nzzXnBetCMXAYLzd3WNmusqLGuL/lAXJpXGVj3lhMGosYdg=
+=EnS0
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.pom.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+b887a24ebcf013556a0bfdfbe147ad6f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/8.11.2/solr-s3-repository-8.11.2.pom.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+1b1dc2fe0a02480f0c5f2dc358edd345ba932afd
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml Mon Jun 13 18:19:05 2022
@@ -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.2</version>
+  <versioning>
+    <versions>
+      <version>8.11.2</version>
+    </versions>
+    <lastUpdated>20220613163040</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+432d562d27fab895c72a888433867546
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+d6175c570d828cd26eb76ba9e84323f2dcaeeb26
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-javadoc.jar.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZkcACgkQPkjAxu82
+K544bg//VokrBJDY3ruhCT9xarRBgShv7s8ZgCWCkFAAX5j3czSaWkzh4ws1Ee+S
+HDHq42510VijPCeaj3WVo4bfgPwYZipHI+Jnm9UQ8C+QNAeLtWFIDHIjGeveE9hk
+Chk7ia/+9LM1IFVRCHETBDt1kYeNx090b5NYXd+0lgpgmaoQJhsH+IGo4tQFBqVB
+yzcrngFo+gMirrNpWDaAXJRgFb4OqG+jsoRUJcYDsDqxPGye44uLNrF1yvyYzk4R
+AKbYRfCd5aCGQDdtGRDYgrhMw+Anf9tVyycDNVq7IsNt3XL+EVcgk4xPaRjKj7Wq
+ZC2ApugXW7sCloIdAcpEFCj3ubB53Cr9SMyFr5/NbxvzaqEGOgX121UaQQguq7j4
+rO9XYGlKwJpE+sDucUa9xrklCIDusigSl2YDweSwQpJLeSXhctd6MQSHHbGEd6zd
+X7bV1CXkuMiyhrw3hmWBU+tvcyou8OqZwuPsamo5/gT5mOEa08pQ+Ioov28/Zmbf
+1StAnrC36oR+OYnZcWObYkCgl8xLEa5rKeQhaGA6Z3O7OlciWkGhgfsoSldmLQym
+ttMuIBboUJlhKLjWYwWk9bCeHsRa1GIfZ0gbXAGwUITReizN7v2oEPLnZ5zMxewA
+aJhDYjZj4BR1FMb7ogYnZu+KE+5GEGwj0tEL0ZJAg+M6n9pwJnw=
+=kp/m
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-javadoc.jar.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+9336761a18fcfc06c894e417d963e967
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-javadoc.jar.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+fec3a71f0799643742ebe00f5b0ae8d7bdc5572c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-sources.jar.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZkcACgkQPkjAxu82
+K57OZw//fL8LyfJTQrnLFQlq+oX2hWRl+gOO/OBMcMP6A+89NfkdK8saB+wlr2VK
+6sblTuV+9Vw49nNwarVBStsYtLqjtDCqfVEV99wnjRUMiKFmmdIXDTFAIRQvEPew
+zusstRcdzJ4eapl2Z80vT0y4PIA9XEBco7X4LJAA6wUvVrwgHjwxcZEwDpv3n+Wy
+go23aYZaJup/qMI0Nuq6wqYWbcANQfGbtOHriQVMZeLtDv1TAJHfNa6xoKsD4VXu
+286EWWEHD/bF9S2abwMr8p1cZnXKeFxyZVi3XUthW7w0rUks5u1NTOLqe2q8Yjbh
+/x+sTuBGl89FcHa876X5y10WITe09c3U5mQ9zzXiTV+weCaUE3WT7fXw8fW50TZ+
+huADc4VRAwXEwWytfy/yYWGM8IcXw8D8IU+krTORsdH1YZHzHjjQqr+RUmS5y+hu
+StkWyKYpPXLPUS+xoe15ooxMV7ZZy38HoeojV2gsOLBaxcGYgq0jRMLgZKwc8zQO
+hzFMs6oy96Ky9e9kcoimxSgH+fyxUrIDUxIdvKu4TRy2DaI954sqppw3MwXZLi8+
+UQbPYsHWSAZHQmXcBGGRn89CRn0q99CyTABV8W02l7GMEc/QXaBuAUQTiOBOQu40
+6Mypqh5CoU4lKzzq4kuo6xMvjVQTsCfRIT5t2ffyiqaJ4Y70buc=
+=qfX/
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-sources.jar.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+cc5f84ff03496058da70783a9a8b5446
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2-sources.jar.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+df3162ca88e7f0689c673bb50c4743c9cab0c8b8
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.jar.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZkgACgkQPkjAxu82
+K57NZw//bnm6usTZhiFoKjXRXYVk8jJ1NaDQEr95ZxjIlnZ79QiJFsrzIoSuyeTu
+LIt6swwD/D9hT2TR+X1kvNhnYQxJ+TRlXuL1Frn0Oeijji8kQGuA0lF1jO78KX1I
+LfgRyxoha7l8AyqRgqEVktA+ZKB4IMIbW+yDcybiOgMezzPzHqnJVRtKb53FrzpS
+uidOYaC22nS8ePWDUyJ8gl1IWeLb293ywvahi0pqKeRzVwhdwFyvL+tZrN5+NoQk
+Yq758eh+81EEBK3ccnps1ZIvztgF+l/OrOzfgf5HLw7pZ1cRFgLmKR0e86+ROMKC
+O6Q5i6Yu+8JLnRX7WH50SdY1F6IFPq1XjFw8vAsrotRsobcN/tJNVxgBmv4osuNJ
+e0CVStqr+zL9c0e5I8JNILDnsvMt5JspLXGDCu6k3+p9nvRBoQSywXHLxT8+/Ia7
+vZzXXkqdlcT5ntCb8NxM+AAltEgIEsWjNTiGsptNtkvXQYwi2xR5R747SmH3/7WM
+5g5SngQq9hoJgKUBTdk0rCKwMtwFDRrbIcE0pfWE3WVd3tmqBTv9zSSnuS/cNdKe
+X9jNkGb/inwmdccGw/cr4vf+QNjpvjLIqStcM9IKabJSDJdpI3h62SeiPGANqUah
+erQ8eszbfdwZ5elPUfdog0O3BDCjN+DCBLmlLJiMQnsBGUdOeTQ=
+=6iqs
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.jar.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+2bdc19f3d126ff4878ba6f43a3d843f3
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.jar.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+53fc648efc0c82b1e0cc806ab7abf7dbdf532273
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.pom
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.pom (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.pom Mon Jun 13 18:19:05 2022
@@ -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.2</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.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.pom.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.pom.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZkgACgkQPkjAxu82
+K56etQ//VnL3lkZbDn46A3eOuOV0B8x0whThFaX2YI6t1bYR5CQZdAXP1k/S8nXa
+yRh7THu9AZ+1i1+yDNZeADu9LMU8OY3VqJfPmuCMph41Hv3FrlZNaFJKjgkKGQr1
+Eq0zCs+LdZLWtmFQYjRh2RmJ5Mlg2xtNlVf4M+wXbbqTnwmTw2X/AioH0wt9tS2p
+ccf8QwMOL47WOXbDeKrQhQmCkSGZ0pw1xmEkdKADDREJPRGqW54N8bSSRRfQIgaG
+CQVi46JzHpTaEA0jtenViTED1o0xgncyd+5ApwL35E9V2vJ6vqD+aa7F3D5Ct9Y3
+z5Kx4hIbV2sAQQEbxyic5Q0AK6UvXpNaeBkpO6WPOHcRkCl/Z6nbl30uCURPg02W
+HtASfYU3qpXEwWXwV8oGBR4v2tEHv1rZREBrppbVUghYYDbk5sW9TvFYlFSqv7K3
+XMjCLVkThMJ6WFpM0IcMZAcx9L/0hrmx498B/292vWn0FQf9NFWjCiM5okVrcofK
+xD5mhDls8yaVBIH8wjZRaMBDq2nz/tRG5EIgbnFzlBTfkbwAoFbTmyGc4NvtFd5u
+E1VTrE8GKZhC1EAPrhav9+eORR0UqdftR88GSAFFhYuu8IBH89Ai+razxbLZmwnw
+6IIjP0m0KBEww7bRuBYpd8guMQtr/6D4HKAQznO7TFB+5lAIeyc=
+=vSAq
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.pom.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+416b8c6958a37816193326ee59d6b4a2
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.pom.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+6da3a547790c523b951f81028cfcabd18edb7c85
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Mon Jun 13 18:19:05 2022
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <version>8.11.2</version>
+  <versioning>
+    <versions>
+      <version>8.11.2</version>
+    </versions>
+    <lastUpdated>20220613163006</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+afb525c5eaad4f36334436fde5d13489
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+36ff842f82127614615d18b1462fad5a7751d34e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-test-framework/8.11.2/solr-test-framework-8.11.2-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-test-framework/8.11.2/solr-test-framework-8.11.2-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-test-framework/8.11.2/solr-test-framework-8.11.2-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-test-framework/8.11.2/solr-test-framework-8.11.2-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-test-framework/8.11.2/solr-test-framework-8.11.2-javadoc.jar.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZkgACgkQPkjAxu82
+K55D/hAAi5kSTrEzxcijucMAouosoY6IYayolYfmAjjhvjx3NlUT/IJSYm0rUkoW
+VxDy+y+/bhn6TYjle7vcDSGcS98LpIjGgc6yMcvS28PMdJnYwzUKlkYuRqV6tdwX
+1Kco53hCTLPt8F6Pq6ehwjbgpcocHduv7oC6lMOwwJUvNldw+5gB9bSiyzxqpCX6
+RQDnTEhZUPeQXBbKI3C0OapkHemcvc/OaobgVYPstt6thvBrlJnrYha5T4sX+6OL
+Ds1IW/9cjn4Yu0ExzBMWbIe9GOpShlUkMtwagy3HxIOOV5onc3knX0jli3F1aROq
+OxN62TKGtmCKsdKwmirwGKHYZYXZzvgq0HWuybVCW/Jh4MXP1rdfFVosC42BeWLk
+hhP2EeibspNPxSFopGDIBMiRElKMaretxYHmFiJ1SPHUzWAZkR2/XebqZDPkEVok
+ACUy2EguBpo64QFWp90pMfGlWEHlTVNeXL3RxWPVDCAZ4dCG2BvW6HdPxWTrbHFv
+kmn4lNrZyJ7ozbpKQwqf6XUzq3RsEkMM+QwVkmYokCohRqE05PZwe6opz7rDJNvh
+wiXBY4YL+YzlM4mWcqP8crVbF9uoefiw7CAVNeH+Va1SNVf8soOKhj8R14zLlanR
+5Z7ChEVYnfnItb2umUT+ZPmNTgNmqVCz+bQlnV8OsFElsn/e6xA=
+=xw6Z
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-test-framework/8.11.2/solr-test-framework-8.11.2-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-test-framework/8.11.2/solr-test-framework-8.11.2-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-test-framework/8.11.2/solr-test-framework-8.11.2-javadoc.jar.md5 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+45973caa031fe71c22a04551e0fae6eb
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-test-framework/8.11.2/solr-test-framework-8.11.2-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-test-framework/8.11.2/solr-test-framework-8.11.2-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-test-framework/8.11.2/solr-test-framework-8.11.2-javadoc.jar.sha1 Mon Jun 13 18:19:05 2022
@@ -0,0 +1 @@
+3ad2fa58674c08ebe066843672f06f58eb8da495
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-test-framework/8.11.2/solr-test-framework-8.11.2-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-test-framework/8.11.2/solr-test-framework-8.11.2-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-test-framework/8.11.2/solr-test-framework-8.11.2-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-test-framework/8.11.2/solr-test-framework-8.11.2-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC2-rev17dee71932c683e345508113523e764c3e4c80fa/solr/maven/org/apache/solr/solr-test-framework/8.11.2/solr-test-framework-8.11.2-sources.jar.asc Mon Jun 13 18:19:05 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKnZkkACgkQPkjAxu82
+K56p+Q/+N4+ZT5cw7f2rqRALZZbVFoJWrcaDknQum0mM8V3nYyZmWvAFARuxHDDp
+oaYme6DahMANqex6wGSknod6IEuWC432qziAWqVEK/2E1FN8jLHP6RazANSAo626
+Luz6pWx1ewu5UcTgAQJw6cRCE7CbJ9kz3KFBhwj7kDbAIq5b5FZRPE2yClVEFv/p
+E2Dv0XiIwo8aLeMI8AYSL8zxqM4mPuA2Pe1dZSBvOXugs9taFlvKg9WsN+4MND7i
+GJ4gFf5ifDgXoZ5DuMhWBsqADmS0WXese44etBA5u12zMqkN3cUvtBWURM3vBi1Y
+7Y2RxBxcyqkoeHPfNpsJtQ88oxZA4ZazNGdfLQr71X3xg1ZSnz2Ek2kyqZoVdWHc
+AUZ6+1loPUTLegw9crwUHmzL5hotGaz86Caa97fUNGbIrehXUMJoO3HRLZDCDdtx
+A5VGSHC5MRJt/sMuuX4bKyrL8QOZQ6D9dssrxUkx/RwQDiE8uC++8IOHx1Eq0/gR
+QGUa/KnU2Dl6sxD77VEMi8XANiB/m8vlYZ6sHwa7FIfb6lI+fSpKDLG+xWNsra/S
+oQfeu+PsQq/K6M4Zgy6mbrkynL0bBy5L5BQ7MGvRqS9FA/bSmKlrS6sePW90Urra
+hPzJDkdVscc+Cz3uN1m3M/vBMwQZpe6MdX3I/6isIWjJBqvJrw0=
+=2/uR
+-----END PGP SIGNATURE-----