You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by is...@apache.org on 2022/11/11 08:28:03 UTC

svn commit: r57957 [7/14] - in /dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d: ./ 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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom Fri Nov 11 08:28:00 2022
@@ -0,0 +1,492 @@
+<?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-gcs-repository</artifactId>
+  <version>9.1.0</version>
+  <name>Apache Solr (module: gcs-repository)</name>
+  <description>Apache Solr (module: gcs-repository)</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.0</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-solrj</artifactId>
+      <version>9.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>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.api</groupId>
+      <artifactId>gax</artifactId>
+      <version>2.18.7</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.auth</groupId>
+      <artifactId>google-auth-library-oauth2-http</artifactId>
+      <version>1.8.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>com.google.cloud</groupId>
+      <artifactId>google-cloud-core</artifactId>
+      <version>2.8.6</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.cloud</groupId>
+      <artifactId>google-cloud-core-http</artifactId>
+      <version>2.8.6</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.cloud</groupId>
+      <artifactId>google-cloud-storage</artifactId>
+      <version>2.11.3</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.threeten</groupId>
+      <artifactId>threetenbp</artifactId>
+      <version>1.6.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>
+  </dependencies>
+</project>

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.asc.md5 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+13192fbddd927e87890dbce0e3726438
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.asc.sha1 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+963be97a6699a55a6206a2bfdd30c492dcee0c47
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.asc.sha256 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+95d27ea8baf7da4f48bb131c6231b7bc6a47c1f9b7e5d37945d28ae51a90e145
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.asc.sha512 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+dbd27c6e5296d44e724379e41c987b47ef72e5c5df45d7f961af400d23ac143a0b67776310b3ead7f309113d2183fc9022dbfeacfc792a75197cde3023f2018e
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.md5 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.md5 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+21acc8ca8e5b2800c1cc93de6678b75e
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.sha1 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.sha1 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+a96a30479f8c94a62eec21a36748b935b56203d7
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.sha256 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.sha256 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+58f9c043c590f8dec18d9b51abcce112b539ad4432831bae07b30abc9e15a64b
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.sha512 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/9.1.0/solr-gcs-repository-9.1.0.pom.sha512 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+f3e29a0cdf2a2a5c493e4257e4d48367473c3f2a6bb8fbdacca09353ae0c80f4c8b0178198e8f729978bb12da0496ca3977d614a8996265099bb5f3bb8cb34b9
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml Fri Nov 11 08:28:00 2022
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-gcs-repository</artifactId>
+  <versioning>
+    <latest>9.1.0</latest>
+    <release>9.1.0</release>
+    <versions>
+      <version>9.1.0</version>
+    </versions>
+    <lastUpdated>20221111073143</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+aac395672852457c4723315c8f0c3d08
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+ee6b341eab9342cd8eee7d822447f20e5c2c5221
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+850258b52cf0714827166d739b64a8a769cbd740c6e9e060156b88080cf8ad99
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+9233748443a822c9c1beff61b55bca20448ba6f31c84546d659ec6318c69c78d40ea1c9041ff55714c36aae5c003b44001e145d1a41deaf8170f888b2249e680
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/zip

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.asc.md5 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+41c7c8103d10c28959a93caf4ed7e6c7
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.asc.sha1 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+823a0f4e80fb268e640f3f81a2328ebfff79cc08
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.asc.sha256 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+091886d80db9f7068d41d45f034d4f53258d815628e710ee958f64174f09e6b4
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.asc.sha512 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+ba2f3326b8287eae88300c75443b06e7e49bfb7c89d25247a3b29c0b89de701960fee0ca6a648a5192aaca1ef17aa1e2da93f40c59fd729b6b8a51288c07bb17
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.md5 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.md5 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+e14ef2bb5cc1c74ada3ed1886337764f
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.sha1 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.sha1 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+86e3407417fe95a4dbd88b88502c5d39889e69fc
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.sha256 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.sha256 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+f678c92d892e784c5306a2bd61536610f3e5fa0dc356c520239ae1c99b51d5ef
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.sha512 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-javadoc.jar.sha512 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+de3337776463a3e6e519c997e234f9ee366f32f48008b6725fb017d1d00ea9a47bbffa8a1d416be8e20cc2dc779ceb2babdb5e199d8114d11cab97ea200a0667
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/zip

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.asc.md5 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.asc.md5 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+dadef667f014f835a88713674500e98c
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.asc.sha1 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.asc.sha1 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+dc1259e5666acb505040b38e0c6c70c2a83b3593
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.asc.sha256 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.asc.sha256 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+b0a42682e98683e7f9f161f3860489270c0e82185b5b488e14b95dea107ce3fc
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.asc.sha512 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.asc.sha512 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+381534945141bf5ab4e66e659c363bd5409da01023d56a6c70268c25cfb77f3f928ff03b70e0918700b0cd96262ef04a8c66adb50d3e9f19d279c6e1d0fcd4c2
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.md5 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.md5 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+5531d1eba513fadc5db7b7582101aa5b
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.sha1 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.sha1 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+c01215d72c68a7b970ec4f9d0745c7ef723166d5
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.sha256 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.sha256 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+59f224e6b699c0371f78c20a7b9381897842fbd6b5e63b880dbcf9f350b98788
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.sha512 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0-sources.jar.sha512 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+4bdc85fe7f0e2522f0eaf36fdb79270e1467a4ae06ca5bbcee8b0624c66a67d26b8f9e86d80243f91e8e09d42523bc235ffa1d3c6f45d1287bdc1638be2dc290
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/zip

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.asc.md5 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.asc.md5 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+1d5db1f6b930d3678212abf32d8b2eb4
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.asc.sha1 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.asc.sha1 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+41764fd3a2c0b642be180c16015698cb9749735f
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.asc.sha256 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.asc.sha256 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+fd506b30312e58033fa229b64e5999917bb7606023a70c51669b86bc6fcff102
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.asc.sha512 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.asc.sha512 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+d417d210e0017ddaff41030ab3d8601e1e4a13d23d4ba3348d8728c33def23f96481209188fbbcb96ad138958a93113bc104bb4f0ed84ded83262a1f42bca5a3
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.md5 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.md5 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+0a38e09ba5fba821c8c872020a2f66c5
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.sha1 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.sha1 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+7ccaa62e9cab4cfe28842972ee69b2a1e142a01e
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.sha256 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.sha256 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+4d992b7f0ce3439fc7fc3420dec4afb44827041abfdf11168ae3884cc391e8df
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.sha512 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.jar.sha512 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+50f43462fc7053264e693f42b8f98671da0e28d3676262937ab2fb5fa251435e401425bb12f65cc2e160d9eeb24624e8aa61b82a6b9a8f17335d98912cb20957
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.pom
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.pom (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.pom Fri Nov 11 08:28:00 2022
@@ -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.0</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.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.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+      <version>9.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>org.apache.solr</groupId>
+      <artifactId>solr-solrj-zookeeper</artifactId>
+      <version>9.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>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.3</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.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.pom.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.pom.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.pom.asc.md5 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+76ccf143637a5849fcb17d3ae7c77559
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.pom.asc.sha1 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+c50f2fb464b3edb6a49c7bc1df33873464833c21
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.1.0-RC2-rev-aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr/maven/org/apache/solr/solr-hadoop-auth/9.1.0/solr-hadoop-auth-9.1.0.pom.asc.sha256 Fri Nov 11 08:28:00 2022
@@ -0,0 +1 @@
+930f5276c5bc24cd7ca8fe99f08a5e81c60314385a7db5d0064203d0607d032d
\ No newline at end of file