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/17 21:42:33 UTC

svn commit: r63048 [18/18] - in /dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb: ./ 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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom Mon Jul 17 21:42:32 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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc Mon Jul 17 21:42:32 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmS1rwUACgkQNpQk/Jjz
+9uw7dw/9HFvd2I8LPOrnRSzwJnsRHUU789nkMCyee7GW/6Yy5ZObek7ExaQVtp7D
+KEdZlJWcQPEt3QnE7PA64ZYCOCtC+7codqWNFF42wF6fL/o/Xo9NR+Ll98zPokzW
+n43kpgy0I/hu87OvEjbZQ81SfRTKiqyq04/kCzlOWUHLh/ThYDw97JhH1yblD05H
+GkyqDqfrcqSXI1s8W8m6WI4v8SQIinciqzfnUC1hDbijExjmwFG9wsjdBRkrx3Sj
+G0sB6JPUYBxG6hsBOlnEjiLvGpr7LW8lOdeo/UdL9pzF76llt5gN5YEz/M4VF/KN
+xSHMAM6YB7caVawYjwf0R6VrnfB0XjLiBKeCYMmlHm32V54mY7NNb+AEe9J1/Au5
+1qDB5JB0+grdOdYceSNsnMBFfyQXnYRwu1E+nxhslqnaH8q0x60hSys+W0mrm75+
+gkLUkQ8tIkD83VZmBqG19iZaqhKVRRUcgjMymTb8uzl2X/4vU60H1RDkuE6gYZAH
+Ocmt7pCn8eLXX6tDfx+lrB4l1k1gSfqPe27HYJrsbn0p6J0utl9l7zbC9EzRRQjD
+be5a2PuCI8ZczPTGv2CsnwQUBspNwpNsR/OBVsrFZDrNCSBhZJaUlPe975aLnmlx
+Qox1agSrJ8EeJvZDo3lVZrkiovutCsjGvI0A10cYyKMlZy+bmOo=
+=Q8bt
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+a56e3aea59f1311e445cbc853188528c
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+a66626c69dc38eea3e25311db96190afd3e0fd39
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+816e34c58f5b32ecdfe35ebda0689cb00dc2bb2b4d73449ca82a4b471b3ebe67
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.asc.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+c47c176ebaa2d92552742da7f9ca44b599082f2c2a6a0be59f9577a12bf1e30dc814a0dff2d6fbe928b317aa5399b302eb5822630ddeef791fc662d8762c79e9
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+832a8f4977f9cd94eae35c4549d75d51
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+43f55e41416cff870af017e4e8ee3f8d77630635
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+394a671fe34aea5312ca89a3f73859581f7c70e682c0885f7ff43d693a99e255
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.pom.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+4093142d6cdebf37eb6528aa5cff4ceb25ec1cc0b1462e84f8bd049ad9bc26c16edec33dabc42b813118528b244aa31be2c4e9cf715dd9225723bd7a3624a970
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Mon Jul 17 21:42:32 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>20230717211341</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+776212c53e7a819398c7f787faf6ebaf
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+667230998e2b9d51eee69e70985beb3dd6fa4ffb
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+98a3248e8245b1be038d808b5c1ca16e1f83801cb213c1181613b8b7b7d0a0c2
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+c39063b2d9719048beb80f1966c952332e3f9b67c07b836177589753c64b433e54f8c4148063dc0b006961f2fd8dc65d3894fd9733ec556edcff57422c560149
\ No newline at end of file

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

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

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0-slim.tgz.asc
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0-slim.tgz.asc (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0-slim.tgz.asc Mon Jul 17 21:42:32 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmS1ryEACgkQNpQk/Jjz
+9uwayg//aRlDsuLorJ5EKwBYuaH2cUsqwYsPBHY/OhZR87vYHebeD2jbYUbXBk90
+E1ARZrqm8e8S05o9P13kn/+VBls4iauvKAhqvRpkf7xo8MAaw8BSuXHg1ELPLQIF
+LFunnz/g7gaKXrxzOgnnO/I6UyQEbcCerJDeCuZN3S9aC4tCzt+rVL7ypdtYydut
+xK0cAxDiNlSYAvRFLMB/OAQVaeDCzX0g134eoKTLjOfFQdAXtdWgSYrqPKGnPOyM
+8M34Z8tzsZs3XPlK9HgEWszV1C63WtxR+Cf5NrkRQWHqJnzmaOtQtatKJylSVgDI
+2tT+ZDLZ+/yb2ODIKsvNPZwgyvPdKUHkgTpnV5+1VIOU6PSXuSknMElBYhyqZnsk
+BneZfYlHJWXyLYOdp1RsZV20ZqRsle+dRAk38tARfc9to2uV8lfM4b0BSPUPjr8I
+sRj0bds+FGLu7vul0Ucs9oaeHTuniyol8VmQzvQnQsfGx8BWoOYwZH7/QHBZZRHj
+qtGoPdw946O6BRY8DbYvYeggAsIyP4ztNJ3aGwUi1Qikw/mwpILfgJ0UQuTyswzX
+2HaZC+ZCIKVO3JZQiaCyVmi4euOIsdzkrO5JfnP+PPauaKHtgny5ObWLKuGzmSz1
+B2jN9RDEy3gEWAYc16xwT7wZdP/98En7DL8b0XQyqDgnRc+DKF8=
+=sPJD
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0-slim.tgz.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0-slim.tgz.sha512 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0-slim.tgz.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+432306fa6db9d772df84d6acb3adab095783dda10e55280bfd443e197969271364d86f5c64d737ca6c6660bda81e13ffe404e34feb8447dff6ca0cd302ddd076 *solr-9.3.0-slim.tgz
\ No newline at end of file

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

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

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0-src.tgz.asc
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0-src.tgz.asc (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0-src.tgz.asc Mon Jul 17 21:42:32 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmS1rxMACgkQNpQk/Jjz
+9uyctQ//fOhVxek9jfiD17AAK1kZMZr54Noxk5usSrlytWdZq9CPaQAWJKmkOJqQ
+kJPu3TmYhq58YvM3gsO3EItJQNkpTb5XOxfbrC2cQF/ZLKoh9li8joIXMfx6cgyQ
+ZCRrBW56gM3c/TGJsnd3fcAV6mP8Dq/qzV/+ve1nFc7hWEYOPbKuNqUGVrwTQ9SE
+smi00QysE7+jEvxlWZSXLDKIsGuWMb25BMuD/+SiiFzfw4T2mcct1UERfCGEpT3G
+fXyX1+4gDgK9zntfCxLqsRAzvkAhOXhfM/iefMaEFs63B8JwY853KYEELyN95To9
+K9VFYcxAvys7T4ZpPCIzFF0ixHHQ62RwQpOtWhgzn8z7gk8K69SWHUAoW/RoMmua
+YjIKBGcQGOd64pFgxRyDtpOYszy2ogeizDkxgalChCmvu5/KxmV+r8xJm4v5293i
+NuIY+j07gZqva4N95YOf1AHn+y/BlHnfvP5uKVnVlQTOQFs6WLtSN2z9WKlzds5u
+cW0SRxYde97kwAMoatHqjUPvkwZNPtQpHkU4SaRkDJ51vMOxsIrxh0hJX0Re41Gh
+rTuZfNR8eD8oCsUxOp2dB95mk1VZwBRT/QCP5ZJ79ImFoLfEhSsA98jN39xm/eCq
+ER92TdnWF8HezcjMHBCGB3EoJZEAbEdCNI9HeRwv7N3MpwwkRnw=
+=kX3a
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0-src.tgz.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0-src.tgz.sha512 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0-src.tgz.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+bd520ecba63175c3e59be43429d999a52bd00d11339a194b4b5c1d901d09714e418886ac7d5933150e494ee360ae287b0fcc5852e72260fe3c53cb5084d7e4f7 *solr-9.3.0-src.tgz
\ No newline at end of file

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

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

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0.tgz.asc
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0.tgz.asc (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0.tgz.asc Mon Jul 17 21:42:32 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmS1rx4ACgkQNpQk/Jjz
+9uw3ixAA6ccTQFjqFvnHQII8usihJZ1SfzY8eNgycnZq2Mvjc/odCYzo4J56bApU
+V7ZHufKpCeOdSJ99EtOvZm9yxrZkLf1ny4MorN0yUbBW/OexHqxM9ZfTWWRQTE7X
+EvawOhip/wJRyxELW/YyvbHYmeL3Ezuzk8/OL20UKGuAjVUFRetxMWkCPFCIM7Ly
++9ywppZhwI8cDYoX3kh5QHs7pAZFXvnhI3XubMepHSy2fifmF/xUA+Pb/sTfgXT4
+vK6sbuujxeJvwWrzxPdESd+euShITXp8xa5bNR+WoX7k1hkEkqvB9U5ELX0UUwvj
+ltI4HVoVE+MniiDSutpgFVEHplvQlpKGs2vFu+tXC5gSsmLqioqpILlroWiqdWoO
+BeuifBjoYnS9GQsNd1Jz3CBJCzjo3ctWXiEGW1UjAajOtc0mr7DgB9ZZEeDfnDA+
+tq9UdjYYjWQPtUX5d4itxBj1iT6cMuguXZcNHvvGlk6jLRV4jcXVpxeSVDD2BKYd
+9Ijasq6fXex/Ed6mSz92tT/iWIPU5H5xuChWvPfqnrtQJ9+eF+uIZRZFww+FBF99
+TLjPZyFLxnF4gY2nImB7KZpJHvcoQJ9WTWBpssZBcXiOCK4OELRQTrf9klTum6Gr
+EZ5XqTNP9TI4yrcVKkk5iCdac6lmcrZojaz4tCmVQojc6ohjdbw=
+=7bYk
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0.tgz.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0.tgz.sha512 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/solr-9.3.0.tgz.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+fcd1ca482744f4a72c21c59d1877f3aeeb4b8683cf89af70bb10d29fc07da1858628b2666e3c363227e4b2f7a8ef33c2b63065811ae1c2f2843fe9f09305cb59 *solr-9.3.0.tgz
\ No newline at end of file