Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom
Wed Oct 11 02:51:41 2023
@@ -0,0 +1,1228 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-hadoop-auth</artifactId>
+ <version>9.4.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>[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>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-core</artifactId>
+ <version>9.4.0</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-solrj</artifactId>
+ <version>9.4.0</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-solrj-zookeeper</artifactId>
+ <version>9.4.0</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>2.0.9</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <version>2.15.2</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>32.1.2-jre</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>io.dropwizard.metrics</groupId>
+ <artifactId>metrics-core</artifactId>
+ <version>4.2.20</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5.14</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ <version>4.4.16</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-client</artifactId>
+ <version>10.0.17</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.zookeeper</groupId>
+ <artifactId>zookeeper</artifactId>
+ <version>3.9.0</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.zookeeper</groupId>
+ <artifactId>zookeeper-jute</artifactId>
+ <version>3.9.0</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.curator</groupId>
+ <artifactId>curator-client</artifactId>
+ <version>4.3.0</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.curator</groupId>
+ <artifactId>curator-framework</artifactId>
+ <version>4.3.0</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-annotations</artifactId>
+ <version>3.3.5</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-auth</artifactId>
+ <version>3.3.5</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>*</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-common</artifactId>
+ <version>3.3.5</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>*</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.xerial.snappy</groupId>
+ <artifactId>snappy-java</artifactId>
+ <version>1.1.10.5</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.curator</groupId>
+ <artifactId>curator-recipes</artifactId>
+ <version>4.3.0</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop.thirdparty</groupId>
+ <artifactId>hadoop-shaded-guava</artifactId>
+ <version>1.1.1</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2.2</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.google.re2j</groupId>
+ <artifactId>re2j</artifactId>
+ <version>1.7</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-configuration2</artifactId>
+ <version>2.9.0</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.kerby</groupId>
+ <artifactId>kerb-core</artifactId>
+ <version>1.0.1</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.kerby</groupId>
+ <artifactId>kerb-util</artifactId>
+ <version>1.0.1</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>log4j</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javax.annotation-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>audience-annotations</artifactId>
+ <groupId>org.apache.yetus</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+</project>
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.asc
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.asc
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.asc
Wed Oct 11 02:51:41 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEIomsQYDhMFB9eoL0ecIR4K78py4FAmUmBGcACgkQecIR4K78
+py4e/Q/7BOw4uKYi1mYGGJkft8Oq41iyUcLgp4muRXmDYmjX0v9cuSpuYZ7MiCzZ
+qHZ5ySvWRULq/+StTJjijSygGpRnLAMsCly3nLewN9y7AEJWmIuq8yMm+qWaXxON
+4/efhK/X4pJQgeI86Wtw4UkH0WVpOR1PiTPGvO+/Y16JhG8ek8n7IUhrurKbtIub
+f9hf+ax6MMhPLbNI3FmNYe9lhsrDGXFyyrrvTIaBKq4KK6/8ui2ReO/aD7lAo6Za
+dYu7QSj+sGru8jzlv6GiDcTmsRvlxmdHavXAmpdzYQNc04XrV74KYQezPXqk71cv
+EJQFqFpCZGcTpVGiwX+wHFCobjPTpGa/uxeV2eEQ87hEztlPu0X1A2t2hBpMQ2UH
+wDfeqv6QkCKdCmy7koDYPYea+DIKe8itxwtSW/APkTBB3TNjUixLtSh39uPPDmKn
+AAyVlVsIb4DrOFBhA0psTd6AC6XyMXglqC4ckgAo7VcsJGnEjvgHGhNZR+NMZQlm
+MejvZTik4fJjFxTIBDQqMrC36IbVSNkUuoxCosVOQbsiT4rPF16Y40AsUXMAfhuy
+0np5uyxdBsTLD8+Z7bhk3n+dHPJw+2++d+I+GH8HsuYr/RdSh4Z/v7Fcslx9qBtZ
+D4Ut+JN0zFGiIFBjIpO7qkp4YHniIX3v8iICYENneUjVueg+Ing=
+=M1TT
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.asc.md5
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.asc.md5
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.asc.md5
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+4062ad95e82d1f6fd880b1d5f8f5e2ff
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.asc.sha1
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.asc.sha1
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.asc.sha1
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+6ddc58fbd63e6d0d53ad8b8a22445bcdc3a6f497
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.asc.sha256
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.asc.sha256
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.asc.sha256
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+b06adc56326b29b9a8fad51f099027b8f7324c0dd79d38b2570d8b4f60d57bca
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.asc.sha512
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.asc.sha512
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.asc.sha512
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+6bd447151f952c0d900a63b7497a919c1669650a095f52b345faf0f46f0e87b316683b1e42691d04efbea15a8bde0559fb79f32049753df93721ba176f34d2e5
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.md5
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.md5
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.md5
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+b5f090077630fe181b30b65ca008ac4f
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.sha1
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.sha1
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.sha1
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+0c9ad4e2eb1baf151c803aa40b1d4a3236981676
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.sha256
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.sha256
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.sha256
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+61af2c5f8d56c729fb7db89ffaef12217218c0151b88562aa8c15eedad077555
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.sha512
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.sha512
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/9.4.0/solr-hadoop-auth-9.4.0.pom.sha512
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+a765428769fa6ece95cc08d1c8ed6e534f75ba530f722c6de57e6278f4d7b3d589ad95caaee6003cf2b874d10f071fe810ae44ffa624759c1936391fcbdca7b1
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml
Wed Oct 11 02:51:41 2023
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-hadoop-auth</artifactId>
+ <versioning>
+ <latest>9.4.0</latest>
+ <release>9.4.0</release>
+ <versions>
+ <version>9.4.0</version>
+ </versions>
+ <lastUpdated>20231011021151</lastUpdated>
+ </versioning>
+</metadata>
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+bf2e9173b898816ba5dba58e328b7bea
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+5ff8ad459de2b9784b09df8edf2abd3e80447659
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+400705f65d445e8b9ac562ea1a1e9e19f4bdeb5821f8dab70b30b0839fddb95f
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+51bde4b4d3f9343e8dca79b3de313595b11caa4c946b320cbcb2bf2817cad5ac8c4b0909d3c1a115d69cf44282f9acc15257a47365c8413f33611e5da5e0b912
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.asc
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.asc
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.asc
Wed Oct 11 02:51:41 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEIomsQYDhMFB9eoL0ecIR4K78py4FAmUmBGgACgkQecIR4K78
+py6e4xAArsmhyPYVUxr8IQ+1UeXsh6h+6f3XKJ2DG+h3rCaDU2krAftSxcGvjTJs
+4eC5ZhG6uV5KJWOAPc1njSQZjsABhTK5uMqN8lZml33W2lvUFYbMnSSbTCyd8oNQ
+YcUGxACbe0Z91WUSxj0OKz4/eorZSfBpAD3iCfYbo3J2Zrf17EQzVl31V7meroqa
+xZZt1xrU79Ts19w0p969sB9nNWCfd8HWGqeOkMOxSNBxsRWM91ojnNpSAtCQL9s9
+28Hl8gcljMUfsz7ZxdjCBdSlawLN8eOY9HI9up4DYgBq6//V/3ql1ylEFkwWfQFJ
+cjz17Jl82eG/wVC/peE8tmL1iWwaio2bGoZqJ097wPh8mzaLqunISc/2HeWS06O1
+A3Vdj4x4zl2PMf0cFs/GcH7XDP2oRG93QCBmrDIoI6eS9oVLRE3zv7L/HFb4Eb95
+DS2o6qQJlxUNnxB567VYnKfbaUKjvYwJfqjsSjJwBuCI101BbiMBgH+eA8vLxVUb
+m6aI79WONJI0fAic2TmBF6Ghy78lXjzRKkVXIn+SNSSV6WylmY5a509gN/B3w3Y8
+RV47bEMCMG6bhKdiVR1Vg8LK5EVruy+pBppb9EP7y8suwjCIu3dSUcxwojbldJ3V
+60dUF2S+amPIndhZ7z2vnSuWScWvYZ7eauHyaxNltQsRWZ8jPVM=
+=Fl+3
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.asc.md5
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.asc.md5
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+ad7b1d236ea6f03bc9ff0e9cae1e25c9
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.asc.sha1
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.asc.sha1
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+006bed90b307ae2d29c6f081d4bb0cbed057b6a1
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.asc.sha256
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.asc.sha256
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+87fd8e9fa23e29fc174104fc09963807b92bf612b432b0cfd622f9d85205a341
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.asc.sha512
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.asc.sha512
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+eb0a210c774073eaf8f4f1c29a8029ed18d8eb9c8dc7cbd7d880d7fa7fe3e935d1bb5a88603f4e0ef75ec268984d85d7b6d2beec31c3ae440d220aac3a44d0c2
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.md5
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.md5
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.md5
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+36f1d0533cd4d5e49887de1799312451
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.sha1
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.sha1
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.sha1
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+94aab5be19753fb13341e1e4a797bd8956e7ed82
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.sha256
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.sha256
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.sha256
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+8690e13c40955f7010d0efae750e0d138a3f74d5bd29755fb7848400ae46c7d4
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.sha512
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.sha512
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-javadoc.jar.sha512
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+152a006924955e608f234b7051aec0d8ef5e64784873d3eab8a36886ceca71cdee6f9a201498798810c388357654e657a888b46cf7f8ca205f843dc599a400f0
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.asc
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.asc
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.asc
Wed Oct 11 02:51:41 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEIomsQYDhMFB9eoL0ecIR4K78py4FAmUmBGgACgkQecIR4K78
+py6CPQ//caLtEiCxoita44oNAow7s+rDJjW4CwaGD2N1MRWC2FGMICB/laZk0Jwr
+xTPuHhFx1LT9bNhzXDC8G69BBXo+udOF9thnyV9UXsZB9aZgijeeeNQyztWPj5of
+m5siTkKaMMPmOqf4nxD7FsRdaAEwDgsE01Z2lj4KFMbncQlyAgmkzQH/Itorf7XZ
+9fGsMRWzYwbLD1WqDlewXI+A+x01bnMXHDbLnKOzOjbsRuvu2+E52z1ruV59w3H/
+zWh/iKqbVKcbJq9kHThe7e5U+LQudCt1z62lzxmBw16FjY1ecF77nelbHEdvKeUP
+gaqcMC8Ud6N1xLZD7bg/cjG2t5SAnn3mjP/+KMXeZVkaJqX7a/96oGQx/pI7wp7V
+okSA9ZZX6oeWhq8FRQPVrtVKJ/5K1/WePf7+ARkewxe2c4AvygDOvjv+ZwtVHiox
+zmpLaHdntUiPSS/f1oNNRgFoWumyNzV/vTwizwYIg+qVB9hbhhDbf8BurCK3OzSq
+BK2cNdUJPQItAYEQBOC3KpcWkGNLCJlRGVIkHKJRGTfNZIgG624KBGyikiIYGHKv
+lJDz1L1694tpgULltUxlRSDtDYqZax+cpXIR8MuMjjrKmFX3hOsYL78KSIkihJqN
+bxMHHM8+XPPTTbAgj0yiL0yVLOv/SS4MEybK8L0BlrrcGCzm92w=
+=YEst
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.asc.md5
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.asc.md5
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+b3eb4a0e6183853ec00ceb001fa189b9
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.asc.sha1
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.asc.sha1
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+0b7ae657bcc5254e2d250fbbaad902fdfb572175
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.asc.sha256
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.asc.sha256
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+95495df1bee26f2252f52025ddd6deb671d764e09c287cf30ae7242d3aa38f4e
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.asc.sha512
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.asc.sha512
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+7d7ffe91b7e6c297e21ff220a6ada0ef4c2119f838cb3ce94b8085ddae590a56a6799ba062d8c7c2e2a85c6f01b52badcb7379a0209ae227fc99b651affb9335
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.md5
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.md5
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.md5
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+2fe19cd0c7b3138465bce4a39a21a98a
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.sha1
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.sha1
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.sha1
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+a5702909fc1a0ce8f27892f312e38050e0d716a8
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.sha256
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.sha256
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.sha256
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+3da58a625fbe0c102af61ee00603f60eb9ea646b8da823928fa11a3dc7f7213c
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.sha512
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.sha512
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0-sources.jar.sha512
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+f425a5384c1690a23cc31d0cb4f08fe363ce468a7e88d3944a8a6a2915a0d9376903afa6f53e24d0129568fae16fdaa809bf785dc39748b17e79832024867286
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.asc
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.asc
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.asc
Wed Oct 11 02:51:41 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEIomsQYDhMFB9eoL0ecIR4K78py4FAmUmBGgACgkQecIR4K78
+py6Gsw//RWdGVAJ5ZPeTXlQ7bnI1lxUhwsQCMINW8uk9Z2ntcOkrC4fP5sEoeVMk
+gC3vi9mnBhwok/ahvZaBVAjohe/irjBPb2gLgCFR3SKQgUGjHkulD7LUv50I4wf4
+zV+mbVnkKl6c99APCciaPMtl2+2FrYdzhh+b89N2cCig0v+TVsXNgFEVwepZyg7R
+qsFudzP3XueWuDjFCyFcEBqorzlDJhyfYkZ35Ihn5vn33vHq7qxBUdHacjeaDsl4
+g/JPq0yEL0nn1JFuDIkQabVQFQowJq2rxqiBAYY7RaLfdjHm5LgAISUAtXjslXN9
+RACXKOtk8Eh0oJxOnhNE3SOK0u0pNXik5SaCvyulYlpt2Z2w2sXmwuI0zzNBZy18
+EkAfYcyjGEgbWYhzyDaxdjE0ZeWgPCEQTON/wEHZU31MUyjFfHwg8c0eEJ4rtYLm
+w3+tcrE1az2bQzxi9KBY63JKQqA2LJOwz0Gpabhmjqmk0AOREUiZmPtO6jgQhTCd
+zir6bqsKHPSZ3nwY34imXjJuLkpddPKFvOO3F/H0ybFaEPktUarYt1Egf2P5ZE3Y
+XryTOr0lRimmpu3UuNK2GaKob+Ru9q5rfvptg0O4k8vZ07rhTscPmmp4LIamv4c5
+95dF5ONm4/mHBG3XcJNnFPesl1S9ey7AKE26aJctjnl0tNQmM4M=
+=yFP1
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.asc.md5
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.asc.md5
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+658e9aa4db305aa73f0eb97722610b76
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.asc.sha1
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.asc.sha1
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+1c6ef073b4211a844d4b15e4262af6aa8df73fa7
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.asc.sha256
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.asc.sha256
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+32494a7f3c2d772a931e72ab9651917afb6de348700d3a3681bb2b5e694c5b52
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.asc.sha512
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.asc.sha512
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+155eb843d45dad44c0ab783969c2c066d5f05ed4a5c2a391a94afe9b89eea48d56f94b1cad340f9857cff91cd2f2afa406c3acbff4f3ac278b9a551566446c73
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.md5
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.md5
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.md5
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+125c5d4507df434fc2d3d39315de1a0b
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.sha1
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.sha1
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.sha1
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+ca94ac481cb90dc2b66dc81b69f982f152c15415
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.sha256
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.sha256
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.sha256
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+e37336700537b3b3c5e3fe72054b2e28a7642328664435c3a190fb684b4dece0
\ No newline at end of file
Added:
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.sha512
==============================================================================
---
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.sha512
(added)
+++
dev/solr/solr-9.4.0-RC2-rev-71e101bb37497f730078d9afe1991b60d10bfe96/solr/9.4.0/maven/org/apache/solr/solr-hdfs/9.4.0/solr-hdfs-9.4.0.jar.sha512
Wed Oct 11 02:51:41 2023
@@ -0,0 +1 @@
+d58450d301f5cfa9a58c2a8c752622c2b35fbfedc8cc33213149a9835ad230f6c76d05a3e8db43aa2ee5065ba63a9a38761e511c0b4d13badb77fbfa8cf4cd1e
\ No newline at end of file