You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ma...@apache.org on 2023/01/14 04:43:40 UTC

svn commit: r59334 [8/15] - in /dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539: ./ solr/ solr/changes/ solr/docker/ solr/maven/ solr/maven/org/ solr/maven/org/apache/ solr/maven/org/apache/solr/ solr/maven/org/apache/solr/solr-ana...

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom Sat Jan 14 04:43:38 2023
@@ -0,0 +1,1132 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-hadoop-auth</artifactId>
+  <version>9.1.1</version>
+  <name>Apache Solr (module: hadoop-auth)</name>
+  <description>Apache Solr (module: hadoop-auth)</description>
+  <url>https://solr.apache.org/</url>
+  <inceptionYear>2006</inceptionYear>
+  <licenses>
+    <license>
+      <name>Apache 2</name>
+      <url>https://apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <mailingLists>
+    <mailingList>
+      <name>Solr User List</name>
+      <subscribe>users-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?users@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Developer List</name>
+      <subscribe>dev-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?dev@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Commits List</name>
+      <subscribe>commits-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?commits@solr.apache.org</archive>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=solr.git</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Solr/</url>
+  </ciManagement>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+      <version>9.1.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+      <version>9.1.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj-zookeeper</artifactId>
+      <version>9.1.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.7.36</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+      <version>3.1.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+      <version>2.13.4</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>31.1-jre</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+      <version>4.1.5</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.5.13</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+      <version>4.4.15</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+      <version>9.4.48.v20220622</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+      <version>3.8.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+      <version>3.8.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+      <version>4.3.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+      <version>4.3.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+      <version>3.3.4</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+      <version>3.3.4</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>*</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+      <version>3.3.4</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>*</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.xerial.snappy</groupId>
+      <artifactId>snappy-java</artifactId>
+      <version>1.1.8.2</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+      <version>4.3.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop.thirdparty</groupId>
+      <artifactId>hadoop-shaded-guava</artifactId>
+      <version>1.1.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.2.2</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+      <version>1.2</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-configuration2</artifactId>
+      <version>2.8.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-core</artifactId>
+      <version>1.0.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-util</artifactId>
+      <version>1.0.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+</project>

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.asc
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.asc (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.asc Sat Jan 14 04:43:38 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEnpc2reoxsff1FtJ4kQRs+XHRkGwFAmPCJOAACgkQkQRs+XHR
+kGyv5xAAohmiO0LIk+ShDa/6TSJYc2ro3dxox9eWL0C2X3tNq0CNsbW7U62cZM1U
+uPp5EJQOcN74Cwb5rXqwRasMIhkalbZHXNuG5Q5aspLX5K1I9vuxqMem26X1hio9
+dnqTHlC0hu3oB0wAWcWaqutsoUmkqmP1DPUfRgnEwmbZTCRP0S+ZoZBBXmnKCAzZ
+CNJtRXaGdy/2UE/v0sZH3F9XLijBbPxqSnaL9KjwqP3fXrjH2qjh2T7qYDFGfFnP
+CIup5WdAQGkIVHLVSeeZlF5AG+VagcCcDxB43XfevUIsy8Ih4IZP1ZDyArlsAIvA
+OXvZ1m6POOxG3vLeMScFxBHgUUhxOSwbrVixor5zKmRHvYpGqLRBcGpwyIyUov2W
+MIVgCAL7KE3lSknzwtXq5mzxwLK32zGeI2o408DkPMG9COOSFFzwsyN4yofJ7fTe
+Y4qHba4UqChxCPabRrlTmsPb02uL04ia+EpIOtAax1HrSWDJGWWlo0ggvlcPMeCh
+iELWSAgFgkqVt53yJrCma7g4GS9ZUwn0JY0KdzJi1qPVMneMyTkKPApKq78qeACO
+l8S405WpQ3g//1LVcr3z5zWhoaRsi0vLFrcCnqSqcsogbwUSbutjsaiilmiVekzL
+XAf20YGEvhA5Vcn9zFndBIy7HVqjy+KI18LjTU+H66OpPAVJfGY=
+=Qh4i
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.asc.md5 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.asc.md5 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+c022028a34c9bdd9cde4db7b34abdca8
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.asc.sha1 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.asc.sha1 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+cfae6b0b60e37dd37f34b04df2c39e19cb420a39
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.asc.sha256 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.asc.sha256 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+f12c47af4f2a918ca08df9fb3d5f1db5c2335a333bf99e45ccf33f2046c82dcd
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.asc.sha512 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.asc.sha512 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+2779bfe242c7768323896793a9a77af69753d27b14c93a29a087d2b5ace58cdf0112dc5b8b7d663c6f9f023158cd856ccb7b5afa2a2a51c348319b9f0a7e2ac1
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.md5
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.md5 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.md5 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+43952357ce34201316a67b3f022687ee
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.sha1
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.sha1 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.sha1 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+d8b7f4db9cacf3e10197dc4fb79886f0891ec9ff
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.sha256
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.sha256 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.sha256 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+436cd68d91875b5bac131b2d7321fa93fe5247fb18df3967f400d1519aae910b
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.sha512
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.sha512 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.1/solr-hadoop-auth-9.1.1.pom.sha512 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+3d1e1420db0414599026b4804e2d022152628fec0ed067aaf2d27336b1bc99bcac96baa0d5fa752b7309a92af5070884f51684741f56708f287d49fb9cb83f0e
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml Sat Jan 14 04:43:38 2023
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-hadoop-auth</artifactId>
+  <versioning>
+    <latest>9.1.1</latest>
+    <release>9.1.1</release>
+    <versions>
+      <version>9.1.1</version>
+    </versions>
+    <lastUpdated>20230114034357</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+cb919f83cc04e155c180005779115d8e
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+1bff2e70301481de94e2c6732a38907be9611e40
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+a8173f4b7926e853f6c5a8cc52ecb6a9de5a84eb245206068fe4b454e4d2a71f
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+6d82a4a33d97b66b343c7aca59ce1570967a3992b64c36107c6577e1f807ccc829ae30ea08f74b046c39f9d2afba3de39f1eb018bf0062a788991147ff26c047
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.asc
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.asc (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.asc Sat Jan 14 04:43:38 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEnpc2reoxsff1FtJ4kQRs+XHRkGwFAmPCJP0ACgkQkQRs+XHR
+kGzUqxAAuAZqnjGp+9Fju9wN3aGYjc0fnnw7rsl0bDosPtB2YQdlJEyWpIqYeGNh
+Hu6toy9s50UkHjYxTmPpaF2aW/VWdqr7ELfltL4slug+ATjwKyshQzv+jt6NqTWQ
+RPkmL4WA7BFkibNgJfeEjGeQI1hvhvPHjNdeuSwiBDaRVS3hqBOGKka9wqt3fpEL
+H4kb7YGSPD0SXg2khDYRWzkKNhSExoM7Eo/qRHzIw8PkYgL3Nm6YYeG308WObssb
+lckOngJFkswkVojxc21OgX2i/Gdep0gvpJCrf9G5S5+Vywat+DzjtLVUSi+2wn78
+jOT3wVpWg/sPi6lxTD4G+z9ZvcxQ+EdrPUnAlAlOBgB9EIVEzyfN/71yHTs7P1hv
+8y1T6THLth+g/+KyRpRV4TwDyIzu0d6rm4wMdyd903m6ZW8ybj23w2Yo00rc4WEo
+C4n2/TrSm/vHO/s12js+2EdJ4RGui8vNOxMw0oQ6IeLOcrBNPYCrwMxM5gifljg7
+F63Zns5ZIzk9nTvukDlJN0IIkqDKGMjBo2FvG6qtMRezgyT9rVpt8AdlfY9Bhite
+VQPWNoA6XckTvWrQZnwWCDxm6vA8loV34lZiyC7hi8kcnsrtfSrRCxcD9nrim/RJ
+YR4quphBXOvQGIlsPw7VsfHCGC+a3mQRYy5Vfi+FdsiO1l98blA=
+=ISoG
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.asc.md5 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+972194b7fc94ac9d1b1359116559644f
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.asc.sha1 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+fb485d2d41c39afdb02036316211a09256183414
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.asc.sha256 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+000a9e987308b58902082d69aa436c09b88aa30671ae2d20b97fffe81bd7bbac
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.asc.sha512 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+c0def109dca7ee666645f7f3230e2c54cf5473798d64bb2d8d64d6abadcd8c1a4c61430adb6c1abc1bdbf95c613e136491877a2f4ec8e2312469eb7e280b9368
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.md5 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.md5 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+df90d5ba35b9364c86178f9094f87f12
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.sha1 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.sha1 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+02b0605afa86cc7ea28c5de1023f4fe9dbb6bfb3
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.sha256
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.sha256 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.sha256 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+1ba4161a54c74b7ef47f7382206a9e6a9fe88ead8c143409586ce30cd83d65f1
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.sha512
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.sha512 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-javadoc.jar.sha512 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+0c54dc5412b37d4c5c03258c95da0f04216c06de64d7794fc1cbddaa07daec1cbb8d98c97af568d723297f1c82047146acc36ee0fd1218601e042185b115908c
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.asc
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.asc (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.asc Sat Jan 14 04:43:38 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEnpc2reoxsff1FtJ4kQRs+XHRkGwFAmPCJRMACgkQkQRs+XHR
+kGxmqQ/+MU15SgoZvOenyat1bIS1+D6vWSPbj8NzAy/ASYbQs/p64TvkF1w9j8Q1
+44zxH+/f8gIqboGaFbiffKcaKWIvaF7g72MhvOvLcw6HMoNM6qySb38lrrX0xBsp
+40lMlTXP1CZwxCLeFfUXa38S7a04B3yGDtIvis+NjMQUL6arpkMKnEyT0/iIg1gp
+6Louz1bEotvSW+hbHhjWYafCc3sowoEc0i4BFsd+Rgl/Pwx7WLwn0TB133pk4xNf
+BIYoa4OVEiwqSITqFk8wiN6p7AaRwoo8uXgqZ6ttHasMFUC+Y1i2OMfukWQPGn/y
+2T8OpHi0lxkRZd0QHWlm6GsKr+Kg7tIel2rX+L26Ox/i+FQrGqtaUekX8lmZkUOV
+sEcnP89MzO+x7e4PG/e4VCYxywrKv1psMHvYvuPJoJShjDtyOc2Fku2iX6l3bQs9
+tM1CWGl0NCJoFSLtYw9yKS57Eskcq9MP17WuBKziRDeHjbjmH1B5fNRJH+pA0X8k
+Kt3j6buSBq5d984sJLEJBxVpgvh5P95aSKlX/7EivStQZaOUqL41t7tFgQ9E55JJ
+6Ujafl9TnbXbEyAmLJIsWZrXbFYIpL7mtKaz/kYObH36/EzKe87zbDfASrg27JgV
+5khThLzxFNJch8G4O92XC4dfs+uFY8q7B/zOAlgu45NIpd3BYEQ=
+=Wo5H
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.asc.md5 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.asc.md5 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+336a39a80f3d3c7caff7ee4f4ad7701a
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.asc.sha1 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.asc.sha1 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+de054e5cb1a87c0b57b90e8bb7343eed71af4b69
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.asc.sha256 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.asc.sha256 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+a61f854ca2369a4f43014aba2192e11ef31a0c4d138360ef5d9629359020753d
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.asc.sha512 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.asc.sha512 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+d7975864f3006cf5a44f1277a012af71348ea31c137dcf7d0114b7dd1cde1b022d72fd2f017d3feb888312e086ebe6710356da308c320f233c02b30dda19bd27
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.md5
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.md5 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.md5 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+095e30d8cecf16f203f6df9b2419d2c7
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.sha1
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.sha1 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.sha1 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+b03c1521621afd43c78ceec8575ef262c54d626e
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.sha256
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.sha256 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.sha256 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+fad5783e054fc40ec563c379cc89ffcc759fbdd3f1220fce8ad12c2f7a26c45a
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.sha512
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.sha512 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1-sources.jar.sha512 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+6c2c19b71e40227482200370918c3c3011268e1ba869bc34ccbb804be4a726644eb5397c2764b171ae270db8cf71645627ddc5282ae6e4faa99257b76ee78450
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.asc
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.asc (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.asc Sat Jan 14 04:43:38 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEnpc2reoxsff1FtJ4kQRs+XHRkGwFAmPCJQgACgkQkQRs+XHR
+kGxUZg//bhknfsvnWQkoHnTLiWLc75SkuGWVxCtLqLcgIopXT9fr7Y12KampBRFS
+b7HhydkxC3KMQuEOoq3tQ4YvSH0WSgRldpClXpC6osbZT2yvhIhPfwP5iqdg8R3S
+6TjTLPiqa6RMG6jHysOcwzh88m1ZgVNaacDPwNCDyl9cJ4gOWk+a27b4B9KWGe8l
+9+5pF/NWi7BijLBDS83IeX/a3il0/BCj4UddApxoczmvz4drEl6OieWuAcuz+sHj
+Ab32jAvrHF1H9dfYMQF0lag1HVnEFr12jcS0nXbqcqe2bA54z6hCqtuyDiMNi7hS
+84DIvQlgNyc1ciBkBgIMWMC+kSvhEGQuHqU+5MikAjA6kcxsQYwxt2Bu972HTEY6
+o2qO0vE77vw/Bcc0sGePXN2PEU5X5+JtrWf0kRZFelcojTOxvwNDpPynVmCItYaR
+PQ69sJBwYEXX9fCPKl+qUG6T5ZAPy0jPzaFErw8/2FvxYfNxJH9G33re6McjdM+y
+9NlSu8PkHoDLfxB36lGo2ch3f3fRuoX1mRcXNC93e5lL8BuuH4hHqF0xJJp7nHEL
+klUPIGYrlvCgNJLnjzJIcUuGy6H7OCevjHjCejbt9tJZCp7JSRVwOHQimogCB4Sd
+jyBS86aSZH5b4oBfbFXy5UP5bgmh39VnPlxIyGAvUsmQ8Lc37HU=
+=bz9R
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.asc.md5 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.asc.md5 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+12ba33184124079891cc89d5fcd7465b
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.asc.sha1 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.asc.sha1 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+856997209c76b61f17b7cc9805929ca74eb93e01
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.asc.sha256 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.asc.sha256 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+92f45ccab4386adee1fc543d8a2f4593868b1be17523ec1b33e7cd37da90f7a1
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.asc.sha512 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.asc.sha512 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+09ca4757cdea618c18ab07bf85f5b50784c04e13acc920abe2ac22ea6aa6ad7fb8cc3947edc5bc0281fc379fad970de0969618d63d122657dd955719cc2a9868
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.md5
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.md5 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.md5 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+0c330ee8562430f51c68385b42673b05
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.sha1
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.sha1 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.sha1 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+cd6b4979597e79286df4ffa4e1d296d2789671f8
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.sha256
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.sha256 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.sha256 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+80a055d28d5e36968f87732dc24a9c7e0b4437d21287bac968802f8eb8b55ded
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.sha512
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.sha512 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.jar.sha512 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+82967625bd0d03153f66fa3d39922e0efb19eb0a7dbef90761b20f68684b18fd60646722e01b49cfe5e2d1c0b365a90ef9942003c6f8496aefabc72aa7244e0f
\ No newline at end of file

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.pom
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.pom (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.pom Sat Jan 14 04:43:38 2023
@@ -0,0 +1,448 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-hdfs</artifactId>
+  <version>9.1.1</version>
+  <name>Apache Solr (module: hdfs)</name>
+  <description>Apache Solr (module: hdfs)</description>
+  <url>https://solr.apache.org/</url>
+  <inceptionYear>2006</inceptionYear>
+  <licenses>
+    <license>
+      <name>Apache 2</name>
+      <url>https://apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <mailingLists>
+    <mailingList>
+      <name>Solr User List</name>
+      <subscribe>users-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?users@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Developer List</name>
+      <subscribe>dev-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?dev@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Commits List</name>
+      <subscribe>commits-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?commits@solr.apache.org</archive>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=solr.git</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Solr/</url>
+  </ciManagement>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-client-api</artifactId>
+      <version>3.3.4</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+      <version>9.1.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+      <version>9.1.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+      <version>9.3.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.7.36</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>31.1-jre</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+      <version>3.1.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+      <version>1.4</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-client-runtime</artifactId>
+      <version>3.3.4</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+</project>

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.pom.asc
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.pom.asc (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.pom.asc Sat Jan 14 04:43:38 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEnpc2reoxsff1FtJ4kQRs+XHRkGwFAmPCJPIACgkQkQRs+XHR
+kGxgQxAAvC/WQB3r6Jfsylbsdxyi7P8W4p2RCPCBBxltQkFc3jyiSffo3vquh2qJ
+swg+29qVyK+KIIprho4wT2pOrjyf1fSHEyHXDVdu4KYHLlnhE7LfRBRZrQdrGCCD
+yIUyS2zrypXnud/ksnga2E8GgadqSpmVPSxsOMZqm2VWZYKtgvcRcsRjNDIUrHlY
+rgCMFjlrYmEJs31CubNpnb+9CScpcnM8YuYS9A1qZFiKaUpK+j+bTzdMEG1MB3tp
+dVx065NWk5OadxR7/A50106RiiKUPV0ncQjAg6Z4sRrQmTMIfMcfaYAO+EMQWxsy
+mGGlT/23VJ4f5g+I5gld3a1osZ0G48D0sZatqU73ZF9vLu7kumy5PkTNvg5AaLr6
+2dMH6eIyQhzRMNyyHciEuS2CmGinuRyZAo2kd41WYJB+VihcS/4f5ZNGyh3bSV6F
+SC+9Y/+VWRl+k5+L4IotUONu8hiFcgYhgK2q/3oQsOBwXoxc9Q7ww7okyHJAbVgD
+jthbEplX6bAFNjW+npD7hSepk3J2ZowPj/ZMMHkrGPwAMLcDQhj8CoTvLk7MNTrv
+7ZI3eAa0FyJZnBjWKzb9Dr4R+ZYuEL/MJeNclbkW8DhdZFJgi3BdYPPqh5e0/JIJ
+mhzyPaN+LfHwsJvX8+TyWlfOLVz7TC10tDBgnmvaNhJJ/MpVvMg=
+=NbVR
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.pom.asc.md5 (added)
+++ dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-hdfs/9.1.1/solr-hdfs-9.1.1.pom.asc.md5 Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+38b41a02a4cd44d87c94a92909529f25
\ No newline at end of file