You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ge...@apache.org on 2024/02/05 14:39:24 UTC

svn commit: r67190 [9/20] - in /dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b: ./ solr/ solr/9.5.0/ solr/9.5.0/changes/ solr/9.5.0/docker/ solr/9.5.0/maven/ solr/9.5.0/maven/org/ solr/9.5.0/maven/org/apache/ solr/9.5.0/maven/org/...

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom Mon Feb  5 14:39:21 2024
@@ -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.5.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>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+      <version>9.5.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+      <version>9.5.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj-zookeeper</artifactId>
+      <version>9.5.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>2.0.10</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+      <version>2.16.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>32.1.3-jre</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+      <version>4.2.21</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.5.14</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+      <version>4.4.16</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+      <version>10.0.19</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+      <version>3.9.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+      <version>3.9.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+      <version>5.5.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+      <version>5.5.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+      <version>3.3.6</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+      <version>3.3.6</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>*</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+      <version>3.3.6</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>*</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.xerial.snappy</groupId>
+      <artifactId>snappy-java</artifactId>
+      <version>1.1.10.5</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+      <version>5.5.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </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>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.2.2</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+      <version>1.7</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-configuration2</artifactId>
+      <version>2.9.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-core</artifactId>
+      <version>1.0.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-util</artifactId>
+      <version>1.0.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+</project>

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.asc (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.asc Mon Feb  5 14:39:21 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmW9TtYACgkQaE1UQWA5
+JFV5Igv9Fzno45/3eJia9KBl/BwsmxjNStSLSKY9isLflnGnGernAQlwaXnNHhYW
+nmNJbubiU3UWHeBfDIYFoYg/Iq7wr+5StkiL37D8S5SC3Z77qd9fBSEszKbrS8U3
+BWhjp+/xPYQcz/vU2E+rfXhkZiNYkIScR2V7H6wLGhYQS0NpzUVj/x10KSFidNW4
+Ly8a57CSLX/omtVnhQJC1wc8K8p8JbPuSJ7AQQXOsqbcpN41kUsOZgcGCrNuFoPT
+iWtn0uLxl/oQ3ytsXd8viuG905zonzmBLFyJCQ8CBenT47kXIKJIj1teCxvAuMjx
+U4Z0nGWr07Dxu0Jctazaoe0J0DsTffKxzheysI7P5UE12lZw4Agjf2lMvBD/xc62
+786Xne3HihiYGymDcuvXsooXQG71iHL/0VuT0VdFgIvsZalPnPElvIolJieGFZoX
++aVfHWc+VwvBk+sKQ24/7D+QDTqC3H07mObuhVl9wsgJIzZlBwzYyi7Ryej3NAtA
+BueQz0eC
+=8P60
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.asc.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+5d65c21f7013fbcbb379f633587a4c95
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.asc.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+e2392ca616e9639e2e143fbc1e7266cc2ef50e96
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.asc.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+53be36447c9ae6d53d1dadd00b2f945aaf934cec40cc764fac65306dca2a8c26
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.asc.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+58ab3cf42646209b649edd349bcaeb1e4d7b69ce696359ba409e1bc7de1bdb40c3e50a4858f4d593be67b3f3f2cca97603cb5ef313fdd54eae67c487d440502b
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+11eb058496306e8d70eeae77cdda6664
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+30fcbe1c6fb4d0929f32100fa08e829a50cd1cb8
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+756d7c00424c6398bd70af0933bcd64237e1be4392397b6963bb2ffd62e1dff5
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.pom.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+de8fbaf27aebf0367dc5fa22f1c6d106ddb0b0d1f227906388c947552321a02e0cb40061eedde7debad2400e0f3ef1b795ab7a085f1a6b30bd49f231e041c219
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml Mon Feb  5 14:39:21 2024
@@ -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.5.0</latest>
+    <release>9.5.0</release>
+    <versions>
+      <version>9.5.0</version>
+    </versions>
+    <lastUpdated>20240202202142</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+ef88ea5c2357688a719b6d36ddf6f44d
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+f087479d99e2ff616da0844353cd2b183e268228
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+7bea365e777068d7b3a22d6e18e787f25c8fda794621cb409da8b4b1f3c0b42e
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+920ea7552466588eebbeb694fd28b8559d1e17bb469b1ef8b1866707dc4812da1f6ac19d4c9619fc6c951cf82e074c316e0e40b52c8de95d781bf18807d1f353
\ No newline at end of file

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

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

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.asc (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.asc Mon Feb  5 14:39:21 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmW9TtcACgkQaE1UQWA5
+JFUXVQwArER9S8dWOAXIGAi+nXu4MokWfla6mym1R36ughiEx/DGk2/+85xlnOcp
+PYWAd5OKn+zSBFXajggpM2GJN+LQOm3IdQWvZr7OZZk74U/iCIzMn74CIUpKWDqP
+6LdBSN22s0XuCJZ8IowzIhO1+yYsnin04dlJdUxCuybxeL1MUdklFh9rlJMvKA8R
+j5Y9gYhHzOclcvaCDOs0189o+u+d9oWNxECQygQkI31LBT7XqVAaKz2UkkzXy1JV
+yMk0KRFWx61aBDEvReIpdNbbOQ0x1cgv2lvmOkh4mOEADD0k41giZojTNv/ERFE3
+v3NrpdXvhiWdL8Vzs/wgqu5K6pQl39i0SLCzP+xunmxBZ80c8uksERd3jma9s153
+i5YAapEYAJnTfRhxrMLL6KkCMPUFegIkzEZTSYa+HrJYNpNjD/s2svyD1SzziEh3
+sRtvlKmv4pp0BYQBmnJdSNbUJjavzU0CexOtO+dfw7h/Q+7JplmPp3HXd1lx+Ai8
+OmTEVVUS
+=dK0X
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.asc.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+6bfd01e0906db17477f6fabc2cdee411
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.asc.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+dc9a4ef52ce56f6484e3e81e90b47ce60066d70d
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.asc.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+01b22947dd7a98e9200241d19e529bf8f7be0cde3f9be359644faccbdec083b5
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.asc.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+3a9aea8e52d831b6cae2cf17b1ba00a1ff91c6f6977c3b500db52629c7d7a61b9c70e40bef5a87ea3bfd46312f1d863e906194aa8c7410c9cc2f88441042f6df
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+7a586a42b6e4a69d64492ead45fd1d5b
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+0c0711dda86000b20c5c37bb743e5e30e23c6129
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+ef9c91ebe9c0bd6f19b6ede5192b09e673b902d816196443ee306825d5a7e92f
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-javadoc.jar.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+b0e1fc587a7a85f9bdf6d8cc18886f59af3ba4625f39459b005e4e367adffae23cc9303afae0f8c43707c435287582b9f84cc439362467845093e19eb5fe7d0c
\ No newline at end of file

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

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

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.asc (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.asc Mon Feb  5 14:39:21 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmW9TtcACgkQaE1UQWA5
+JFVwfAwAg4E+MvbPnKpNUbRwXpZPcL6jgan6k0d6AOfxhZoOh9FBVUZrPYYK8xJ4
+8Nfj0WGRu2O1IXFAE/VzeJ/UH8w41bVXFdENUw+PtNH6d6IPxrPq4V/1RUO0ICcy
+YCzP+DBX8PcR/OlcdXtUTOUICoN7LFUIYScckYdHLBbli+aS4ngSHANjHECK4s4q
+RiNoPDaBiIY8xjRd8gUYHotQHKzjkZX409wYnFGiyGHklc4VwJ2HR7pX2ye7nDYd
+kr80EDesbJPBRrCRwNSyLSdwgbMlV+UmH02ZRPmC875xZY+WGyIU7E+89JZ6GE4V
+NcsuPRQCjKK1uPqWCzZ6YBqtd7CWT39Sootr+YIw58CS4nautDvxRUs+Jn0OvJKf
+oDq0bK/3j9D8F6uVEJdKXOwTfw5WnrbZciB2NRqo7o9zFWINFd3V0eaYRPj7/RUV
+aaB6UPa4ab7Urp2cpqnyS4BeD1DNYrmXWFQGnoqc2rM0EQQ3hJqdGXyljnA2iJrI
+Ze+1B4Ys
+=0ela
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.asc.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+8407cb3a9ebe8f1d5e5fd677cd80df2f
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.asc.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+04b738b83da39267cf0b6a0e88f0ffcbded19db3
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.asc.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+99d5d184ba0fbeedce5137940f7f271599053f8a248be8bc07f87d095f381680
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.asc.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+13ff9630017b6bcca61dfb9881a21208373c397ca2c148ee5ca8c6979eb7068a223e783805c4da987efa245bae5850218d1f928fc07fcc794b5d13e9efbfc1de
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+b48f29c8717dfc64fc6cf87c4fea2bd5
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+eb55f541b23febf9c5101923e8a1a08d833076fc
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+c223a6b7dbc9c1f341dc0505597029889a1c7acdee5d7f81ad75a7964c428b80
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0-sources.jar.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+2b28bafea3307cd3453270bf882dac326dd6b4c2e2129481a3926824d13663b1c10737d7b4d385cf59a13841fe9877dd91fd4fc7aa8afb523e19b4d69a80346d
\ No newline at end of file

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

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

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.asc (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.asc Mon Feb  5 14:39:21 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmW9TtcACgkQaE1UQWA5
+JFWSRAv/Tfa/P5rnxINtw4R4/TwlIKs+66u0hQhRpEfRktw5R4yRLAqdBaXjq0SV
+kcG4KftSEcPobLHzmM0rjH8Ftl9KeWhLUUO0vcosKL37dwr2GknsHnfOl4TgElrG
+TYncQROsSfzVo1M/WXWckCc9S+2r/FLHj6GNokvraQ8QEcgY6fR88EmNVBEY7Dkb
+zc0KH34bJdy4Kv3P6eIoXRnJJWa+vuMtk2lE+yqRTsSRmaR1gU0+CgNn4/6xveVC
+WXbQqpMvzimxO3cy4w5zPgNL1m0sggcTiyY5EEU7hy5il4z8X5ka2cu+DnCPP94R
+TPikrMZHCcwvkwVwQSfTIypLlxt3pMKPZC5I8ckGypFh8zivLi0sUve07tnZ9+16
+GaETroLfqfqPMnNzwvG1MnlqFtFs1FFOkJ+Llwe5Dc6jFQWUVIueIw0oimeK+VbB
+chA/cg5NDTfw6/gESLMCtYbdzPsM27M+dWDHRRTO0OTJcwGw/9DHSlH66E4VOP0P
+vEH9v1Ys
+=JAPp
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.asc.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+294bbac407eb8c039213a6b109d93a3e
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.asc.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+8ed905880b40fc010845d005ba70e8e3162bc163
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.asc.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+ddac32e73b17c120ea6b98c225e62a743fec7856e2fbdbf42afdb7a6bd35f86e
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.asc.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+dd5ca1d16b0364a95041dc22fc4af3322ec6b97367481778de4e06be76ca3c27f7682b2fb7fc40ebb98d0b97c442d62ae3824eeac0010e3dca6ad512063a37a8
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+45d4ba1b41cc4b26e627ff629b0e672c
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+9c15eeccf33ebbb174413c7b0df9967ec2a3ae42
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+016050259671dcb888a64cd01084b9be49b3eb61d9ad89a0bacd2d7e0c0ec5f2
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-hdfs/9.5.0/solr-hdfs-9.5.0.jar.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+8e76350f952aa9fb640ca531fe37914f539b289b7918823fde2f6146ea4bbcdf56ef5fe127d35a26cb39e30b90f05e7823f52b42afab988732b959527a0a11ec
\ No newline at end of file