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

svn commit: r54125 [7/14] - in /dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc: ./ 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.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom Wed Apr 27 11:51:55 2022
@@ -0,0 +1,452 @@
+<?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.0.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.0.0</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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.0.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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.0.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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>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.8.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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.3.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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.3.5</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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.3.5</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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.2.3</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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.5.2</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc Wed Apr 27 11:51:55 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiaRSbAAoJEHGkWj0NjQuTQMAQAOafP15C5qYyMJxD35TZ7756
+Ea/C2gDl3pVe0X+wl2yMN/fTdBmDoR8PleUevzvzwmu8lcdroc96TMObP+AyHpSO
+HR/gHgSALQGP4IMVeub1yG9bsCU1dtuDGpNY/v4lgcf/Z/3/8W+4V7Mm+o4p7YrO
+uURKw+iswTT/vNB3Kkxp7Ju1y/yOjKzV/c6nVVUvhoYhxI2gw2Ia7qmp0bpQDQy2
+QH8Je4Hc+ay8Y/wjc+NVTMYEk8TRHf9EAt24GwBsdanrJXACpCw+YTeH3FPD/khj
+5jO08VPl1HcLLfO9HWOJN68T0j2M/Ia/dX61cGCYvV+zY4jnNkTRyo1kGRJS8Omi
+R2b6TW1XUEqb5Al3rQFwk8LUzz1chM/Lxw48FFg8sBNU8Pb1kmGMriguL3aPJkXC
+K7EXNrYKDHvKdQbTipBXpj6/FdO66TjeW4VbDiI5VVUy+6FfTZNJtCt9W7NOwIrV
+UX0PXRHIstKuZZXt1B2A0s6FkMqkPwCgW+//QgqIOjMSuE+6zJT8UCkg8QpWQhaS
+IDLH5PD4GL0AxOtJjLlZaoQjY0WXKprwjlnbZM/QLXmiH5t7IyiB28A4HjeFFb+3
+2rN4ymuhDajuJHfMK3kuXZdMws/+mKJgzWHytI5V5oWa7de7SoEq34OtqYs5+hyl
+vn2l8aT/2smIDD5jF2wk
+=OM6M
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+1c18cf8c8630ce689c6a6248e1ecdb4c
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+f4891578df5f03bcc895c54d53ba7f5f1d8c7096
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+0a4c5f851638c18338530831a362baa384144545bf2132cf3751722a541b5f3f
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+938d90fd17faf820274b787a8addc947b6511c6bfb195967aea66db7a4ba087e7756b493aa91a6759ff056a98b507c29af5c565be3303edc8463b1b4c218ac27
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+3ad32bb64c25075805a1c64fe5dc95bd
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+fd31b939d3103b4d80779d416a3da3ec13fb02dd
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+ab170b875a96bebe734be3be08f3f40c8183c1efe972bc576fa00b751b2c84ec
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+46a2d76b81b3cf144fd005b01858a8bd508a0e3bf3fea5ac4c8b877f619b66ddfd8879ae1fa15425989dd33a0478a7ad797853ef49fb56362370f1847a912ccb
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml Wed Apr 27 11:51:55 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.0.0</latest>
+    <release>9.0.0</release>
+    <versions>
+      <version>9.0.0</version>
+    </versions>
+    <lastUpdated>20220427100203</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+f1ba528be58e5725d40cf28047d39a0a
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+76ae2482e7c850e69e6040779964e625989d4534
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+a9a5bc2348d0f5e8dd60874d8fe53489229354d1f31e1edf9d756c878b8e2ea6
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+d41b35bd874c147bac76e9ca1a1bce571ec503aa036d592d30729213bb5e6f8f357713cbe841856bcbffcf971b6ac4ba8d9f7029213468e9d9d86cce0bc1856f
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.asc (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.asc Wed Apr 27 11:51:55 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiaRSbAAoJEHGkWj0NjQuTSQ4P/3FGaV/EZkBLxAzAlknqQN01
+2VDUUVRJELXi+wsJ44ChbR/KvcLLhs/27YtPwc6i4C1D7pebTrbrPjoX8OpBp4Nx
+j4fFUC6047xIgMIsrlDZkKBdYcTnxoiOmqH2I/HbXrpNuP/r8pD15AckkHPI/6fS
+uBO0JjCtwSNeP+bZ1kGf+yBBjTmP7tKE0PIPj5CXblCpKuQitfHZlm3LtpfcOxeo
+mpLUfPOjMHbqX9bZUYOqxPoAy9CXgb0J6H8ndIjybe7IA3qC8he3tI7orK4PNJqe
+XlQ9dDENaD1HQ7Qvb8TEUtE7bAqf7tpNRivD7e+LV/Kspd21HFVpNnRHcdz1znLC
+NQRhQCvF8b64zhCy0dsC9ySbOywRHNSktxyX1iubAQKAAaq48E8KNvg4jOHWtwjH
+tFkXISKoboO1ZgxWrUaY773D0USkEfMs7u8bqIwZPQXhYVb6u7l58sBiZ1a9kKES
+V6yDMjq6DlfsA8aw62uO85SR+V9djVJUqsbPjsR6jBG5tM54kyPghb/xb8Hy8mIi
+EJ13lVk7Ph5lSkM/ja1n7LORuScwSuH/R6XJubOOHLDNZAA1F26i+uryuaCfgsMn
+M7tb185ZKq/3ILKRLzxFRvdbEC4Vmkf8BcRvzzYqCyFurqFqfpaPkQeV4bPiUvaz
+bJ/55SHDQZlJn+rpdhSI
+=MyGV
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.asc.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+4482d51987359397d914f138cfe89b1b
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.asc.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+841fa9397a8b6d68f76ac9f37176b71d5f9742e7
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.asc.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+14a787988a66ab46ce10b29673deddb33e1d932c6d928320d57122c95cec0c49
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.asc.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+d6aaeb5256821f94673ed94741ce9322f350b502435b3ac75ab5bb0d657ca18136b4d05354f3083422702e45f4deae3f09a69306a2ccd6da65abc3ccc4a2dae3
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+2397dd860e293a4afc643a6b9ed1575d
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+99c45f0a242e07cec3558d6616caccc37aaf3545
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+56bbba55627b67b7ff9404902d72cacdcfdb912ed1c05c30bb19b80f2e451427
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-javadoc.jar.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+ea6382dcaa82913a4a1c43b50a8f4f4eded7d4f672b0dd20bea36d334224ae4e7360b6188aaa12b6af809112154239d58e775c58e1afff6f2679412c2f46e81b
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.asc (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.asc Wed Apr 27 11:51:55 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiaRSbAAoJEHGkWj0NjQuTrwoQAKue3kV3oib0Zxq250LOz7dR
+DqR+VNl++mDom7m2N2E+IBZNe1Yyu1hGxprl2XtuoMULkmP9oERoNwf2HcQXuXlF
+ei0ao1E1IvCQ8dvt7N+gh/M1A6Oan8DW5nyKw3NLhnZ2J6SW7uI34I8En2v89LQ3
+s43k2urRR3Vnep9lAireGztaV+pDROlLGaTyN2uIOpNP+c8FiOz/SOPSpZ9+6Yid
+OmfSrCaEkzUg0REKydz74iXUkV8YC6TRXFYiUsQc2UZlMl9wwqel07U7cI85+7OM
+xhBAPDplkFHmz7/NGYjsYZjrAsCs5Yq7vLYyn+AAbSpQFxhccoruthGU6lOxrS47
+CwaMIzBQFVghzlYKVsBwTTwd1zTyPYFkgjgIK2YDbaGACfiMsWjpfjqWN1v+wQEK
+QyGh+DhcDl9bwsQcSSO+cBssD3KmU2TBTQ5gN8Lg0JukQjdYCZWluBdtQt1O//5z
+R2jDdFQsj98ALjtf2qaUiyvBdGdmVNi35hIFi5qXIZDOIS1alTj0b+zFm7Wj5li9
+6YQhbK5l5cOGXxmk6rSXFKp1y+CZpoA25bdsSWdne6B5ZkdGL9TrZ+Pr7KPiQC8A
+7vVew7/mYrcaf1XsnjJzbxAuuQJtAU9GGkR23u1HqOVo/XLHzJWGHrcO60gdGHfG
+oeN8hPqfHVjTn2KWGPM+
+=roQi
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.asc.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+5f99e1e311084cdda9aecce5abca703c
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.asc.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+54f696deeeaf55804575fac894c4dd69a6ac7d6f
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.asc.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+f840b3fac6dd606d700af0b3060b6499a9feb128d9e885df4aef88463a504fbd
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.asc.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+8b3af2755b2dd36bffd77b7177a4486f2988dae4376ca4b9fd00834bb6202f978bc0963d6975a62c80dd3fc4a95995aadbd668851294fce175393a106146f1ba
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+03999d1f0a8af08a0f624b6420b03080
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+ffa84cd8fc62ea9fa0a7e82de2c6310a207fb35f
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+02fa5405598a4a307fe405b25ad3b9e4e6c3a00d93a1375025e24d9c29a46370
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0-sources.jar.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+3739bdc6e7546b5e17bedc4d83e093318da7b2cfb512107bdb3635b7462dbcd3062055fd8c279d774f3cc663396786da938aca0bffa309b4c91918389c49a0b9
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.asc (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.asc Wed Apr 27 11:51:55 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiaRScAAoJEHGkWj0NjQuTBX4QALoXCuqzYLDmBJq7l+phfyJI
+a23AHqxB0rFLThZhwqOoLSWkE8yzQi4PoNqmLM6dsVxj3Q4EyKRX2imX07nhtPWo
+76pCYTvVnwOCtZhLvQZi4BCRz0Vd27ebiVBbFn+Nw5bE8Rrr8lLRE9tXDtRFlLDs
+5bZx3We2gIjfOxGfhMj7mlLXvAvfYWND1GHDvqlqkE/gtjEudgXJAetxghYelXdG
+BVTdH2m/wlAUQBiHm7FiexBHpUFBY5a1M4EEWj+jX1pxn2GPzrZoQ/nIwD3ozqCI
+5qorAJQkdQMqyx1BUFcucW9RVYUaLVPwOYqmUn7N0XfZogkwBHmx90ytQSwAZrwd
+zrSEt/nQkIkyqO+9z4vz+5rvQ08w5VeSrUejrQYtk6cgEnQNrBWd5FWVgbTG2ppu
+pKhP0Y3fsSdkoLYmGdmMVsOfsjhQdQtURNySYdFWzi+RMoIcryS+KZD11aRuKPi4
+N1AF3jRocJULqcztpjhW+ReEXMiquCMB8IAaUjOb1ZHYZFFLwUCyxC/O42H2LIqh
+NJ+oI5ur+LRcT/VMjQIhwlPiya21tB6Eum20JW2+wb5vYy7h0xXGQyRaDjTbu533
+1e74FXOhNxj4g4a+NSHNa8cDiQ1z/MzIIF4ArHhaxLWCK9QYxG8w76WUun7P8pEP
+MOuJMIfc7y7R+/Xn0M2K
+=F2Xk
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.asc.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+258d0328de45545da334bb4a2535fc35
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.asc.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+242dc485ca6ce537f10972cb8354d398e43dfb80
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.asc.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+aa289625b04e12dc916d28604874f0a9180e3d7b49faf86f1a77ad32bcc4a183
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.asc.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+813529aecc3dbfc0c01060a24b7e966f77a1d4136444b95996792ec2a13c5550bd081b9ada2e9d1b191bae52dc6c349a18b3045b0b039106d9565b1f28e8920b
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+eaede07a6884e60ed323c3b7f0faa95c
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+f1ca0cb29d120b6123161238a6b0dd735ebb4ffd
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+71176e56a43410f124c82dff22e730910a45dde5e4057ae1d77fe7ef3b067cac
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.jar.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+1028382cf5f54950ddce60731f35416eb804f167083bc288e5f3fa5ca0b0663e5e4a927dbf0fb337091eee854379aa007f5293594f684f98864f93072d936714
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom Wed Apr 27 11:51:55 2022
@@ -0,0 +1,996 @@
+<?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.0.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.0.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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.0.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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>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>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.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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.0.1-jre</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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>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>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>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.44.v20210927</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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.7.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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.7.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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>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>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.2</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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.2</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.2</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>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>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>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>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>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.7</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</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>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>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.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom.asc (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom.asc Wed Apr 27 11:51:55 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiaRSbAAoJEHGkWj0NjQuThpEQAITS5KaibGheChP56pM1TJLR
+pjEAlbXlgTYKTI+Rdp30ck6SnkZiYhod9FUJmq2/MFRlCvopw1BoxFolx3WSuTKF
+4+7jv7av6xhvviXceMA7+Dq8RASvxCf0oRn1Nolgu/i7o3m56WBZrX+O/Xl/HJpf
+DuUsoj+dMTVljsEoZjCp2cmUSMw5iXURYyi3RV9CPGXk3Ehek9jzHIRhIWxy5JrO
+cF/zu0+4+W499RLFIjByG1bqkGClu4sfujvTnjnLXRf58ezFdAHZt6tXOinsTtI2
+OOUGCPVpSFjbJuy5KXId6j1R5Hks5jajQ46OQD43RB+/cO6TrmccC5UZMlAzwIEa
+BQMhvxqhlW5rMcojkvYL7yfpA2QRXCihpnY0GGWoCMfT6FCN2myOxYhr9B8mjm1R
+OF8fQ6Drd3G3SGhgdv6EJ4h467LVGGCUAKvEsQbBofEJj8OL29y8DCny8ZQJLFvp
+LYFwB7IifALRjBcsGRgbrzZ7jXW9YLL8Oln1Gi6o9O6K2fXDFy5+0htzvvkVlsXB
+V/OzS2aZnmWVkafKPjWiZWX4nXmMOXV2rEbIsIM53YwHq78OpP9j0lFeSPQQgUDF
+fcCFu8/0Qi5NW4bbIgTY7olVkam8AdMh4vieWIFavIOvNfKtU0OMrk6fiu5SVhy2
+9V4Fl0u8ngmdyKch8P7+
+=vQNI
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom.asc.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+8d8cb212404169eeacf1f404c032de97
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom.asc.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+1b00a33cc4ffe20933259b3ef9c0ff2243481367
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom.asc.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+98662c60e019fd6838fa14caefdffd9d0b1524a44dee055f6329a9551d87a698
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-hadoop-auth/9.0.0/solr-hadoop-auth-9.0.0.pom.asc.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+e28531fbfa5701052b2306d365579fa36144ed292427b207a33f29a6d3f319867c8876ca8ec9c3e00a221893ea919ce0df131cb3f186dc07d9d4bf7ce2791bc9
\ No newline at end of file