Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom
Thu Mar 6 20:56:23 2025
@@ -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.8.1</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>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
+ <mailingList>
+ <name>Solr Developer List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
+ <mailingList>
+ <name>Solr Commits List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>https://lists.apache.org/[email protected]</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.8.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.solr</groupId>
+ <artifactId>solr-solrj</artifactId>
+ <version>9.8.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.solr</groupId>
+ <artifactId>solr-solrj-zookeeper</artifactId>
+ <version>9.8.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.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>2.0.13</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.18.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>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>33.1.0-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.26</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.22</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.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>org.apache.zookeeper</groupId>
+ <artifactId>zookeeper-jute</artifactId>
+ <version>3.9.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>org.apache.curator</groupId>
+ <artifactId>curator-client</artifactId>
+ <version>5.7.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.7.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.4.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-auth</artifactId>
+ <version>3.4.0</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.4.0</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.7.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.2.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>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.11.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>2.0.3</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>2.0.3</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.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.asc
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/r4ACgkQNpQk/Jjz
+9uwMlw//fQXCL2v+A4Wjj4zIYmV0zza6P8fkbJkFylKKQNKQzgmiBKny3yFYc698
+fqKCC9lKu+H1tttN36xjUx9JgPK/hhiKIQlxSCzJ8FXb2sTUmQi+XnMR0Lv6M9yQ
+cJ3LpFeCENsv5hYH9+ge33tCVWe39Omxv5J2Sv1KpKK9yq/RHgW5vkKBHx96Knlf
+RTNVu1UekDUlJi6sv9LsNBP3PffjHrlO/2xoz+8j1fEiyC5oul3rFTbReLNrxKhc
+O+5pwG5HWBlj3GdcJBzxKmftny+SV+GSot5/5HbFg+KsvFPm9BC8EDc4nqg02Xy9
+d0UqgHFT0Y+skk0TzA/MSwibypKLBE4t0eavwEsrpwCRj515ELZkh9AfBjEASei3
+8uqDUp9dFhc009/3rZiz9u3v28P5H6vNuURudGE8JtkkJbsOKtlEyN1i6zt5B+qM
+o4vFeeCOyHYYIhqo5gHf6HRSUgl2rdWMnU6rhxUVjlDnO/VHqKmpTiioMvbdYh8F
+7VZQ8wWtEA+ZVDOy6q0Bg781oHyYDXq5vgX9JpBtBEppGznUnCFv1W1/IE2Ps2sq
+xCOpiJ31vH7Q9jDbddMpNPCyHMfMPA5c/lD7T+Oc4bKZCLnRl6zRogl+rRGv2axz
+4xCVx8nk2HM9ud6HQDBCvkv5DvPU4y34OgAdPKqA7qlf2XdHnDA=
+=pMuQ
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.asc.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+4d346023164bb70bba1e8c37dc02c406
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.asc.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+0e39df7f94cbdd2830a49f983ad3153ba397cf90
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.asc.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+98496646bf77431de8951fd2fb4341200872ba25c3f16a2d41f69d5f74764d10
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.asc.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.asc.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+a2f81d3151c0d8e685a8c622a509a6b8e26ced007086f46a1f09aa42e67ced216d78c2dc95d80aa1ee7ed05637aa996417082186e0426275d9a066f3d1358413
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+5c10527786c6252fc70ff21cf051b10f
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+04748e2a03acee415a1b5b7d24855b9d538ca86a
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+03664f7b73fcb931f9a720c07186ec505bdb13d4933dd33797fcd334b475b53a
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/9.8.1/solr-hadoop-auth-9.8.1.pom.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+6e5cad0a690971ce244ede9a0083a17aaac240ede9a93f4f59e9d1d8a2f262a9daee7ba1b1f1c1524e94cb824ab734c7dfb07ed2f99dbe7ce561f9efd87d4028
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml
Thu Mar 6 20:56:23 2025
@@ -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.8.1</latest>
+ <release>9.8.1</release>
+ <versions>
+ <version>9.8.1</version>
+ </versions>
+ <lastUpdated>20250306195958</lastUpdated>
+ </versioning>
+</metadata>
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+8ebc230f29b710eebaee83d10fcf9d6a
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+6a6585c0eaa9efb2e533b9802be7cb6a61da329f
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+fbe368962b0f8b2a40a9c249cc4fbbed803c306572c866df674e832ed1cd4da4
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+ad35a4b18791bccb21327b5c5bc2dfade839ced1c7ad1341a0d29e69c7b132358519971363796440ffa301ab8e7664ec81d93f33449bea812dc03ca190f07b5a
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.asc
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/r4ACgkQNpQk/Jjz
+9uzGaw//WPSj5b//QhdjcTrnKZIFxdlAQb6sCd0yNvjrlKqlCYedVFcE4C2j/HLk
+Lzx+Qbi7UPaINkz7iPEsYlDBPL099DBI/wx/DtPyz9RSHETII0P4JAwhmjhIRIJS
+YJuiDF2v2dp0znDVYWE9BPrkB66i74n53oSyFvk8HTS1PbA1xltJ0NG9tmYBZ4iU
+FyI6uNAqLdBFVAXEVDh41QzA6B5I54xlgVq59Etmv8vneVOuFq4OEAwEfpjwD5n5
+4Zx4hapzGQ+xG0o69augzQMNNhD4oqN9Ne3g17E2zfvx6lQNip5M5/4/nqY9Ig+T
+iiWuXMSKF+lxRAIxD8x6MaaKCQalWNRpZy5LVNWjhjcHji1yCOxf0ijJBBgCEdUi
+hqzHLM84V2q/Hy6Z7z/P0/KGuO1zKZ5AxvvGh+Mv1KYLsXYB7A9YR6BwpFLERsU8
+j9onzx83Q4rg99L8XCapyqn0vOnTAcyyvglMxaVCWwnHeUCOAUUYtpcuwCPa2Bov
+/nrIC0NjrppsWuBaPDkslrd1bFYsHJc/PCsJs9RtlgxgUjAI5vKDrn4DjUGeol3N
+HCwzWZfXXllPPk+0bU93uwFDiaSBwfZl4JR4/o10OsmhqdBHaBKRmRqWozBY2Zi6
++ipI4lC7isREdeSKIVQQE+9baLC/k4Xys5HZhQzoIzxFGSSwD7Y=
+=Q0Ns
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.asc.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+66f8e35443ba3159556cf9cb5f16053a
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.asc.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+7bb628528771cd750d12e5163102eab69cf734e0
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.asc.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+b0f0334c6da05815c360fc8cdc7729fa26aa8322d190a14c163579bc63743260
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.asc.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+47ef1da74655681092f37bd7e18f6a3f303396c7594fa9d7698916bff1d01e9ecd1645ccba9bde575acf3c4379c7ee8a28454b7257935242babc98d3002061e8
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+18282182f21aa089cb9b0d40cf48eebb
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+6c3afea0c73854c2f63b28c6672c3ab6961e7d1f
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+150731c6c2a26be5879154b12958748a7bb29776c0eecf1534a7e54f806d0f10
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-javadoc.jar.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+52de8eb734cf21c2d262fa95a571857c38fc1818d78c045588a57011fe22c652d7ed2fcf0e1cec3124839319b4a5be6aea81fb3286f024ce1c7dd18546d0000a
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.asc
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/r4ACgkQNpQk/Jjz
+9uyrsg/+MvSrdrs9bYnLW3usZlCqckMJjNvIJDhNq1WbrUesp49aTMgtB9hHorw0
+xC1N9vu1bc46O8OP/zrd8zNFTIf7FO7pZC+qKxW/zTtmDdpdUGY6mfCqJ5k6/iMi
++iNaz4rAFTrgLYjGFDEOJNHVVZRWXyqV5/d8CTWlqQFZI6GHvuj6MEvvCMNqgy0z
+xEeWNCHXAEqMoWa6cRCWfzDu4kkJbbAFaPmPJ45NEGlaJGDct2qnx9edKBGSmwYA
+cmSBC3FDCp0UV2hevvYx7y8yP/6XbOBupBiaPsyT9QelMDnWVULl0JjQYOtSLDuh
+59ZBHCwcus+JoGf/+16RRrvcZt0hQoH1EmzjObpsVdFlfOanNoIbFbsYMtgEljPh
+iDjer2hzDpR7HZlyJCYGzvFwVKqMXQmlFxB/4htM8oPy1ja7OM6DgVPYXR933LwG
+F/lrXL7Yobat7V82dOcefGVWaB3a0sv3lxGV/2kRCvb7y8+7GFx3CGhJkz1NDRe1
+9DsYJOr99tPnPsVC1S3o1YFZfuIzBwhz0DnLJTvIgqrmmMDcaBn58GSFpzetd7Ab
+Z412sYZtOV4Por/l2QGPphBh5AJEoGgq8xSHPPUkubMexaGB2PCHwo5c577aRhlL
+tuY4DNqurak6oLwTSHlWARw0LY5NR8MOrk+dmmy5n3Cd7M9k+dg=
+=Tcr9
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.asc.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+8f18c405960b7e496bf78991d7fa6626
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.asc.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+291657ddb8efb6d4eabd31e99c173741b3e6044d
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.asc.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+cb2b94998dd87cbf025eaa322796d14149b6e3709dd444bde6860ea733b2ecc7
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.asc.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+cb4faf5a058017004fd0957670d0c084b93605f56a1b3b12f52102f101df35bdd88b1e94ee6f37ba5dc9b9497d12fcebb732e9dad1b244c047d44c1eb79be028
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+4d613bffb07beb5805fb7f162d5ef687
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+3b0672e2867a9ecd3c7c6dded007afc99ba3fd8c
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+7b7ee88b54be95731ab0be49d954c009c073955fc622c6329fa919fa793eb1c1
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1-sources.jar.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+dbbf045a4d2770f4dfae21e5d7770d2cb95ab4ccbbccbdee2de0fc2ac851caac62cf120e073b1ef663d50165dd56ea7a660d564f899505c532f69bb9d868a053
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.asc
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/r8ACgkQNpQk/Jjz
+9uwdiQ//YEi4148wIY0j0OzepuO8foQAtN7V2VFUIITVVymBo22omKuMV9yb1Ado
+DDTi4KjzdmnK72v316rGc07qi8qqprvajvhK4qE3/xrbuPZZe9mQNjzXLiEU6zo9
+6PCw0fH1KrR6tJe9C4pRyFE3i4ILwN3gUWWH2yyyar+AeXyF5L1fNo5ZWpR1bpA0
+KtMQwc1i2IVB4up8ORQzBRMrKedCXHtyzc7fp5zk6dbtEY+VHM2ahpJq6bJUvBt2
+xj1mxLOiIqZcouQkWPpNQS43DqrPlulYyKpN/xtrvMAn4AAht1bkuZBHKKB+XlkC
+vwLiud5DU+ZHUiQxNaOqiKVPnqu2ha2jF4KDM3BwF2CQjG7NduPaLB0t3Wz/HXzp
+jas7+KKgr4NiGnnKFq4HJ/vhQIUSGjMv5k8lghrVNdc9YFNes887M2Wgr+b9HfIE
+mLXbe4XrBLQqr/qKZ66j15bYwuYFW6hc60NEYxMFAcneBgFktMNo0QSaMktq/Dvc
+yI9f3pLwehnaGm5sbDhkp5Neep8zvBJBwcGafOzUWU9iIFtnyMQVThyeTzBDhZnu
+4gEN4x4rOLgQuEXjfGRObOyFLBvW8PgHZ2reZO6tu8RGnbundD9hbVmsHcu5bi0v
+yhj7UWuQwKB059dWeJXkUgYDO1+50qbzDi2sF0zYdsodt0E9qmI=
+=OGJN
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.asc.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+09699b393376091e92c315c2ed7e65e0
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.asc.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+cb0192936b110ccc294170c9a0f3ec800a86dee2
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.asc.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+d7bcb446a7f4acdfff78829325b88a89b174c372f79a4a7bd69f6a57cde4f4ec
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.asc.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+bf5e8869be74da34e140c8c7ab4e3f9ddddf0d292e2a757a3b9548fd4cbc91ce3fbfcd23642e4c3c6153fe9e3f5b53a87fb3358eb4251e9c4efaac4828d22831
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+1d0ef3938d83ab146d2a024f1f08d10a
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+0f84e3b17e5f4ff0f7eadbc1dcc6d4ac1a81cce9
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+4e76acf3e6a22acd33d6bb73cfca6aebf0851952ca1c3fe701eb896dd97d5409
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-hdfs/9.8.1/solr-hdfs-9.8.1.jar.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+3ca92f654f118835427211476e234c5ab4022fd81d590d3931997fd903b1efde89117bf273309061e65a97ea4a794d7c54e34595598707c6b21630a6279d6c56
\ No newline at end of file