Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom
Mon Aug 26 15:52:25 2024
@@ -0,0 +1,1228 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-hadoop-auth</artifactId>
+ <version>9.7.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>
+ <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.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.solr</groupId>
+ <artifactId>solr-solrj</artifactId>
+ <version>9.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.solr</groupId>
+ <artifactId>solr-solrj-zookeeper</artifactId>
+ <version>9.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.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.17.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.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.3.6</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-auth</artifactId>
+ <version>3.3.6</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-common</artifactId>
+ <version>3.3.6</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.xerial.snappy</groupId>
+ <artifactId>snappy-java</artifactId>
+ <version>1.1.10.5</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.curator</groupId>
+ <artifactId>curator-recipes</artifactId>
+ <version>5.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>1.0.1</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.kerby</groupId>
+ <artifactId>kerb-util</artifactId>
+ <version>1.0.1</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.yetus</groupId>
+ <artifactId>audience-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+</project>
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.asc
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.asc
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.asc
Mon Aug 26 15:52:25 2024
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEE7flh/wPmR/nKipwsdYBRzKOhOn8FAmbI6qwACgkQdYBRzKOh
+On/aQRAAnTqbKqufai51ipcr+pyE7iIqW4mTT07QuMQ/uHcZZVjtqXHZIWsoBbbA
+gmh0A9hAGUJ+8FzJ1yZgv4LglF4UPQ55wsXI0vi5KIhTTtO2zk9JFSEH8zstUT2O
+zBNa4o8mkFDZeLkEnBbRVNrSJWUz8cjYlgQinbqXF8pF/S5KmyOrnLVBHyT4ZDWC
+HIJpzj8tiaepK1/RR6i3YCa9Yq/xebKcV1ZelBFQqmfa5a6YWksFyPjXcJOrXuT6
+TTmmbNSKeavDZL5/3wwUVpgG5yxsitTjcOeetgVTv7VAGFANLVZHSxNLUhyrA8In
+Y8D4rda2ib791c4UUdCESkqGIJGUC06Klf59UsPLxxCmzP8mKGD8KLwZ1Z8rOtWj
+dDeZfExauAy6lv7qir5+SRE81MiKKwOz+RIG0kFi+MgcwmJ1kwnO0G6kqEvMci0c
+ovBPgrVxxePjf/KBzF6f7DKrhrTQ5S9JaZ0/8eprOWe4Th2zUP7qDf2gMwvt09AB
+iBRCJnA2DAYcSwEzmQIuK2hjP+PX6zOzJ/GpFCCZ0f9kNKx7l/pIcKfObtoC5aPD
+cpt02cHxzpxuQpAwO61sGe4mjwVwu4zQuuoWTfladBTZUm32g4BKvCYQDS3HsMIe
+CW4gUzj6P2k1s8dQxEkmPxnbRQPhXOsPPX+20iKZ8Ezj2HhYPBk=
+=4MDb
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.asc.md5
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.asc.md5
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.asc.md5
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+2ca3b7f307a298ff3967fdcacb7971d2
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.asc.sha1
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.asc.sha1
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.asc.sha1
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+5ed0d157b5d7c676b093684ae47868642cafbe47
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.asc.sha256
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.asc.sha256
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.asc.sha256
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+e10807cc0dedc3e4955fb3cc3a64cc22720918fc9420a3dedfff906381406c2e
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.asc.sha512
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.asc.sha512
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.asc.sha512
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+20649c33f3af412b83fd22a61fc0615cd32f65c33eea96ac7e786b303be5f9455ae9a244b9acba5ee5cadb64c614c9c5ae5efc5d0a278a2f1db84fd3e51ed284
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.md5
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.md5
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.md5
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+ce65d9888e712e13b7989d3f4ddf8128
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.sha1
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.sha1
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.sha1
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+17f86e5f9e82c623f6893c28323a44346ad6fb55
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.sha256
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.sha256
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.sha256
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+8894399d55804684752072221c3429bcc4e336487248a71cfc6bcb1cced57efe
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.sha512
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.sha512
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/9.7.0/solr-hadoop-auth-9.7.0.pom.sha512
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+acf777993939254bf57ce4770881c4ce6a4550298536d05c1791b26a4e64e7572b5db5e51a9c60ccdf3984400b710cd8f8757e07b4ea13861d05964aef1f4251
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml
Mon Aug 26 15:52:25 2024
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-hadoop-auth</artifactId>
+ <versioning>
+ <latest>9.7.0</latest>
+ <release>9.7.0</release>
+ <versions>
+ <version>9.7.0</version>
+ </versions>
+ <lastUpdated>20240823200149</lastUpdated>
+ </versioning>
+</metadata>
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.md5
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+2e86b6021f7df8cf8aab5d22c6dc8857
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha1
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+18c26cafea36681cf2a12aad5efd255971494afe
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha256
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+80d3b00575941225a2297c994652d9dbf543c88cdd46c48cfbc07f8e259264b8
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hadoop-auth/maven-metadata.xml.sha512
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+401e6720df113a8500332f0dd997bbc1d1c520982759875f24aa5670b1dcb1803db34e2d2351197293392c6103efb25bffd096d7e17807be97a337bcc0815921
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.asc
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.asc
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.asc
Mon Aug 26 15:52:25 2024
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEE7flh/wPmR/nKipwsdYBRzKOhOn8FAmbI6q4ACgkQdYBRzKOh
+On+INxAA0g4C0qObSiR0eUKRqPg8fUINUKXVriF5hl/Z5mRKL33a4PWNnDSLWaoE
+YuhEi8CkqI/4tZKKkD5/vjHf9bZHaWDPCVWpHH2PSvPWKMYaBDF6MQDRmprZ8Kwp
+e9b3JT6MNrUoSj19uXL/JE+VUKJViGC2x5aNVBcgzdPFzpROmEKPvc9r/fVnZh9k
+IY2buaXJIcgi+Nn8DbY5eWR6FC0WEoukUhhiW8S6xXHMMOueDLBc2nCNrAa0LqhL
+CKACdmOZmqgrdqP4/MICt7LVdNBCTpCk7sclLT0/odb6JB1Iy2No9VZbwVP7lRfV
+naxKLoiHA2eV2Hbt2N0TLc68x3fohBokmVvSkOfNStfLCU+ZhcwBvwrH4yXnLa65
+hMkI09x8eG5+zMlI+S4s6GRiq3DabXQs24Qzcwg/CIJYkugpx+9RJrAHBBMquc9P
+IXnmUVAKTSdy408q6Zbhk6CMQm2U+qXko9umg/6uschDgY2Ixk+AbcQ5vOSOcoT2
+VvI/IehUGZn9DJqFNzC90Iud8YqT7EhgRtQTiunm6b4TnimDZaZdHrPyyGmObMWe
+a7XxDNdve39/mPa2vnTFlk3wYFSKAgtFKsuP484+woupxZ+4Rg5uVrAnAQ9wvYJa
+87voxNANs6fhcemNMlCPch5VVDypuBIfvNT9TNr2rNZMWSVGDAA=
+=xw9W
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.asc.md5
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.asc.md5
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+0f31efa1df376fea7548cfc0dda0a99c
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.asc.sha1
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.asc.sha1
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+391334c2c30bfa39f43e341bb933afbc59dcc5a4
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.asc.sha256
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.asc.sha256
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+46e48612b9d99acd14132560bf0c4a0526d00165c450d22145ca26c88de9e516
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.asc.sha512
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.asc.sha512
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+a8bf90b51cf5ee0e7543ef5aea43c33e6b7b037c4236a5cd908f8b256c986a48467e5ed800eed9fa561075fb5db89006c119e4f7b093adac0b7427f5a34045c1
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.md5
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.md5
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.md5
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+afa41e8abdbf7397403da95d627346f6
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.sha1
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.sha1
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.sha1
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+aba191f08ab1d72a30ecc1e6ddd92a771b8ff9bb
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.sha256
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.sha256
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.sha256
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+50884b9500be331d2b59cd41e617641bc44dd33342fc5a6fb035d0c03712a01c
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.sha512
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.sha512
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-javadoc.jar.sha512
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+6dba79fb0160d7332c9c06300738f6a2876f7abad0308583c469c27950bae6ec9705f4094f38de6a4b41189f8c083e459400a5d2123bee9b774c1cb9439a8cf1
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.asc
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.asc
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.asc
Mon Aug 26 15:52:25 2024
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEE7flh/wPmR/nKipwsdYBRzKOhOn8FAmbI6q4ACgkQdYBRzKOh
+On88oxAArtTMz6pKnKDTabE0VaF7E4wA0Yohl4u90wYe6TZG0ru3aPeg90zKCp54
+uohixSQJ3daKkiWs9UozfDyvWfJ7ljot/row5MdxxRrjR95xczdosciAk0KBhh/j
+Zbz5HvobAGNz/PIrBsTseYlWdj578phc1MUYv4/Mk70g7em6bODDZIJWly0iLVQs
+I7aJQyPlmMmTTn1JC1aNmk/ERfrCwXtDEFkrc5jKxDqYRybreUJCZLwnOII6D0nR
+fQ5VXfpkjDeAJMt19SPplA4C+StGcxNeksriFLewlJB/nQlH9nSqnS4wt4c/cdel
++bi4NK/opkYaruRlVIDgrnMqVLdwBbwHDvVT3Ou95lDy1s+K+1K6BoKLP0FmxAhW
+V8Qq23qUsaAJWpQ4I7vunHJkAsIfdNPVGrjFQK8pKMzHivT51zEAOEJdzHGcqPIw
+7gkHv1ajBcwmhNtvlutEDFgnc65T4DjsgP8Oss/SveiC9sYtDGGDzkDMY5AlYcD4
+dv9ec/vsTxGAD7pqLvpMSnn1/61XOA5Q3zAPuQmTSLvJ0E6FAv5WAooNQWNKmrWF
+FjbM96vI6/jUB6OMFLE/u8Np3GU/53ufiFkuWsH56lPa8Opz1F0P4GqJ1AmJa2fR
+sf+9fHKVUkabWLGQ4vvovJC9fiFlvi585CDNjbrdzLgnPb7YRI4=
+=oWK9
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.asc.md5
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.asc.md5
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+9df3dbd92dc343c454ff4e05778cf165
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.asc.sha1
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.asc.sha1
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+f240227e7a4b83ff95a61a274f3509fb1d395afd
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.asc.sha256
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.asc.sha256
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+c9f56e7f42735495edcadf1c8a006fce22727566aebe2725be1d5cc29248bdf3
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.asc.sha512
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.asc.sha512
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+c8aeda653eb1b2457819a44f14ec386f34110affb713aab196e94dd25fa0924a21f5e181a1bc52f73d5272da9c4ca44c9fa2809fd49b96c7c9042e58b9024460
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.md5
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.md5
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.md5
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+458a6fa4c30ab608fffee110290c2edf
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.sha1
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.sha1
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.sha1
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+0f54761a44592e42630dd556ef9704b7d19ddadc
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.sha256
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.sha256
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.sha256
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+f083fd70e066a5261b2761437c800ec50c43112558e5fb076eee39c5a545954e
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.sha512
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.sha512
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0-sources.jar.sha512
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+d99cf10ece92b94b277ec4a95830f3c79bcb27f4f07a7bbfc464e008803471c5e6b4d44aa7e0f4af8c194d6eed187c249428e70eda8db18cf606f7a4a087403a
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.asc
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.asc
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.asc
Mon Aug 26 15:52:25 2024
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEE7flh/wPmR/nKipwsdYBRzKOhOn8FAmbI6q0ACgkQdYBRzKOh
+On+05xAAsNUHpUJQFEP87v9D7szLzo79zK2fbbrJ1/Lbm8RUq+XS4A8zdReVYryk
+9q8lGC6IC/FFD5dqbE7BNdYTa98TVWD86nZgsQZYvOqiiBkMindcAtfUXHX6lsZV
+7BSowfjcWPAeBMjZY5JBeHI//gkoa6364b6D0G1SlRwzQuaPrl0TP/C91D71oWPA
+871miu+3CM6dHRGOnUYHfOQ3KOFvLWzuw0kFLkLrZyKBS1A4pVea4XzQEMHEtVch
+n5dmEtj3fxmIFzL59uFbyneYXdWJJmrYfYykubfow015X20O7FWYbvj9fK7HSplB
+dsG2LdiEU1lK4jk8ONTw3Kz1C3DKJH7t9RWaJ7/2sEgXMa7KCX1KttZ/CzEykWOd
+zP1UY5spRv1yZNb0QgDniP/cr1pa72CvQEHfi6WuzU/zWIYh+DWisqQcKHCywWBO
+eYKD5GeS9s+x/NNnEu78t79ra6y0ypnGvFJ/3kTbiZUjrnOB5koj2DHNJpIUTD9d
+eJV9Y8YY27+zDzSD+kFkgjAivZz32oKkwGCa4tHzCZUKFaUIixb2cUIO0Po/Fg7/
+3LswCx4mtTozD6K+9uthykw63PfZ8uSNO0M3jbjC1PNS4tP/4SRSvmSfM20wzMht
+0yf1fpHHh8V11Y/1AmHDo9Tn8RDDiSupi3dyjjc2yaknBnpevhQ=
+=2Qge
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.asc.md5
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.asc.md5
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+c5b893e56153c91228542ccddf7c208e
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.asc.sha1
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.asc.sha1
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+781a77ac2eb14f47dc3168cbb2a6c3fc9e5bcab6
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.asc.sha256
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.asc.sha256
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+a603518cd0786b332c55451145849236d13eb50d28150af4efa98e2e91681bf6
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.asc.sha512
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.asc.sha512
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+661d8d1ce1ec225aaf52181a642821dec975d20ec3104ea9a541650eac0e6a81f52cb4720419bc07da513fd6f4b7be2f6634279de27c1e736c31c6d2c2994c7e
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.md5
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.md5
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.md5
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+bfd5bd369a5d636b9d0f4f9557213aff
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.sha1
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.sha1
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.sha1
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+f4d3b23976ca37266b905bb36fcadcbdbae45aeb
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.sha256
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.sha256
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.sha256
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+5e1e8dab6870678e6709985875bd1c33f0df505deaf6982df590fbace5349bef
\ No newline at end of file
Added:
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.sha512
==============================================================================
---
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.sha512
(added)
+++
dev/solr/solr-9.7.0-RC1-rev-bd61680bfd351f608867739db75c3d70c1900e38/solr/9.7.0/maven/org/apache/solr/solr-hdfs/9.7.0/solr-hdfs-9.7.0.jar.sha512
Mon Aug 26 15:52:25 2024
@@ -0,0 +1 @@
+aaaf95a5ad64060426f9544f5ff16de7ac209d3730295083bb856e5ad691885c3858f8649cdaa76284b0d33d82bd972305118b4d1d42b2b33b9f2eda763d974d
\ No newline at end of file