You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by is...@apache.org on 2022/10/27 08:19:29 UTC

svn commit: r57622 [13/14] - in /dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b: ./ solr/ solr/changes/ solr/docker/ solr/maven/ solr/maven/org/ solr/maven/org/apache/ solr/maven/org/apache/solr/ solr/maven/org/apache/solr/solr-an...

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom Thu Oct 27 08:19:28 2022
@@ -0,0 +1,628 @@
+<?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-solrj</artifactId>
+  <version>9.1.0</version>
+  <name>Apache Solr (module: solrj)</name>
+  <description>Apache Solr (module: solrj)</description>
+  <url>https://solr.apache.org/</url>
+  <inceptionYear>2006</inceptionYear>
+  <licenses>
+    <license>
+      <name>Apache 2</name>
+      <url>https://apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <mailingLists>
+    <mailingList>
+      <name>Solr User List</name>
+      <subscribe>users-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?users@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Developer List</name>
+      <subscribe>dev-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?dev@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Commits List</name>
+      <subscribe>commits-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?commits@solr.apache.org</archive>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=solr.git</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Solr/</url>
+  </ciManagement>
+  <dependencies>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+      <version>9.4.48.v20220622</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>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+      <version>4.5.13</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>commons-codec</artifactId>
+          <groupId>commons-codec</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.7.36</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>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+      <version>3.6.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>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+      <version>9.4.48.v20220622</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>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+      <version>9.4.48.v20220622</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>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+      <version>9.4.48.v20220622</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>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+      <version>9.4.48.v20220622</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>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.5.13</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>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+      <version>4.4.15</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+      <version>1.7.36</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>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+      <version>9.4.48.v20220622</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>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj-zookeeper</artifactId>
+      <version>9.1.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>
+      </exclusions>
+    </dependency>
+  </dependencies>
+</project>

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.asc.md5 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+5964ecb722ecdcad6686460eb859e2a2
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.asc.sha1 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+acdb862c58a768f69bcf99bdf0fdd89e2aabb5f6
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.asc.sha256 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+eb4369ae2cf5bb9ff8b560a1a24805ca3aec448f1c580125edf2c0dfd96adada
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.asc.sha512 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+275cbcc1f4e198ff5229dfe6642d69ef46f63156d9af17dd6e6a52db3ead65f71d08ca60ddf11fb9abc0c79edec9358a4746fcf2ffe5c4e6553546a2495fac1d
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.md5 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.md5 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+8ad2710df4f99239bf549b72f3a7d3b5
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.sha1 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.sha1 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+ba580f2676a2f4543a6b5db2287567dd8e3774cc
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.sha256 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.sha256 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+55e51b246bc70ea34f198dbe4a7a5e4d92e10fc0b9e9d3ca121c304ed5ed8ec5
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.sha512 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/9.1.0/solr-solrj-9.1.0.pom.sha512 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+0b5e6fad585ab81b8f6f64de42735aaaf96dbc0bd784adb68ed62248a632ddfe8ef81c37bcf0aca6f12d4c9ff081bbc516b56916ebe67386e7d9daaac2276239
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Thu Oct 27 08:19:28 2022
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <versioning>
+    <latest>9.1.0</latest>
+    <release>9.1.0</release>
+    <versions>
+      <version>9.1.0</version>
+    </versions>
+    <lastUpdated>20221026192758</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+f671dcf4ed2bc01832a5b4f8ccd0aeaf
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+b74bb35696b597d5c088eaffae76502c90746ee3
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha256 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+7ef543a8cee7b0dc758dce37b3de9fec572145438f92b58b54a51fc427e4d410
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha512 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+b88df770391737fe2d1269a58a56951f105e7f76a1fab23a85b5de20e77ebae6e3cc99d94e6e81af670609310cb4e24adcccc12c70b53106e74f96f2c33a642b
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/zip

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.asc.md5 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+22a43cb8a98ba26c6594bcdf3c20ec16
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.asc.sha1 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+afd83680653cb175deba483f74a296d0dc3568d2
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.asc.sha256 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+99d0a7d2300685569f7730ac12839780b742ac2c328f5bb78aae2bb48bc11448
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.asc.sha512 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+b931159b3dbed169eec5dbb2bd496612c872bc3aed54e3fd92401c71adc89ade9e217bb7901fde413dec9cb451a00ad39ae759c41da344c1d000dd31c25a8b4a
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.md5 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.md5 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+bab9db5ea14cb7a17912448bfa61e28e
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.sha1 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.sha1 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+22b616c757736ca0cd897cfc37976f072af3e1b1
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.sha256 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.sha256 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+039b370f0cee5e67c41813ad18ee8f96b200c825d2606ac3804f368995a8123b
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.sha512 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-javadoc.jar.sha512 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+48fc77e5e0e960594f883328f2b5c880444dd08bebd7aa26b57b3b6fc35d25d8cc1cf1747595f6ff1d2c92ea44796e35c2b12c36bf09a9cda5bd6bbae78fc44a
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/zip

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.asc.md5 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.asc.md5 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+7ac6cabba8a922bfed837946585e4a6b
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.asc.sha1 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.asc.sha1 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+85eb44d9bd0679d7872286e677dcec15eb4b7d9b
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.asc.sha256 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.asc.sha256 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+e07d1efb54c4d91a77aca52ac8976750cec28830a24b01419ad13d8e29ad9334
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.asc.sha512 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.asc.sha512 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+b71ebaf6f8e6d48b248f08d77d9a6527af13fa2b879b0fd9cacdc826d123c8a122ff96ee42fcb3992b6e1cca2dd946f73d63fa5554e0d39a1239b7ca527558d2
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.md5 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.md5 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+dd1a5e9b7e18ed1e720a36ffed432207
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.sha1 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.sha1 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+3ffc7c2f790509c9cee0d7cf549714069edac450
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.sha256 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.sha256 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+80c11f11adc7119dce69298bf27547ca22ebcc024c1206c35946cbc7d594bb1d
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.sha512 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0-sources.jar.sha512 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+5ae430b84d203af2c0dbf242c1babd2ec2846ba53bee1e93154ae902ee27090598383ebd0c22a61514b81de1140ffa2e9c749c003586f396aed12934585cd76f
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/zip

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.asc.md5 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.asc.md5 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+113a6e25399685cc32ab4b771f86cb4d
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.asc.sha1 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.asc.sha1 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+d5faa15382b1a5f06efeeb58cdf6dddf8585e497
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.asc.sha256 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.asc.sha256 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+91adbfb745767076b36b6c1513f00c7384bc2c78f4e012ec1095b227719c0a4e
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.asc.sha512 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.asc.sha512 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+765012abc964569c74e5ac6007a67c787323a0b42644d34c510a8e6953d6f617075cb473a58ff216028a39a43608adb981f18c9ec60e8de0f2e4922798b3e098
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.md5 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.md5 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+a3554b97f9946f21b0b7a65c59bc0d66
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.sha1 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.sha1 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+1646a74abb51056b568dc4a413cd4f34313d2e30
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.sha256 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.sha256 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+c0e178d7f9e0a80e27e581a56d2a5e19c5dd1fcca0766c9ddce20e2edd09eae2
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.sha512 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.jar.sha512 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+588fdadbcb149188c617d8d9cd6c8533b534b1c814f88df240e5276723b3e8a0c51528847dac7a7c905fac43bc463468ccb154e2b9f3bb72ec814e3e07cd9d3c
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom Thu Oct 27 08:19:28 2022
@@ -0,0 +1,428 @@
+<?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-sql</artifactId>
+  <version>9.1.0</version>
+  <name>Apache Solr (module: sql)</name>
+  <description>Apache Solr (module: sql)</description>
+  <url>https://solr.apache.org/</url>
+  <inceptionYear>2006</inceptionYear>
+  <licenses>
+    <license>
+      <name>Apache 2</name>
+      <url>https://apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <mailingLists>
+    <mailingList>
+      <name>Solr User List</name>
+      <subscribe>users-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?users@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Developer List</name>
+      <subscribe>dev-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?dev@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Commits List</name>
+      <subscribe>commits-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?commits@solr.apache.org</archive>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=solr.git</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Solr/</url>
+  </ciManagement>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+      <version>9.1.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>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+      <version>9.1.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>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj-zookeeper</artifactId>
+      <version>9.1.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>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.7.36</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>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>31.1-jre</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+      <version>1.32.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>sketches-core</artifactId>
+          <groupId>com.yahoo.datasketches</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>json-smart</artifactId>
+          <groupId>net.minidev</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>uzaygezen-core</artifactId>
+          <groupId>com.google.uzaygezen</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>aggdesigner-algorithm</artifactId>
+          <groupId>net.hydromatic</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-dbcp2</artifactId>
+          <groupId>org.apache.commons</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jackson-dataformat-yaml</artifactId>
+          <groupId>com.fasterxml.jackson.dataformat</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+      <version>1.32.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>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+      <version>1.22.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>
+      </exclusions>
+    </dependency>
+  </dependencies>
+</project>

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.asc.md5 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+6ca7ab52338aae57a34d7c1735d21537
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.asc.sha1 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+2fd890adcd425ace182dba026924959a7f1bc5c5
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.asc.sha256 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+f9dd800e65c887241ee05b65b1e542fde440999c7ad9a0556f3bc9b351248beb
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.asc.sha512 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+61c7a197b98601521cd7f4e6094d9e1b8c9a10ddb8e3eeef1008f6cc39751a37cb975d06f1f6e7b46b74ddb52379e3d4df0f4630b3484f02ccc860955648d94a
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.md5 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.md5 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+b754e2c3276d3d37074822bbb69cb6d5
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.sha1 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.sha1 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+d6214996a8cd12c299bd79f7ca2ae9d1038aecd7
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.sha256 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.sha256 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+ae09c293fbc770224bb4c812cdde67bc5b59404e4d2c057e90e130e18e3b7638
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.sha512 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/9.1.0/solr-sql-9.1.0.pom.sha512 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+2538c6700bd1b12ccc1658f590680035edf185a78470377d7a9f0a2172a5051c22540272960eccccdccbb81bd24624d55f349a3ff2f28a700b70e293557d3275
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml Thu Oct 27 08:19:28 2022
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-sql</artifactId>
+  <versioning>
+    <latest>9.1.0</latest>
+    <release>9.1.0</release>
+    <versions>
+      <version>9.1.0</version>
+    </versions>
+    <lastUpdated>20221026192813</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+a5d3afb00956434246ee7f94aa19b5d9
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+c7d55c6f3adbbb82585ec40699a8898caa5d6fa6
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+c8ae71ed187f40e62b4847fb6e7dac7ab33ae1cc4e8f12cb67784f6767ef4c12
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+3f8ee835d56c3f8f0f05503f34adbe8dfb2389f5e63aabff814ffbf04de9460bb43e57b61ad68180140e9312bd9a50a5e88a87dbc2325b2e07b5663adb96972c
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/zip

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.asc.md5 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+631cd47c27df9c262f43719d41ca86b3
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.asc.sha1 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+f98b823e0647bc825545d009cf03e9e12bb9525c
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.asc.sha256 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+c5f35cc0d2e1bfac65ab7b7ee0a5c0b36cdeb6db5da961523dcaea07dd62ced8
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.asc.sha512 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+02f688e47c05be964f47b4bec6bc4516df0df2ee6de60d189d3b7a2933c8ecd4884253e5b85a08e2e34f0c734881b9999ac1f5e6a20d5a10a8df1ac9ee77d56c
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.md5 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.md5 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+9884b7137cf47767a1c51d094f5582de
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.sha1 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.sha1 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+67ed70df414dbafd01d8fd4ffaaa23bf0cf47702
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.sha256 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.sha256 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+0e2dc70f85238a193561ac2ae9a612fb2602a9e949df18bd29284792ef3b9bd0
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.sha512 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-javadoc.jar.sha512 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+376d68dc4f323a813c9bf2cdec4a6b8df1c843d03427a69e1bc5ac1082c161dde7b13edb0493e14a5c9fa6f3d690cba83f3a038ad64cc5d006cd34f8475a6ab2
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/zip

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.asc.md5 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.asc.md5 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+0fbc9329d02986f76f245a9ef142c35b
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.asc.sha1 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.asc.sha1 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+db8f0a0ee515abdc89f2ae8493643f8762991c9a
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.asc.sha256 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.asc.sha256 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+0887707507a6abd95dff45f90f6d32956495d0dc4557f33819698b4d832fac4d
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.asc.sha512 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.asc.sha512 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+a85cfae1a6fa436af15a7a4ddd6c0d38f57f1636969236a2f7eebbf882dd91f2dd6a25270f002604106b2e7e98433d709bdd32cde3c0e73e3d5a28dbd806ae1a
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.md5
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.md5 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.md5 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+f5b0f253df8cee5c5404edec451d420d
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.sha1
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.sha1 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.sha1 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+dd33235642dd80819ffc3b1d2fcacf1a323f7033
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.sha256
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.sha256 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.sha256 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+e6f1c40a1b75129126dd18abced2bf9264212fb19f4c7f2de8f2783d057773ac
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.sha512
==============================================================================
--- dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.sha512 (added)
+++ dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0-sources.jar.sha512 Thu Oct 27 08:19:28 2022
@@ -0,0 +1 @@
+59437ba09f331bbee2b065b1cb2c028891540c39e0a22af622c95a32e52b74b55f0ed743d8787e57a7e1c8fd40a6b12f6c069c8cfcfbddd4f5b47ad9233401c5
\ No newline at end of file

Added: dev/solr/solr-9.1.0-RC1-rev-eadc4178b30af782a21cb739122a1bafbc6ae99b/solr/maven/org/apache/solr/solr-test-framework/9.1.0/solr-test-framework-9.1.0.jar
==============================================================================
Binary file - no diff available.