You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/07/13 19:47:19 UTC

svn commit: r62965 [18/18] - in /dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419: ./ solr/ solr/9.3.0/ solr/9.3.0/changes/ solr/9.3.0/docker/ solr/9.3.0/maven/ solr/9.3.0/maven/org/ solr/9.3.0/maven/org/apache/ solr/9.3.0/maven/org...

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom Thu Jul 13 19:47:14 2023
@@ -0,0 +1,1641 @@
+<?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-test-framework</artifactId>
+  <version>9.3.0</version>
+  <name>Apache Solr (module: test-framework)</name>
+  <description>Apache Solr (module: test-framework)</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.3.0</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+      <version>9.3.0</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <version>9.7.0</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+      <version>10.0.15</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj-zookeeper</artifactId>
+      <version>9.3.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+      <version>9.7.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+      <version>9.7.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+      <version>9.7.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+      <version>3.8.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+      <version>3.8.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+      <version>3.8.1</version>
+      <classifier>tests</classifier>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.11.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>2.0.7</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+      <version>2.20.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+      <version>2.20.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-noop</artifactId>
+      <version>0.33.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-util</artifactId>
+      <version>0.33.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+      <version>4.2.19</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty10</artifactId>
+      <version>4.2.19</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+      <version>1.5.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.5.14</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+      <version>4.4.16</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.toolchain</groupId>
+      <artifactId>jetty-servlet-api</artifactId>
+      <version>4.0.6</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+      <version>10.0.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+      <version>10.0.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-server</artifactId>
+      <version>10.0.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+      <version>10.0.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-server</artifactId>
+      <version>10.0.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+      <version>10.0.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch.randomizedtesting</groupId>
+      <artifactId>randomizedtesting-runner</artifactId>
+      <version>2.8.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.13.2</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest</artifactId>
+      <version>2.2</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-server</artifactId>
+      <version>10.0.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>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>alpn-api</artifactId>
+          <groupId>org.eclipse.jetty.alpn</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+</project>

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc Thu Jul 13 19:47:14 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmSwRR0ACgkQNpQk/Jjz
+9uxnqBAAs+MQQi6MXMnZ3hy0CUd7My82/20Vd6IaoFbHA9mYFP1Br9mZht8WSyGl
+oU4ahDTCFMJSLVLF2ye8NQ6INyjAGU777K4FZBYJub48UOvVyIxn9XptTsakK3+l
+Y3eRqEID9rk4k72DBwF14CNadXLrGuBYSVuBZqNSjawpMlOPLpp+aUMokPIrQfDj
+yAzN9KtPZGRru3kzFsX0GVG0Xg3auu4I5kjjF6W1qt8BuJD5iR0Br9rdLL+PZ5sq
+71Q1XCgzrQcGF+n/F9K0+XWiCdrgfhZvnJVbChnPWSmclHgmkoqvRQMcM3FdDQ1s
+PSirbJVfxDp9+CBPZ9siQwmS8IipHMQeOn7Zp/mIyI20WQ632CoST1PofmEd69ub
+/s3yu52w8/19EULI0Eu1OG2mWEGj/VmZGimvYQK8b8g5woTDiKiU13Tl99FltZC1
+BccbJ/qrp4ZXOEyL16prA6MAqKRiYFLO+hLMk77twbOQI/6QuWjWkr+UBIwYSylF
+froF0e6MoIDJfCTwPlN74ZBmysSwpC2WHoiXi7GWsiZN6srTuxxWvO8Swk+D1lO2
+Ru3H14c+v6a9oXewJfKatipWFBSt3GwgnDu8sYH1kZBoNQ1a9UX9OxXUUaV9Ns2n
+E4e4FHjYqi7CwaA5/YO9sOkfGKhSdpwKRfCfKTEWgo4rUrY6nX8=
+=hrnQ
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+077a19600656873cdfb31750143b0ca5
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+8877283851efe85ed73c54c4ec018427b506f195
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+f1bb5300f4d65efcc3efceeedf26ad38676a7d675630079e039f5543d2168c69
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+84bbef8139bc4c021a64db5e8f2aabc0dde594c7a79345d11f8ce2004bf7d6fa5dd28001d3524a27d95cd35a21fe9746ffada06feadb581867abf5d4419a8d6a
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.md5 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+832a8f4977f9cd94eae35c4549d75d51
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.sha1 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+43f55e41416cff870af017e4e8ee3f8d77630635
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.sha256 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+394a671fe34aea5312ca89a3f73859581f7c70e682c0885f7ff43d693a99e255
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.sha512 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+4093142d6cdebf37eb6528aa5cff4ceb25ec1cc0b1462e84f8bd049ad9bc26c16edec33dabc42b813118528b244aa31be2c4e9cf715dd9225723bd7a3624a970
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Thu Jul 13 19:47:14 2023
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-test-framework</artifactId>
+  <versioning>
+    <latest>9.3.0</latest>
+    <release>9.3.0</release>
+    <versions>
+      <version>9.3.0</version>
+    </versions>
+    <lastUpdated>20230713184029</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+5980cdcbb098c651e8a13e51b90e8593
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+eecff4222744113f91f7d907833128fe4510a256
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+c500137e88d751e89735ac00ab985280270ef33622d88d9201f68b2a7d42627f
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+d2d6c46367d051bfa707558ec9d60f42d72d8df69903b9194227c7f80e1fe9935e54ca57d5eb6a89bb784d8efd0cd2087999eee618ce8f6f9acf0085d8aed17f
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0-slim.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0-slim.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0-slim.tgz.asc
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0-slim.tgz.asc (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0-slim.tgz.asc Thu Jul 13 19:47:14 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmSwRTkACgkQNpQk/Jjz
+9uwtqhAA2yYDbsBz/kyqzFDsoZUowqBrlNSW0nZP81EI4811sPReQWPBjAyadfj/
+8+VLXWTWBVMuQDZ+Xunp9TTGJhqCsI1G2SW0kp+65GmQ5LzP9AqfjeKNoC4Lvuxq
+g+g0XlY4ocVmeTXmwDBmAO3zL8R9N+l78RX3gSfXqcZ7RUqJuAPV33uzudFMfCZV
+cIdaa41Qi58UKoE8/Q4rhTkv6mRSPmKWS4PJHe/cMnHsb5u+ee5ArpMqPE3Jh6PZ
+Yi+ml8UizIGYmo8qOzCNuOW4ny+loU14Xw/lhoYtue5xg1q6EuWkC4ZRCKYWtn14
+cRx389l7JbdGuneOFtxnIZL6Oz+XkHw53cD38fDa7Cf2RaMrJ0JVRvz48TgZ2PtR
+pDTH3LP1/A+At865xZAqHKI3Kw53ThqcXdvzMHUYcbPSRw9v+ivW6tv2xejqR8mi
+VKztnZZGhJIUqZt4R6kjJ0avzmRHB9v3DzCtkmdIfsO+Rw3nTX/agqdIL7Yhq/9Z
+8FJaqDXCKKhgrol8PdSYQlCo8HFWQpgP8TX/5XTLessbn5AC0Sf2oNq/4EcxVHLO
+nhtUk1kwCuoN5jka4CUmh1FwacESuUMOye+mLUrf/qnZxK4jnat2iqL3E1nABXmx
+hJsNo9MnLuDa4kB1Rujyx2PCECF9JRUamvCDlt+e77mpvecSRwI=
+=xc9F
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0-slim.tgz.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0-slim.tgz.sha512 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0-slim.tgz.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+e344267a634b4e8eb8a6bbb376b83e1745520aac033556388ac33b6b4f7c34edbba9d0d19133061d300c31f38c450419afd101e93402283335fb6ae3d07484a3 *solr-9.3.0-slim.tgz
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0-src.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0-src.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0-src.tgz.asc
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0-src.tgz.asc (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0-src.tgz.asc Thu Jul 13 19:47:14 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmSwRSsACgkQNpQk/Jjz
+9uwMEhAA6kz+BweXMDaVNBepf8WOh5tQm1BgQG1kWmiN+W5GXgtkMDl3Eq0KxSHZ
+BrDQxlCkkQFdTd0pqSqYj4Htg5pjNPRS9CHg1wlPaQA4Hzh5viZueGBjCWSxBYIL
+DNTHm0gqjcRVwwFrJJ1pPTrBBgqX9riiZZe9kLNkCI9T07kdCMp2DH1xuK6ZINnf
+UTodLliM5lNNcvuG1/OcqGiO3IHPyVfHEEiZkDWZzFcRnXao/1Qam8rLt2ei4CJT
+e9XzfnuKXiiz59P6Paxu+xf22vAFJ6NX+zHbQ1h62H+LfrUjhNhsZ1hXc38eVPGS
+TBC0atliIjD6aHLJgF3310gWHmTLCO9glbm09DzO/exC04i+ZLaoCNkaepNlsf1C
+tp0KCObDLQmPV5KgoO++j53jA5srwkhri2fL02SQNeZbTf12K+3GdXQT2seAbuKK
+kBaJ0jD0xpnh2eZD2FEaIoAyr7lF1AXIHr+XQWBQwq1N7h4ETe3xAkW0iCFwETjt
+Ez+uEOBh+qyPEo6m+Wg/fcSk1vQZXhgzk9r3TKExXsANPyYWGRQOPDtAyVvEKrIa
+5OU5R3xHjWPCqPCDG9sC0/xGK9u/25Rc2IPSjTD/YvGUW1dT27L4dhCNM5CA/OkR
+5ER3E5Ley7Ij8Rs/KkgW7nwN0bAfGQA/jyoV4GVfTwSrfI/BDaM=
+=cGjo
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0-src.tgz.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0-src.tgz.sha512 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0-src.tgz.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+a55e2a697fbb590425741fb1b190c208d7d8c49ac63dc3ed09f7488a5a822fedf8e7e40a094dad298e0a1bb5f14a8db0a26a00045233564bb45389dc424a3176 *solr-9.3.0-src.tgz
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0.tgz.asc
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0.tgz.asc (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0.tgz.asc Thu Jul 13 19:47:14 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmSwRTYACgkQNpQk/Jjz
+9uzV8Q/9GQhwBOXrKYf5Lw24sgIRnrKwgPaNLjoszMJS3+okGZmxj+fIoHISvREW
+L9ivegcTgVLPl7o046oZUOsYIkwVyRHzZRurpJgeyByOuELm64fjB8CfDTulTWi1
+VwdAp4uFaVOU1LiPMWI/u6wmXKmDll2RmcbQqwQG/XORKI7Kqx7CbXtqixJU7c/l
+R/49u35YH9WrSa+5axHQbIS3w5wZ5//x7Gq+liry7Oq1M6ggYWiiEnENpzV2cIGi
+4CDWHH4S71OSpY4Z5W06gQGgFHVgezJDeTEnTELt5htWBCVVhrrKuC/NeC79xm9l
+cdkus7qjczCddZgadtwhuj9hNeWLgoG+CgAECgX1WgNEktfsneLl7Jci2gA9Deyt
+wNoDoRPMVhZuXzSfJ89ENrDrMwGdAtV+okV5Bg426r6crl4Ub67C8NHZ+ap+fr2D
+AcGx3H/Z8R8PNaJ6+h1YWClv+e7F4oyB5zEBZ+wbbFsY6v4Xwrdpy0fLX4WFSQrS
+Quy/01aHwy4PRAUKj8yGlOG+xV3e6qjKLRO/Co4AIFYxiH3yqNKR2cc2SRp+MSd6
+9gD2dRk0l1QS0cwshPvzlseva6r8KHNlwDIHR7geubQuhbq8FIGI6qhWpHoArg2O
+e5sGXx2LCdEWOOx7uIhdLe+Iz+gjPvmqeFso3P+ou6fe6ZYRmak=
+=qR4O
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0.tgz.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0.tgz.sha512 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/solr-9.3.0.tgz.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+d419e2c284ab7c83ccbcd517a7de95f03d798aa2d9dc9d7e674ce6e2819ed36a1e18b7ecbeea2334246abee9f7d77c0faa22bd6a7b9674f9369ba7365aeae452 *solr-9.3.0.tgz
\ No newline at end of file