You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2021/10/12 22:32:07 UTC

svn commit: r50383 [17/18] - in /dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9: ./ 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.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/8.10.1/solr-prometheus-exporter-8.10.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/8.10.1/solr-prometheus-exporter-8.10.1.pom (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/8.10.1/solr-prometheus-exporter-8.10.1.pom Tue Oct 12 22:32:06 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.10.1</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-prometheus-exporter</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Prometheus Exporter Package</name>
+  <description>
+    Apache Solr Prometheus Exporter Package
+  </description>
+  <properties>
+    <module-directory>solr/contrib/prometheus-exporter</module-directory>
+  </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.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/8.10.1/solr-prometheus-exporter-8.10.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/8.10.1/solr-prometheus-exporter-8.10.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/8.10.1/solr-prometheus-exporter-8.10.1.pom.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4JYACgkQptBk2DOz
+qWk7iRAAlIjKx5QkVBxHVnbPYfgXo9DdZInbWVQxM1g4wwrh6ikFG/3TsjwlRk8a
+umnnrbCD2csfBXgqBBTw6/CZm0JZnzVtRhxDkfW8YHqXyu+//pEDV3jHch8ZqIDI
+hO8tzLU8kX41SRjELIwcrgpqI3ucp8ueea0ZLdpvzGNzbKSYq5WaEDo8SdUkBVpW
+oM2X64PjczjH58UjWvYjP0EUrIwe+HGhzgZC2rEjfMMFz1GQ2oSTB9PK5rYH4qxQ
+FD8sQQtsBBinZk0fGE5re5V4i7M5YDMxi3XUhtlQKXaUskLvStEo8UOQhii+cPMe
+acfxW/3U0jRiU7XzAJ4/cI4Wem25qjo0Mpcj16iXOmErtYBdUTtyrHiHoMAhCisV
+xeD96+1+b2fbzT64BXkVYjBTQjvb7o6EDq+hiinn8j7ejNV0kcAdJEVntJU6/W+y
+C+O95cK9Nb3WM9A/5eRy3hQf5GkZAo2rgq0NQhQggn+BWwCSflSiUV0tCAHEcBMK
+h7qXuCU3cCh//SrCXBgGqpibs0FgOO2cdKoTUl/nOmXHPuGV+q0/zP/3Zba+hCLJ
+o4BlpXl+SQG37O0/GpnvEWrDF9qpLnEdUejl69QKfGN8/8VuIvxd/1TevSf4aAEu
+pO41eu6RaGdN9+Nt6Ydm0U1QyXk2LTazmMZ6ysj/iNnMOHy3xak=
+=ORin
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/8.10.1/solr-prometheus-exporter-8.10.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/8.10.1/solr-prometheus-exporter-8.10.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/8.10.1/solr-prometheus-exporter-8.10.1.pom.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+fac7b634b12fc73a4d4f1c170b4ef49a
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/8.10.1/solr-prometheus-exporter-8.10.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/8.10.1/solr-prometheus-exporter-8.10.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/8.10.1/solr-prometheus-exporter-8.10.1.pom.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+71ff7b17a1b6eeaa38627d89aa80d2a6df978286
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml Tue Oct 12 22:32:06 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.10.1</version>
+  <versioning>
+    <versions>
+      <version>8.10.1</version>
+    </versions>
+    <lastUpdated>20211012192230</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+ad4d5be869e84de73c84c1c6dc38d330
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+887ce007c310ebdefd42c7e4401577c9bab78441
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-javadoc.jar.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4JcACgkQptBk2DOz
+qWlJrQ//Z8ah4H22P649shHg2b1ab1j4GxFXuu/ym+ueMTE/eqCMjaqGF/5hbgcl
+WK6d9Gr9wcL22AcORR/84euCS4KPCGbYlZ1eZ2szagBWeL/GYmMeMjygbJa+aNpd
+3A3qzVJM1NqQl43pCfURPIPGZgwrDTg9/iRi747LrzFXMPD9Xc73pACDrYxxn+Ib
+20QUUBmjb+xlgz48H3K0NAISA756H53/7cnhyMHQ2MNJWE6zd93Lauz24G22b//B
+Cgmg61AImaLQaOsqA9XCE45RhdB+QaWWPh4qFQihracj+222tG+vd02u8/wWd/k4
+NfoROBeMqLwG0bpsKJs32XoSqDMjFs6FxnMEZluf16cWXVFGoWLqoHLSV/vtO8LX
+kjkLnzVLAFVEvPUnAhMXhGPYKdPrdo2pnOWvNal5MiUEDIpBapQzgi1fNNHYYA4G
+mI+VkNWgqGfeSSPPtm+wd4RZnW43OFxPkVKJDtXXfivId1HfmobDC1uk6XotM3h3
+rzcJ5D9dv+g+t9VWGeADEbkWEXDBYwwgruUwqt6TMz7IYN/ohTdprAKybgWrNAZE
+NYGBMbhKbWujHCqryblVJyzOfHAqt0NnaaYYYzbzNgJI/h2casv+dkGDeNOh8fT8
+Sz+hMx0+cTyu17c1gbkY+cZ2Z44rKbF/t2YGSNMHME4ox8QuiYs=
+=w2RR
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-javadoc.jar.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+99514cda82600dac8eb83a4a7c0b3626
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-javadoc.jar.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+d2ffb966d896d8b203b439b4217e0e52f1f9ab75
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-sources.jar.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4JcACgkQptBk2DOz
+qWlO6A/+J4fdD8lt7udI5lOBRX9zGlTE65TSdXO6/jG7ltaVrq/dRGeOCrYx4tnE
+8Pz7csJYeqVSPitHZqcc8qHUgVgDuVUtG9aCoKr4dl55HXTs7aFDpDFmLfw84g1P
+anXIKiMcg5UgQ/c5HXZogbSsat5eShRevBICFtX8qb5h9Z5MFWzNcDQH46D3Nwt6
+yYadXzb8gApU7nhLngW54u2PyrPsEU1ha1hSBh/BV9K0lucsjUKQzQmZcgp1ZBPA
+ovic/NM42+Cdp0q95i170K1t4Z/DSWxdGS/+12TPDs5HN9t297HAHaZojg1ULunU
+L1d0t5CZpEiour41G9s5r80/CSGai2vCJcDI0xL3xEBcziIJECzIJYegjX0o6Tlt
+g9RN++ir8DfUDGlRYo5Hz+4c1Zj5D7wpt0icMex4va919dg8rXZi32PmIvyOjiWi
+rUPcDwwpJsPkjcxiUBLxO/0Amr18YuohsO7UpimOTuA5h1PMQExo+pCyRV1ua0pw
+BqB8uTbDwnaBwnmPMG8nUnWi6HqSfw0pveVSJnwed3Kmo7GKYbA6iC0OsfAk7/ki
+F1CmN7SZCur8j9j28WdQNB65BddeUjNdzW+ULM3iNp+Xy4NrG9lDQDy4MppVqtNQ
+oJe/dywQO8EUxwBEXRK3lxNohq4fb6GPmiVB+D74B65dkCGFoS0=
+=42nJ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-sources.jar.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+903fbb8b1490b53a314663f0ba7d15b7
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1-sources.jar.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+ed33e852b5fddf10fc134ced735ef01b8f658a4e
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.jar.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.jar.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4JgACgkQptBk2DOz
+qWk3lRAAkPRq3YJlK+jzcmPOhKGmoyKrsj71vxQOml5dGCTyR0JtiCAJ6fVca5YL
+Gz4aMK9YrlCAfCAon1vwSusdH7jzeYsvJVveCL+4vJiOa95f7GJX4fRH2IIVaCQ0
+XXMNZQfkNWWO+c8lY11mwumk+AdXvhggXJc7WXwuWb8lUWXWzPUnBIsibQUfeaE/
+WhE7Z2MuTOU0aj7dO4U7yocvSPra6zrRDtf9XJWKm/UmxpoUbZSmIaJu2N1xeNUz
+ldtOf0HBRvKX+/SUItH+0RDE7h9tiSjPse6yiBY1d3u8fk9lXboBmlfSv0Is/bg+
+KCWhXPDETno3Njp7IKjOy3JCQAWpLVePvMugsgcwWJbMA2hNQDkml94enXawj7Fb
+AosiQ65ovYOGfVd/Zn9pKkBJ8JRoJLmbbZwTBeFTRqoTSxbGC89Zr4JJKFmt1bjC
+K+1UHt1HbCV0ZYqX0S3Tkm5UA/1hpZFFTuuLcsviT+DYNEZt20GNdP+MCtBwe6qd
+O0TNP9tns1zAocsLjnu/WB3ePFiWcirIqetFydsASnMyvkMrhax62/nINFKbR6mN
+3wRlZkKazIiMeBBKW0LQJ83tlV7VEh1fmvrvTEwh2ZlP0uJ0K0XGkZSyijnPAr/h
+OZRTPEvnKzG9AkQ1nlYUIX+D/PaLxJs6/O0y1i8yOTIBCofhNGQ=
+=SXvP
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.jar.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+e990532e72bd330e29716af85d80e943
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.jar.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+6c845d7798529b06e52c8a0757b7ba003e2e96fb
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.pom (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.pom Tue Oct 12 22:32:06 2021
@@ -0,0 +1,626 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>8.10.1</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>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>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>utils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.ion</groupId>
+      <artifactId>ion-java</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.pom.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4JgACgkQptBk2DOz
+qWkCdg/8DnLnpWqQOwFWkc3v0I9JAVB4fBI+zV4qSJ7NDelVxcgu2Tyc+Vgb9XtS
+ZsjYT9ulqWEnjIQnar6DFD1N9e7Xzx7RIqg+l4oa0ekZ+DH2WWYf92TbFN7go3nm
+tvlmK5AhLzGFw8Z22eFFLpnRn0yrRr72ejcfENcIjAIPLTPHxytG8FsBZhxNbicH
+S4F52dc0a9arsGoXguxVBHWSpBmWtGqzIEcfD7RHcoQoyk4KjXEwhStdzplWnGPg
+pDmI5DVJzUo7A4lGBz0ciu7VkiK2IOqHd1WrdXrXGhhNuq5C5Sb/o17iMoBLoQEE
+tHM2DR4YFYasWjXy5mVS0rfYqCY7ghyq/MnfOJPBH1oqAo+iQBhk567478vJcJ7X
++wGCKAMQfxaJo4hA7eMLgwGh8PqQ466V2OwwAxfvQHLBAyjpyqBRgi5RTPn3RmJt
+ztxu3gzgmQdGI4s8l2vVdEWeNI9ua8FUDmbLrqvKhjS4vZgVEW9H46HYp78djCB0
+MimSJKMKEi2tQUL95k4X1BkhR/+XmJAcBQK+qOOCk5zBNC8hUY1fcRRZfKF0d54+
+u0uDWigm1JKGNYJvGjNkzgPb4UytHukrxu5pkMTTMPfmTRj4gO6qgrEGwd7oU3+5
+mgv5Z70kTeCppL+OPOOvcPtQFlmbbR9rQD2CofedQf0HjeG72kw=
+=anWn
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.pom.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+11048f75e6b1767cfb2fdaa92ef35351
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/8.10.1/solr-s3-repository-8.10.1.pom.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+64b94b2cb2a73fc3305f0e75e9bee5122fcf3aac
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml Tue Oct 12 22:32:06 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.10.1</version>
+  <versioning>
+    <versions>
+      <version>8.10.1</version>
+    </versions>
+    <lastUpdated>20211012192233</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+c71fc08f865a38cec3dfee5f3c82e162
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+7e11173470fb81daf94dddc8082e8d65b2a4125c
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-javadoc.jar.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4JkACgkQptBk2DOz
+qWnrTw//eACIUaw+eAN2fQwHLUA//bweNbLFvH0pFJ1CCJsBgJFMdjYRWmua5V2a
+dsAqq/RK9uXs/jV06YF90FzOLQu6VNuh1820azpjN99gf4Q/REtmKOAJeiOKpgqg
+02Ue08nDWZcIa4yr465QEg36BTlQUi0FzbZf7K4vVE4kWNRHPkh5VNpPdjBDNjha
+Bi4p1SkjpJOX6iCcqZHdkFRqOMWVsKGmUiehjIG7S5k/Ai/yuMlodhbtsT2vX97t
+3kCLAfiOs3qnnlGUCEkNLo1EXAI86rxivsQxG8zt8JetvBcmdB9UIH3RW3fuTN41
+TP4uDO9Ri2B3AtTe3NtRC0Hd+pOf0vFUYXlt1f5rA+d3zvbqVgfvASJNh/BwfapU
+JreFt0Yen1R87lnCEvlYR+7OkrYcxB13jM5fjx6mkpNIa7fQVLf0xCy78D6eJjL8
+7vvDKXyHuZuC4C1Dmsk6YZ+lA2cX0T7eQpokKQWxy182XWYIhleWE8cfFY0aF0t9
+KbP3fxx4C+wPcuEqLf3RKrL7iF3P0WtT3Kvz8IXoI0OPnzG7mZq/S6v3Ic6tDMHx
+qbFjjX63ht1dFBrEv2RqsetUeziD3RrWpAdfulFDg6jktlxvrGJ09VEYA++wS1sH
+4YlFTP75VvVM6W4zE/bBOKGGNwQSIZTodGcRh2EOHeaOV4M/Psg=
+=cG4f
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-javadoc.jar.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+1e2caaef7bdd0bcfe9c2253ad31cfcc0
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-javadoc.jar.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+cb01eed8cb5c4ba2aa02dd315b2bce26ff9bef0c
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-sources.jar.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4JoACgkQptBk2DOz
+qWmmkw//acrS4bnhZnHbeBnk1U6bUo+r24W9n4R97DtlHem1T0Lf4MQonXqSTPaM
+oS6Dp/R++EZOd5skG3vcOpjA423LWSnpWS3OCGX46gvxEaBBPNnZwAWNLq1jfP7Q
+YXc/iBcd+qEIqSF2VEDdgzWFSRLT8otVPnLQLLh7GraJjDNapkZzfZkZiWbLHxs3
+4wvilZsd7aKNhiMq7qT3Rb4N25nGZ0met83j2lmhpEQEdoMp0zq2u9kC8FrvtiGy
+Qyb/s9ocj03/lAOr+jWkFo/5H+UBNsdhHmLbGTIZWMJykGXJfSiuK987B2liQfZj
+QH+00tVVP6Ae+vkBUy/jsvn7O3th95jmfbIrk2+722aPcZTDWobzBLso/nd4xhUm
+W/uIj5fjpvm6ibrYRONjd+rHScrJYshCuPP73b4VYy5WbHuc2iQ0lVlJrJoj0A3R
+05aMrM9v0LovlEdO6Lixgs3f9XPPqttPhnDU9I5R+DW0mEh0Aus43Uym9HWWDkv9
+oaVEZPzjJoNy8hqN3nkv1Zjlmsl1L92HD5qkzKA3pOQox85/LHH+muHuc2qdFSuT
+xt0/NHRUZG2iWnbpBfW3Ko8/Nfl77tMCpRuzB+H2/isDTzSo41zmxTT4g6xVc0Z/
+QN6F0PsmIQJdffIEY4xNuP0+rCcCZ7CZNrTZL3hZTsBOrfqT5rA=
+=VWd0
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-sources.jar.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+3673408e98fe618e543464e679536cba
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1-sources.jar.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+90a2af99590a941f64f9655dbab92e1e6a07ab50
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.jar.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.jar.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4JoACgkQptBk2DOz
+qWmPVw//XovlAFJBxXCnJk3aWK2VfgJsKX7pBBk5TNEXta57K0kD1WfF3iDPhNVv
+bz8IA3eqsIHzWPJr1Fee0lY7VZC4QnEabB0JJhk9BMPToSQdgeX77iVudKaXhczz
+ILLbA9B4KRwmr/lFyYPzPvVqoNoSB75SfXFXDnZlmYDcmWWZpAlLhQUCYMU9+FfJ
+xljiiDjCbNu2EMsRv6pyGMiQ5k/F+aBOV3zXCCt0PwMCp7nMLtNNWBFur0WT/47s
+QXA4Xuceh5dEVRi5e71CILNdsmnhmr+Grd7RRI7pK167bQfiHjvWVg89inzWt1sI
+eK5IPv2pzEymI233KL3RsaVD1wkxWywYtvvI55Y2B7YumOny4Gw2k1RnF+n+ZP0K
+vhlzET6iE0pste0MJiFZXhY8qciubboMGbetClqlHbp6heB0LIy1oD//mGDIFpgP
+nWOK74w5uXU15D+rDcs9MVqHM9oygWOGlurxjFRnKLoXry9ALtx7BQEH8hJ5nvCx
+p13Xco4ETU/hLS4VtlEBScx0w/y8hRyx/17QuLg67smDzITvNTQD+C4ppVLk77j1
+o4OBSwrrw5csT8rxAIDZ+5FeRujn0htNBlfB/kTHd9tySNTxqiRmhyXLQfsIs5OU
+iYeD0kK0dRb0/nNQ8VnG0P28RWVeqmw14NKVWfPPWsk7ZYxsA+E=
+=Sm8I
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.jar.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+4b166fbfcbe83a7bb945c02a317ee114
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.jar.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+1ef84ac6782610776fb954ea5af7a7c27cf1cdf1
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.pom (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.pom Tue Oct 12 22:32:06 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.10.1</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Solrj</name>
+  <description>Apache Solr Solrj</description>
+  <properties>
+    <module-directory>solr/solrj</module-directory>
+  </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.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.pom.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4JsACgkQptBk2DOz
+qWkBMBAAiJa3Ut43KkmBan8o16aCqPQZvmT4Thlag+FJm6r8PWpu5Z9lb6LecfDk
+jeJ7Q1sMVQZTZ4Mlc+d455+K0NdF+SSG1TBb5Cv7Ud/BFUsE5xD0GYz8pGc13tMM
+0EgcJobQuV9iyaGeLedAMsVgG0P43pasAR6XvzOWGw/ec6zUSfD81dg3m65XmE4c
+96gahTNcMzwbHn1BMqDvOKXna42NRa6Az1eyplgpHQRQN6ES6iubdb1nRLIqyX2n
+wI3I6YB+5JNtg75V50nEjGkeYsGQkWIDn3j1WQgLPJ3/y2p4Q97RbXB8lKTBzBLD
+nogR8JhOjkISW7nsrg0vZY58qcRL8e5R+JxOzaXULpLcJKiK3VZHAl3HJQkFRT3h
+pp2QLT6QcT08B25uF2gJDrDIJ+DfoCYCnN15nj5E5qW6+h+prOngdqi5lAyNXRJl
+VQqWwfuyN8T2E97ZZShOqHXrJVDrOex/EcSWRARyAwhEKdo62iq8l4qxRF0cd681
+wqiZf3J2IVskrMTHf60CRUx4wdVpjvTTK5p5bp50GqBVzmdqEC7TFP5QVIwOHciv
+4d0gWhOGA3ZsDuCwPVh4W0kGXViDe4UIBV3aCNL5HSpqGHgHmsAxqhMPyPzG0O5S
+IVIXDb5QgkAa4Q8n8DYucxl+itJ2nSdQq9TswznNPKlE6LnfCiw=
+=mM1I
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.pom.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+30928a4f770833f84017ea1a891649a9
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/8.10.1/solr-solrj-8.10.1.pom.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+23863b8bcebe2975d93b971ea3ac52d32aa9f055
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Tue Oct 12 22:32:06 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <version>8.10.1</version>
+  <versioning>
+    <versions>
+      <version>8.10.1</version>
+    </versions>
+    <lastUpdated>20211012192151</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+175145f83a49b861c7b07c12a1960db1
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+1b8098b3226f6efe82b060891f538bb2328e25d5
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-test-framework/8.10.1/solr-test-framework-8.10.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-test-framework/8.10.1/solr-test-framework-8.10.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-test-framework/8.10.1/solr-test-framework-8.10.1-javadoc.jar.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4JsACgkQptBk2DOz
+qWk6LQ/7BZN4Ta24kay9CW9b+ilqRLaq1kk2JEOsj05uupt8k6mCFk46Tmttl2Tq
+OgJHLrWvbSb9uW0LjdFzAtXCc9dIdR/dW1ZnSIrD/E8PNTJVOiK4hbjNJRe4zPo6
+5RA7n7Trb4kYMMQp5+pG2cP0+zZFQwmjn4jpcIh74zYRfJGgiS8YIhkKevmAgzye
+jxDR0+OWhxRG8nFb0wTV/DSkvvUCirbobSmh3MfIqXM+VBk5UoYYSKGM0OmEv8fV
+3vUURFhj2w1w9+0e1Nxn6JW3nmjlm5Ybca9f6fC6SMKYIM4cXMLlqF31lh5I4cHb
+2dCIn8jrG1B0GT4gEY/Ytfi1hNutWvQrZl9EnVODKBxsJfUadQ5QddNVd1sIYO6Q
+GG0Sop0Y5GtkU1MssCSQFyftSxaszcjhFDtg8ex6f7IXYOWKpxIn1+F7mzdgLavg
+7ZMXuBlh/3TsaBfyqKST30JicyzjrKgTsp5/lqADbtobS3s7LKCtgF9QWF0Hxf+a
+dCTqm4CDD7+LYKRrdOd8X+LTlfYkxQvOE3YLD63js8wYq5/1jT6Y0B4c2RAdNkse
+ZX3h2NnoZL4QE716VU4Owc5z4qH71uyZ+iWSJSB6eqyAWIsptZc1tjonPRQ4CqDa
+eLlu4LecUjl7YUK1s2Jy7b1rpDaCAchADPEGtfk4y9IRvEWVr4A=
+=uvVP
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-test-framework/8.10.1/solr-test-framework-8.10.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-test-framework/8.10.1/solr-test-framework-8.10.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-test-framework/8.10.1/solr-test-framework-8.10.1-javadoc.jar.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+0f1d3ce433b12fb1a29ee476b4609953
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-test-framework/8.10.1/solr-test-framework-8.10.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-test-framework/8.10.1/solr-test-framework-8.10.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-test-framework/8.10.1/solr-test-framework-8.10.1-javadoc.jar.sha1 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+c84f0f7846570f9def6d5e84f27d5edc419673e9
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-test-framework/8.10.1/solr-test-framework-8.10.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-test-framework/8.10.1/solr-test-framework-8.10.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-test-framework/8.10.1/solr-test-framework-8.10.1-sources.jar.asc Tue Oct 12 22:32:06 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElyLyX2UAV+JsgDtgptBk2DOzqWkFAmFl4JwACgkQptBk2DOz
+qWktGxAAkNAfX+6gef+nOeBLVek6plWiK7vlyQNrO8i/+ayyqAmcYIR9iNx61KkT
+Ei9htQjkTsefjzqbwhH2afqDxQt+WXkJ+6vrvsQjXhTXfIpa7/PTMSgrz/0ZtQOX
+M8D/pSaPw+nFQAnGoRuyTJhvW8xlj34FlEXLh9zzgkIhLDuxmRCY96mPFvkUsdih
+olAFVces2oRNH1pI5VFNxod3pvZgFpPbZLcquQs+4vNbJuWQI5kcsZ0UdTIQShXj
+6SMeXrSDzwXVrXXSeavtQi28Z8aRTc0fFtJOJk9k7t771+W35BvUbb0ZM8iFMB10
+ngo8UMcIk7pw6LxBPz7ZbYsR/fctSBpYV25hlIRrPFzQfVGUQvlyQEJJVbouBbut
+yWvzo444MZeqcUkRAZzyRzMQbY4KI3hr6rnlZNKZO6cKO+Yksrnnpydk2TSdUD8M
+p9BqSZYGqKJNP2FQ9jlUFjkEW2LPqYmSTIBdftHrjR4LY0C4qYO2xeBdV+jqWUeT
+oKCvbKw/Rh3gtFAjj2iD0B3aqVr+cAt2K7Au/8+crGETlaEBriSh7ChwsFCYGVoU
+sJroA2dB9eT6Sc6fAly7usFxeeNBZDD5U/Y88MMeijI+HWuUWzl6T3D7q+IioahY
+Wyw6P2MxasTq+tRm3wzJDd0Cy3lufhSgOOpSAbch2k/pqgggKN0=
+=PLrm
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-test-framework/8.10.1/solr-test-framework-8.10.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-test-framework/8.10.1/solr-test-framework-8.10.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.10.1-RC1-rev2f24e6a49d48a032df1f12e146612f59141727a9/solr/maven/org/apache/solr/solr-test-framework/8.10.1/solr-test-framework-8.10.1-sources.jar.md5 Tue Oct 12 22:32:06 2021
@@ -0,0 +1 @@
+4768cf5394447dba77895776e1d521be
\ No newline at end of file