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/13 19:47:19 UTC

svn commit: r62965 [9/18] - in /dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419: ./ 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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom Thu Jul 13 19:47:14 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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc Thu Jul 13 19:47:14 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmSwRSEACgkQNpQk/Jjz
+9uwUBxAA8A++pkBtN98yp+0F0uSD+aEBYuaKSB1cKMs3msPS/E7hWqvnXSeBj3su
+O4f5enoUhUzWOXKejnyX0OlQhZTwb/S/AD0Apyv/dpkrkKuGfoFX2gPA9igWXRo5
+T5jCUgeNyIsCDxrw0/Kq1GCJmtTRLgDmaQaGZzrsiax3xxoAQbnH1I9vAwVXApy1
+0VlRfLaqyuvz5D2+6aVgMS4DM0aLgpGtsP+xgg6PMmmUVTwbdgpb7jRJtBrK0fbS
+elo46WoTjiEUJQmxS60ST9Sh6DzUAcU0rnayIxUqutL8ksiP9k515opCU8VXUtUI
+2GAu/KW2SsJOPojj0g9/aB/iZi2OJrNKpZqr83jq5P5Tvg6DkjaRdOjx6xZkjv9l
+Mjrv629hCEj6aBtTxKfQxlGG65QzeiFnlaww7pNJhyqaXnpiGX/WSoa74fRz/P6j
+SyUJIRj577YmgH+0KXPcBMPSb/ml3iN/D6W5iuR0HMuBFjZ1YRknJIzTJCZY3nME
+JnTxz/+YZI0kSEMVH1eISISaAlfj+nEIA/2H0aS6nyWg2JGc2X3J4sKTckwO+YnQ
+mgWKXNitXkUYkt/H6sLq2UrLwt8xBgD2XsKrH2HZ6RYIXlqT0kGYCOSrPw5v1Shk
+p+6sItalKgzkrzrf4Dl1Q1aPuX2mYAHyQdhujqwQPEHq0jTi00s=
+=+TlC
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+fb9c3c29ca258d8e7e4ea3949667211b
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+e20e83a72c00e9880fe7e07ab312bf52e11ecbce
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+bbad4acf7cfe126355440fbeda4285897459d187f18cc65bb1782e05621ca56b
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.asc.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+31c861829fd5e46e96a2cad788199895459cf8319e8d5b660db2bf7cf5f816a890cddeb0ff80c4ce3c1b38f3e1f48c1a050f535a9c76771de281b9531843bfde
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+84abbec04443243c62d01f238e5505cd
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+07672c3aeafbfc4e76755cb460ec45dd50fd3203
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+c733746981c23f6d49a5828999785f219a5b9a90aa31795897f595388a7ca850
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/9.3.0/solr-hadoop-auth-9.3.0.pom.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+f3dad42d322342e2feded9c393a0dd112b6917e97b8f198e38b5a2d615fccb212275cd9c1040429c7ded19134e75fe1a335e276433d65aa27711473c417203ab
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml Thu Jul 13 19:47:14 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>20230713184034</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+22b6cc0941a0675ca9efa468df5f691e
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+0fc8d4adda59a01a5795c6227a1e2c2ec5471ee2
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+07186a6dcc171a62ec9d2c67b6940b63f80015e52f8c62eb33412429d0062ff0
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+7f9fc4a8ab0936b5f3a0103f2f3edb8864f55e588ecffb0d18dc68a6d37b3870bdad34312112bfdd83b4e4861f0f3c19d77a654389f2ac1f1a4a971eb25dec6e
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc Thu Jul 13 19:47:14 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmSwRSIACgkQNpQk/Jjz
+9uznEhAA4sZ6tavEz3adnKrsIAP3MyruhBhXLFxtrrHT5cRfJPZmpuGb0AaGsJyx
+gnKODqcTNWb9qEcFQ9np6RXQllxBooKCb0kPam5Zc+cJfdZCNFdGi2za8dVyOZD1
+ucT9b+9CnL29T/pRZuTZBtf5X7R9XYRGmkolJgY82kT5AETUZJAV+kCGM9V57D+y
+q+H2Q4EGOCOnpftvGgPcE46x1mgkO+Qj6Mxl1welOIvKAUMJCxG30CgXaLJ7/ZeW
+lyjRWheYeF3ubbh4oeWwkTZkzGYMpt0gDtOpgFxyS3Uyf/n1PCCeJmyj8fohR0gX
+A+eb8qRqqsHk91QEQ2Y3cdY5jLU8DflDFz9p7JtqBUFaElLFrTbBTGsZ3Tk687I3
+PMGzl1gi6/xllH3rsuJk68zsJJ4tNxaHLmUu2L0D6ur8GFInAeVfoBua7MptTJf+
+NJlbPHrB9YWL5z4ZqPSvpCAmvYl1qHp1PdtPLSTEXYuc5ZOkU0d5g8G2N6ajCG0X
+1CeLaeBhNgRxWfBv+cO4mo9l/kHnojRMQVPNVtzcrT8uLJkBZ52jp4pGnpQA4sQy
+ghBwTiNC/Y4TTd14JRIlGwBvakWeekYNLSxfbsUVdGFJdvS2XuNk7f9S31r9YkYW
+wIJxsdn+axtg7TCadiEWPSdotm5oCZosmJKckH1lsd3jlieQCwE=
+=xAy8
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+5f9368989753998e16c811f12005e6bf
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+d600db627e820f3f11b22d6f1797b44ada8ad339
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+58b0757c41e8567e191b0816e8b4d1f9aff6ba36aac3d9851c29d49d13cecad8
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.asc.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+46ec9584e7f051b097424d2c617624050176f79fa4b5e21e32d9325ee8501c030d27366a38282080560be9cda702b2e43fc26717f2f02c874a75f8df94198f69
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+6573faa23aa36adc37f34284c4f0c431
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+eed841925213e20ab5fadc9ee30ff4db80943aa9
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+f73562376153d535cfbead1b9807c46717cd52dde9f170a0d04e3a29b6ddb308
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-javadoc.jar.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+878174639b7d3ec1f9dfb6acb65b4bbbf79cca1684ffc67856508af79f3e3cbe31df9bee3f7be7cfa9815474eece8266b690331f88ebbae251f3e1e146c2a213
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc Thu Jul 13 19:47:14 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmSwRSIACgkQNpQk/Jjz
+9uy4HA/9H93Ions1fDyc4u7vcxEVYmUKHwfhwbcE2+M66kPp7JgBdgtrqb1jZHH+
+sBatgpH7DEnJtkJDHLmrnZUjfUtma0sjf/Z5eJxP90nYYsuxg0Il7+JUT7vG/051
+EWrQne+HSVFaCGPBZ6c5czlPLY37G8Dl0Md9DoX688p4b5RhHcqjgM/eEoBeeSre
+TtcKnVQeJFWWqDwEfa0/Dl5NDuTgS63T0bzBS7EVVmm1t3GIdvTQieh0QEAcEsZx
+v3d9F17Ralr8bac+tfHZi2nM2J/gCQpdcD1LXMwtSsA2yY8zpGT+ho2/oncIC840
+5Y4XakhQu4WeiMdRplWQM6o9zyCTR1i9H9P4WdNMpjjW+7n0Cenow5pN2CgJvnQ1
+y65r+pSy5g+wbyupyd7Y/jYqzq+mEbvLaXS5cl1p8lvL3lcW21gPq6Xs4lDEG9JU
+DNOntELxsVcvYxMPYzh1xRv2oRwNbqHB6NlbyjbX0XSH2NKibrQqwiqCwibGSscg
+IV0WQgQ+I9lrWp5e8PVOQMLWBXpMhm0uN1mW5ddn3WHn9bqzOcSB4UxX70HFn1kU
+dzQRztIqVMS6zUH9I92MIGB76ytiOJ/4WX5Ysa4E/yCjUwQbDECZuG0eYyJZG7Rh
+7NKMoTUeQ3sgR6gW4PR+hmEpR88Qry00KDHpWqPENTBV5Rj4sjY=
+=ecJU
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+b84c30e04f7d434a04112c20acf5c622
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+326d7bfaa78f32aa63ebf625732c5a70a90e87dd
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+e986c8f7abac78d454a5533d4484ceeb5d40d67eeded1ed2efc25e4be6a52f75
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.asc.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+d9cbfcdf784a56ccdf8efef06ee97f36c8851c358bcfab1aae21986c7156aaa5e1d814fd1d7b9367bc12cba1f2d842c41c9547db80320e68c733e4cc64b8b4ba
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+d07afb63a2dee976684903a5f24ce1b3
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+a2c8dee39ea9447293bc7e19ad355274047ca259
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+5bb8dae01e532b0bcbec79f5be9694be2c2929e5dd0035573e3805fe1279996e
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0-sources.jar.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+ed669fa092d971a488c0048ddad8e337fcc72db81c8937338e61b068b41006d7689261a2ffd68ff241280d25fa3e5da22c6af3d80a2f773fedb14b707e8cf50f
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc Thu Jul 13 19:47:14 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmSwRSIACgkQNpQk/Jjz
+9uzzPBAAu0mdfhePanwRpGThgzjhvOGhhtx2V/hZphxK56iWFgW1dp+i1pueFoxW
+Ys5xtlW/tZwSmLMuf2wV8WdKtA2bA1gL/J0XnODObLAwsgyPTDOUKxhCQaZeve8k
+ZwQ8Isg3i+QdPpM7Df+8yTopB1G5BS1s7lprBSWBbntXUv8GcMxRn3d+GNM45e5+
+ab5MDK/M14HKOyJ4L19lXbGCapGBdHZ8PJOsNpaC+niFXxgJXiO1jedz1QyLNBhZ
+bgvCTsppkDq9dXf4rLCMtdD34ojSZV+Dj7SdWwuL1O0ndNQVAuCpKjkmvP9DGIBP
+Bv7g6h0Ig0RBdedqKBleeUwYC9K59PVp8tSpxyntfk6TaTL86n1nFJhZgI3C8QnG
+uwOzRtu2E/w9iVUQNkC6lU6ocl+bnrH40N9oMIBPfviTrvl5YZ+rCvAyGC1ITQ0Z
+MiXQa2dNeSPcIvYxN8P9R2tHkfnt+u610WMc/wZDCA4+IqxFoaOXxNYm0YZmPq0B
+MquT2795hGxvpG4QeJPsAX1/3pf+Od/Y1M2+9z5BVzrbGIQd1TtLzlvevpQvwwMc
+Vk7vpbuE3Pfy9281ngOakPSZqFcxw+5wkwuYe0Nt5DAZZNSsaPzVeDdAlMw5SnDo
++PORyVmJNKz6P3A4ptSLgRHID5/3XBlqw2DytvHwvq/ZjithkpI=
+=Ulm/
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+19798dd49f90910786dd865a07848522
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+84ac476ab575cb9fab4c5375a7f9387caf843984
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+ad89e02d670e1312ca92569c59c30a1390e43f88e1b9977ba8e4dcdfbc551717
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.asc.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+012e2fe0205e570d411d329811b11b1b3cbd07c4dd094648f8de2dfda8677f443fb017714673f130cf370d72fa28380298714f3f6cc35702aa23dd071997b8fe
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+1cdfdf20fb3c455451fb997b976338eb
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+5e52048ccf2af02095cab93696d8ddb3a0202f12
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+10fa21eaa83da4ed6fe05c0b80946ba25fcad332c3b5e042a0ddf2aadc49943f
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/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-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-hdfs/9.3.0/solr-hdfs-9.3.0.jar.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+9995dd1b43bc3e31f503e342759681665169f3c595b5b4ed8e8c26a43b784f0da1bc3c96ea4569f81251354c8b56e64cd699d1382504b9eb41068b3a3af2a623
\ No newline at end of file