You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/07/17 21:42:33 UTC

svn commit: r63048 [9/18] - in /dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb: ./ solr/ solr/9.3.0/ solr/9.3.0/changes/ solr/9.3.0/docker/ solr/9.3.0/maven/ solr/9.3.0/maven/org/ solr/9.3.0/maven/org/apache/ solr/9.3.0/maven/org/...

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom Mon Jul 17 21:42:32 2023
@@ -0,0 +1,1228 @@
+<?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.3.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.eclipse.jetty.toolchain</groupId>
+      <artifactId>jetty-servlet-api</artifactId>
+      <version>4.0.6</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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj-zookeeper</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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>2.0.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+      <version>2.15.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>32.0.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+      <version>4.2.19</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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.5.14</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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+      <version>4.4.16</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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+      <version>10.0.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+      <version>3.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+      <version>3.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+      <version>3.3.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+      <version>3.3.5</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.5</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.10.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+      <version>1.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-configuration2</artifactId>
+      <version>2.9.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+</project>

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc Mon Jul 17 21:42:32 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmS1rwoACgkQNpQk/Jjz
+9uzWzRAAj8O1VLO6+90+Tlf46PSuTyHxLEqt82/fePDEQUn0aruhVYXtJS9gdjOt
+PNlAY/SN2cRdN8MD3CL8cF8Z0ZOIKXZynKKGpexg2Qu0wShAV/yg4pT3NKPO0fr4
+lqphBFxQi+p4D0wd94QxlbHb+WtUptgiO/RQNtgMLJ/pdbk4dkd4/P3udPROQQxO
+M21IxhpGtPqnjp683eK0EaKyqVBaLKmBP46SL2ZRMmH/JQVNjYSbpfrVCoszIfjm
+NCbRRrU1zkLWEfQZXULR+PRFhk45o++06AtmuZefoSD/BH7uVkww68dKatyS2l6O
+XkDTYPpND1+PHTpgAoOyX5mbmnFXudRAheDrfw48f+DmCdcZhX4cD4TWJBFU2ejA
+yAOEucXQOGWud8RCrMk6VdldqxQv0/KhS2yJbhcPWBGDLmkxfPXonNZHpa58YPGz
+ZMbQkHa1og4h9kEYF+fV1gFvJJbsCj8yqVScUzF4wf7yScN8ry/AJ3T5NxCtl4vT
+dkpnfz0EpW/znrByJWpmvaY4ENanNPgeoV5SVYIxoslBDSmskCVuOYx44rLlYoMm
+jHtuKc6eHxkWzR3Ky2US0AQxokQYopavRrrxbZZtvfLtlD10n4L9agIurOEbSBTO
+gcIuHLY96ADxN6xTilTWGKr030Bxam3Si5B8TvnmsMURgT0t/fA=
+=5bb9
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+f789ad83080581be4b84fd93d34cd03e
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+8efccdab86ba12604db6dfd8a6ababae759c536d
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+adb6c10a820739c5fd0a1a6c1e0979a3f5241640e742ccb58e9265f0ccaa7766
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+d11ddf76e7c24d6583cc9ea4a35e5cfa8f2f3a140a30712c66e569c5bfcd6c5eb5beb81bfff5acdf0207a02b26f48991d3399ee56fe23fed79abd0fb38eb1a12
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.md5 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+84abbec04443243c62d01f238e5505cd
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.sha1 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+07672c3aeafbfc4e76755cb460ec45dd50fd3203
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.sha256 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+c733746981c23f6d49a5828999785f219a5b9a90aa31795897f595388a7ca850
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.sha512 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+f3dad42d322342e2feded9c393a0dd112b6917e97b8f198e38b5a2d615fccb212275cd9c1040429c7ded19134e75fe1a335e276433d65aa27711473c417203ab
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml Mon Jul 17 21:42:32 2023
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-hadoop-auth</artifactId>
+  <versioning>
+    <latest>9.3.0</latest>
+    <release>9.3.0</release>
+    <versions>
+      <version>9.3.0</version>
+    </versions>
+    <lastUpdated>20230717211346</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+c7dab955c2cbe00c43d5eac6a20d21a8
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+b22f78bef3332b5b25c1a54bd68e94289289edb3
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+f47c00a8cb70b4d6d4ea6a5d31ea6412241df9d1576aaa8b51e5a2362e3437ef
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+d7b69505c4956de745d09604db928aa7ff4f138fa19a8d8d6edb86e88f09214970219c138fefa9c202c180652c06e6506f3c37b88c17d398549840f04ffdae2e
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc Mon Jul 17 21:42:32 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmS1rwoACgkQNpQk/Jjz
+9uzLuA//YlpW97cy6fIdyG+xpiLcvfZu4ef02CcZqLahbyP/D6IbA78xpWgzpPGF
+PDz8ft9ztkLz0ZOcRBIupo9pzitZjDYMbiLbJM7/4rRQ3YNo3KfT3KLlW0i3JFtb
+EKF6yvC7TLCy85GiXTkA+ocVgnoNwzXlG/Yf6tBHZ4xzxJaMDBXirZHzoFmt+VZ2
+Fp3lZFYSDDqqKPgtuKr7XVW/RS8BqqTxwuBb1sUJinUpLVY/89KrP3SwH4ZETUGd
+jPld+z+5kbLePT66GpkvEXAvnthiyR70CAV4z/aGYD1KYPT9f9sDEFa8MCakTyeG
+zJYWU1qQNih9tSDmOBvCtEqKhEvSKcq2b7zjw0dZgup57t8SvnSFh/G9i4fP+1xn
+Wxpv7qf9brffCK9bn4QA29Y8edUGZFmKw2OMGDvX8f+KQirdsVmqYNZ/Gq+rcnki
+dvKO3VQ3Zx1FMAyTl1YHU8/vU5Q1lSrdN4iYzyZYVGaAqZEnc7Qn/fmUCmWDIZMi
+Ng6olUWBtG/Pc7CABsAIzHI/xrDkCD/p4lkwepT7LbySyfzj8c9XRtXhCNcUPv0P
+shWHrhFRcy5S9bw7zzxBQhif5/rPT+QB9wWet2cW4jEDVKYxpvL6hm9B3nzcJ0c8
+XGVavARaP1bWgzzklsTQDzFj+nmEhweoCrUBha0Duc1VSmNnPEI=
+=LYDm
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+4eb997c21c463d408ece9cfeab8ab547
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+7508afe8d1cba9b1ca75cf52491352ffc6603157
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+20104db8777bacb10cbfd2f8878fa8bea93e3632c6b4ff8cd247e62254fd5290
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+7be383fcadd4989acf35c250d3835b9a33cf2c2279dc2ce60d0be5dad5c11322ca7dd9f6d6ab01f988f378ed9ad75a0f7332ee44c3da5dd9789bc00fe86588e2
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.md5 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+547cf13280863412de99da884b0973e3
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.sha1 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+628e2bdf4cc90d6bb203f58af5a2664e584f6806
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.sha256 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+ecbbaceaedd52b10666d7319ff1feea6ffc68b6f284ca52754b7fe80b4986457
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.sha512 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+32d5ca69178cdfed8d6e2038e527361c6c1b8c02b44dbd480a56739df11cf0ca2551613b4e37364669c7bb972aa627b32781366c6ee5a8e253e8db0a696d5643
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc Mon Jul 17 21:42:32 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmS1rwoACgkQNpQk/Jjz
+9uyWFg/7BsCClnTQxqp9jpA/L53rrQ4ADuwLtAKNp1LQbMblMs/pOvJJkBL1W7xm
+Xj3F4K8mVN7M9Gu52QmTC8XpLPOkriA56BtB8wyGAoRYiQgV2Kay06B6SJEomCoH
+n2ntZh97mhpqVrX7r5TjtDNxTHnblQEUpgkIC5rmWpY9tasxm5p3MHbpKM3H80BD
+ULDmHbm8T/IWT3R8N9QqWmidB5Sr0rkOQ/tO5RajPIkUkvphFNpVWpRzQUtMf7gl
+VTscSTBRzwKTPj2AFEAMfhdP0vnNe7tKpALJ78GdBxEGqnAxpBAOnKGq8kXuVLgB
+fSZLAmGN2C+nw7ooEEO0NBBOx9PT4EJ8Ms0P2FdRQJy2wn7YbwaogyGsmRO7N7Uz
+I9oiaf1M+9IOb8fsWWtRzhnhZJIanVA5+ulgL5sTA8pBDbp1FEcXlJMVoYDFL7YV
+2sibSzezK/S2lbCZHWzIUwYhlxmQ4CS/oQpziQOGyb8HuedTVcKHoWGEsrogRPgu
+2qy4R/yGKwUEtrBtnQD9r1ooRLrgcuNWLXbfOi8nMu2TOh7fMpw1j3taX41dT0d1
+Y8hqXslBcPMldYv9xmqRyMMsf5TsVdAUhqiY8ZyINCiHlxmma5RRs3JlX4hWMTFC
+QrJKMf0WJJMAj3MbiT6JN7VUuYj5lquKVqy4pCLrVk680ZvvJ7s=
+=DPYp
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc.md5 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+2c6eb1ee1aa8d17227d34e194bb9c71c
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc.sha1 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+91805709d8cf0284a2645c0fd61df2b8fe9b9bd5
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc.sha256 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+84161b736c5b161f1ac53e8b4fefb0bd3d8aac6faa0ae8a307d56f70db3313d3
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc.sha512 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+f4a94ecc55e620bc9a4eba43147f405ef2eac3a2b3c94c97513629a7ca74beb147cd09dd176d938d6c1476aa2df236beff2277f3a051655fc1f4a2419d22fa09
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.md5 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+6444d2f82a380941688198fb92cbd8e3
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.sha1 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+551021c674b3520d727a7911ef699feddc729128
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.sha256 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+e58e7e578c99cc8d6b2e55bd6bcf17c31857a0ca5cee8ae8dcb0f06c2ac1bfb3
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.sha512 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+30a00bf978b5400028c579201184675faf3869fc57dbdbf4bb4d6a19d1991ffe027243065185e1e626a0395e3b04cbf9a60a061f54d161a907a460f4fa553da7
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc Mon Jul 17 21:42:32 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmS1rwoACgkQNpQk/Jjz
+9uwnZw//ZP8Rdd3CXnFWAZzzeZeYQDpS1k/vCUahF9jZ0Fqu3z8fzpcpXBb1ijjo
+IkgQ7F+L7JnHapvo73bOqy4YzHvB1HtkTyYvE4uvXlPpQesbhsGNOjg5Za4SZK33
+dbDi0W3m8fnXXBvCgGh42EYTZLJgGNOD2XXpzu8+cbUh5i5Aso0dXpA1fLdDUUPS
+SD6h/7Wp6ra5Zwr3udYf+TDq5/m0azmJwXdOzd+H8T2pmQ5RwPRHH70ubu6dVMcd
+BKQIcMAuNl6s0D0lZy0941pdTlcvMPkJU18CQyrOgVTJe/VOyTHw4BLB7ykLC8QT
+RozbV6Ld7r1Wk2AeFZEGfyIERbjmWbmT1iq+QpkbOuS3y/VQq9lG6bZ/e4Br26QT
+3c5myDIhw4VFZTO6kklJzb0ACUwIz6lu4AKmbplp47yV4CC7I3MndWFlEoqez2W2
+h2s6SLiLX+pY9/zI3xoP1GgtdgaCA3y153923zWDxgE3O6sFaaZlGvmrOffz2+f1
+8Jtrb/vI/lpzEiU1vuiDqfsxGeGKxJ/pPNXuO53UIEZOLi9kKjrMdYCMcDOKHvFo
+h0kVEwRMsH2A9NW2V2i1zZhaS5SYeMQ2RKwxXFlmEBIbbOtM08an+xjhDIq1BjK0
+seesjqGGzKg5Wx0wdHa9lx3vBBpazPvdpnzLW+Zdom7xuv5sqLc=
+=fhKk
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc.md5 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+f8c79b62b725637555fa3a0023a745fc
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc.sha1 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+48c4a43c3901d4bfac2ab10882ef7fc8965c2c80
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc.sha256 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+64711cadd9103f19192b0bc952e1e906e318466c714f77888c4bd3b5d7b9ec43
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc.sha512 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+6491cdd4f5eeb80dab57b8f586a2ad82f338830bc19475fab15542833e4d63904f9a373e4f2df6ea411425da18041a38a70e0ef1cdee3d0626be4b8c44e68e59
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.md5 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+ef07c2626c983ff663216f462f2e1f02
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.sha1 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+33003c0561b511415bcc4a5b3db5aa443e52f54e
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.sha256 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+3695cd1b20850401db05d3152ebfaac5dee0a0158899ff7c8d989b124a390127
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.sha512 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+39247df79101066a76251df134c64db783117b72db0eb897e0747746111c596e959e31a2cff645fdffc0e1eb586d5142715d1b05de30a0d0de2f47af5e3e75f1
\ No newline at end of file