You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2019/12/19 22:59:30 UTC

svn commit: r37312 [19/20] - in /dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/l...

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.4.0/solr-prometheus-exporter-8.4.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.4.0/solr-prometheus-exporter-8.4.0.pom (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.4.0/solr-prometheus-exporter-8.4.0.pom Thu Dec 19 22:59:25 2019
@@ -0,0 +1,607 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>8.4.0</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-prometheus-exporter</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Prometheus Exporter Package</name>
+  <description>
+    Apache Solr Prometheus Exporter Package
+  </description>
+  <properties>
+    <module-directory>solr/contrib/prometheus-exporter</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+        <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-nori</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+        <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.zafarkhaja</groupId>
+      <artifactId>java-semver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.jayway.jsonpath</groupId>
+      <artifactId>json-path</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-handler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-resolver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-unix-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-noop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.prometheus</groupId>
+      <artifactId>simpleclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.prometheus</groupId>
+      <artifactId>simpleclient_common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.prometheus</groupId>
+      <artifactId>simpleclient_httpserver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.sgr</groupId>
+      <artifactId>s2-geometry-library-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.sourceforge.argparse4j</groupId>
+      <artifactId>argparse4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.thisptr</groupId>
+      <artifactId>jackson-jq</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-configuration2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-text</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-asn1</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-pkix</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-1.2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-hpack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.rrd4j</groupId>
+      <artifactId>rrd4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    
+    
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${top-level}/dev-tools/maven/solr</directory>
+        <includes>
+          <include>maven.testlogging.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.4.0/solr-prometheus-exporter-8.4.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.4.0/solr-prometheus-exporter-8.4.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.4.0/solr-prometheus-exporter-8.4.0.pom.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83lAAoJEAUaD692vGUHzk8QAJ3uha/BlLdThotf10d+Zaou
+X8dFn0N3dpkjhp5Izc2q3byafrUy8Mjf2L6jEKYUSsbQnxlNh7ba/ZuusjhtoE67
+Jnly16xVi6Eep7hheg9petDJgHwtjVJm2qRYJE2AxIkKpJYrbq/oFAndmLtO/sl4
+8nKK7n4mwCV+mVuVe66IALG9HNG5lRR6/aDQZof31NR+MxP7l3oT+HjGZCM/uzYl
+lgbUkfzVUkmvUN8EkKEJ76tZ2r8/pHccW1TsKvZsIa6leNlsPcVYMaY+ZkGQF8Dn
+iTpx4r74hlFUtyExKCEREk+iIu2cBtnevQTEIn21NFZ/RS28tmSj/YNahrZiAi7M
+aWP9ru+w/RaCrR/Z6/obregapx9jU37qpIltqSDENtUmNgGDX2xFcbXsol/XIoj4
+Grzr4Q90qu+EytnZlR96X4D6IbT2fEITBkNVlRW55+YvXALP6DS0iXF3Odkx8es0
+oP1HoREFB5pdEG9QYHGOSghGbPTRTx29hL9QVZXbezLfe0MS48sJQ+AjU3okyRjv
+vCOTmuu8jHgiIoZYAV10PEYfmNQqbqAlfBdPCGMzRN2FhZeAr+FgEvzG+qzI43Tt
+kHvm1S92mzvLjYxX0onSdaPxq6tx72wE7LsN/cPDb3ZquVGqpg3naRbuOBstoNEG
+cHOcW1mBLGuWFBbuqvyI
+=5XzN
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.4.0/solr-prometheus-exporter-8.4.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.4.0/solr-prometheus-exporter-8.4.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.4.0/solr-prometheus-exporter-8.4.0.pom.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+1e35a375de79086a33a16c9a633dc049
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.4.0/solr-prometheus-exporter-8.4.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.4.0/solr-prometheus-exporter-8.4.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/8.4.0/solr-prometheus-exporter-8.4.0.pom.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+34cef2bbc27949ad6f9c8231d2fd0d7d0f01f522
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml Thu Dec 19 22:59:25 2019
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-prometheus-exporter</artifactId>
+  <version>8.4.0</version>
+  <versioning>
+    <versions>
+      <version>8.4.0</version>
+    </versions>
+    <lastUpdated>20191219192208</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+8b6ac40cd699386ba67f73368574f28d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+39f6c883a269980ecb935e42e8da226523e9a8b5
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-javadoc.jar.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83lAAoJEAUaD692vGUHoa4QALeOrNVRRjaM30h0geeCIkya
+ok7Vqfl2NW3GTIeAiSOE5Ojtciodalgh4XwQlld5gqAqX2Lw0JjcVfpP7QDa2c+B
+5YH8z4YOwmRWuZDwWx6IETgQ+isyOfveRzMmEbEh81k0KHoexQleZKQpVq/XaPAL
+5WgKzzPvJqnVbDp+ZI7aHKv5qMh/9MTXk4PK5ARg077V7aXMv0sK0cbb9Op0zufb
+KDXnLq/wBBrFzqBGQaCfzDhAshSUVINyK8xrhgMOLKTx68vRhhXt8YMVchZLidcM
+3vl41o1KX9fc2zJJHGVlszxq9WyFsw/MZuFuxS4sdNGTvdyymWHy2KHNIqTk+IpH
+ynK+Dkn7b4+a6mrIsk6SkzZ142DAVmQcTuxk4xVUDsH+WKmLvZSvG4JJjwj6Wgh8
+CA6LM5F1NvTMzyadM7XUaZ4de6hosH1Hf01lQAgQ8WPV0M0CBdAcsYqtw36GLpJq
+z/TCZMfplqFAKXLwISgRpXlb7ySb6n48zMwhTohNCf1qwYxyhpz3uakWAxx1Atrg
+zBFEmcoX68q513aTRaMaz4GUgnmgtSXfrBAThbqvh5GeS5MaPNyfd424X11cf/Pm
+S/fELdYqp5mbmcPqgSRjAQIzpH5ZxoHUZEv3o1xGF05m4FhA0dRBkToe+vsZXNaN
+CFbKan58iRiAHEd5tQoG
+=CAMc
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-javadoc.jar.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+808d65f1e260d0dcbbf876c9cad33f3b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-javadoc.jar.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+baa2b94159eedfaa7a0834361cac2f14b09f925c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-sources.jar.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83lAAoJEAUaD692vGUHZtUP/0JWT8t+rp7no63fsf68v/tb
+jRIRBkoixD6tyHtbXGV16JiOE3MHOIzwD2bNmzuhiLwCSTJsNYXlOVCdR2kdzZ8i
+YipUcrToYKs2MhL8rO5N/OyttsQGXCRg3eTBqhFh4QPfOAesXXlt4kcp8C4qnN0H
+x53VXOQIp8+vSB942eODhSE0PjKSmMppVhcCw2+31pkOrKg8CUpWTV1Yz8/02zP0
+NmbsfZoZvNWhjRQfxoS3wTVl4NkoHG2Ro9aq3O/goDgXLUmStkgxoptbefVd3Gtt
+KC1KrK4MlkCIfFZSWcyg7S7iFlDjTn9u1zXED9YKS3Xk8jSHhzVstDV9YCCdOkFJ
+Tm2eu5xB7QwPbOtMje/1GYsOD/yLjhn4mFBsRq/4ZsxHKBO7eNzsClkY6ygJdXAA
+2lDu4U68iMq50kUBEQ5d0w4PTAvFsaJLhf7boLD90n8n8U8uQwbRAYaRuC0PfXHm
+mBXWbHIi/v1KR+f05QFvicKlk6jQwBOYjMaia9MImAcaiqx4PwpOkdtga/psyYx9
+ZsyewGhZsiaoerW9mgLBKBZXba+C7dmei3ufxtQKi2CqFyQESXaFIStb2LjcAAeR
+c6YUjFrGC4VEMlYPab6e5Cwy1Vddghq4qomlQJEZhk9mwzSJuLki12ijn6d9Gajf
+YRqHyz8WTP++1h/oD+8T
+=Xy5L
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-sources.jar.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+c694c92bb9369628ca924e30217e8d84
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0-sources.jar.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+1f2cb52c81e3bb3bbfd99a44ccf814c2386aa08c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.jar.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83lAAoJEAUaD692vGUHcTAQANX1/tH0BP24Lr2/l4SBqD9m
+9Ceahn0EL8NN98T2cIWLZm6UD3WePoEwysEdNxcym+HVwcrgMRvn7mANEc7LcPbd
+vhADaAthlKN4zFkEzG2c0tYvqT2vgE0vFkrWwM5tF1vUM7NUu+KO36siR9cGHjMY
+nT/JgDVOeKHhBpsck7tr0yI2X2gQwU5itYlzXKudTbjI3zd4FwwdbLbR4PXQ91XZ
+HSB1CYoaw3CNpv9o5eP5hKbd7yKovPCqmiFRxtgTp+6WwItzm8fqaYAfB8E+N28G
+5XsQJIf66x8utgRExC/PHTXn2z8PXvLp59/ks9TgkK2agxu1/78R0USj0IAWhHJE
+SkbZ6cmPszone1StNYQ/gdNP5CstnvZNDnCC2cgiZX0JxoFjLTMgM0TiTAs5R1qG
+S24VGTEWDAPRaC5qL4tdQ+CWHxJR8HTG9iQw/lKXaOe9MBLKVGC+r4ImlaIF4TqC
+br3V7D+jue6B7p6Cv6kqT0Me0iaOeVVzYCTIHf1B7mpvoBgxmeB3/xTJGt/jw3XI
+3hMXqi2Zl1WE3/IO1r7sufUoDstuO75gBuJvmQHfawbHFXrUdXOO72D076dMLeFG
+ZGmylaCcXx/8es+lmsXES3YtzADvphd1WWOUhW1v0aYqOcfxVAxnoaeyPQqjSWJF
+Rnui+MOiGvygJ81MAoDg
+=0qpW
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.jar.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+fbd73447c539e052671fdf5205912b71
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.jar.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+c0764e36c4f5409b5ea4ebe74204a69ce6edeffc
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.pom (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.pom Thu Dec 19 22:59:25 2019
@@ -0,0 +1,193 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>8.4.0</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Solrj</name>
+  <description>Apache Solr Solrj</description>
+  <properties>
+    <module-directory>solr/solrj</module-directory>
+    <relative-top-level>../../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}/src/java</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-handler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-resolver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-unix-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-hpack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}</sourceDirectory>
+    <testSourceDirectory/>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- Tests are run from solr-solrj-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- This skips test compilation - tests are run from solr-solrj-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <phase>none</phase> <!-- Block inherited execution -->
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.pom.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83lAAoJEAUaD692vGUHK6gQANSV2BsNHMG0WofU52+ar0Z+
+870eVarP9kmq9/sWlFehtCo8fglpugJ9UkeBmDOD3+OekzL3Cb7h1RhsM0L6OAnV
+375N+E3WsCbXzZZePqxtphKddWeAEU5PYlDYAT1EoNnhFry/RRjggq2JjGf3WkrY
+94+drumBZbcOUASqb8BP0XkQvwgxYbjl3l29jXf3VBoUotE9DRFZaqPB/2OVsxIW
+y2WngntX/QZr8fTdbQ8vLps4jhC6YIF5wrdN3ntUG+B3TEA8E8eUQO9mC1gSGHqE
+QxHECA8n4BO3SV037BGZFDXmmjjnHosYNNsRqn1coLmcqxGwaYYkJ/mwqK2pIlpn
+7uhgj++fdKrKOhIvDSG3JnZrVxMKbvhq4fBdlSKBW3r/niniaX/QoyBoBHD+KBk8
+gDLnXeKn5iBHM70JewQsvrtyXpYuXnvpQCs+RdO4ny32arGDRA7nzbkl5E6Q0szX
+OTuMti2H2LxF78nLosenuDuCwJO5meucv8ATsXgp1IxaTTW1/WwhAnBHgh6FJ+Z6
+sg0sYX56CSXhb2Rb4w99Y+xTq9f39t3QjFW1pFLMZ7LgoCl4DtczEUL8tHQlR1+4
+/sISakB3ATMsbVznrJ1QS7Th/w0wUqv1aOMuxVwtjy8xjDTNeJamw1KykGxSRVIW
+O+ITVU9daAsIH8cCXv34
+=ePEQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.pom.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+189194c9be62a35a009bf0dfdc4182d7
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/8.4.0/solr-solrj-8.4.0.pom.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+746eabd6c323fab5b9d60e41d93d758f4f37b11f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Thu Dec 19 22:59:25 2019
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <version>8.4.0</version>
+  <versioning>
+    <versions>
+      <version>8.4.0</version>
+    </versions>
+    <lastUpdated>20191219192149</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+8ac35dc0573ba6b36f06efdc7114e4c2
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+8fce3b78ec7293c8da131e31d6fd25ae645124da
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-javadoc.jar.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83lAAoJEAUaD692vGUHkkMP/3C5oRePeOPBzFvlFkJXXqgO
+ZTUs7vr7u7b76k7RBFfbXPVn7sJyBoeC1y0IRLTBQw8k21R2G8YGTtwkygD7nXw2
+4Je5jWnGYlgr2WAda+XpiNPYWCEGNumBDHefMKkrp+eSDm9CdH6rTx1t4cTI4mNi
+F+aVlGvyeH3ZhgvRMQd9i0zyRJBkZDQJv99Bk5Eh7MupdoykjP8JMu7Q9QCjpmAt
+Y/5ebUVSTa8YY71rSvKJqQSFIwsOWLXW3lcC/dgUA2lCF8nbMEu6adh0R1/AeCRe
+3ZwvtHW70sbKoVh/KRGt5cjXfpAfdG9RvGzZBS7A9Fa0pUcr8sC7EHNiFw2e9ZGN
+Mk5v/ORnakMqE+K8FTQIJ187V3JyPqZ+knh6gMkAOoYyR8RyvzgOYG5Sk+gh262W
+wK5QQvZUKnk3ZtYYaw0h5HRlaunksSz6WZbcEE6TLKVQNB0UT2rKovHDPZaLRRMa
+GJ4HPTXJzZKxC+UpjDNhYHOi62kPfGhRZ0NKA48xF1hWA6/+w63HEnGSc4fZDJpV
+9PvXbs93BSirmSLW0t9au+y33zfscSvLqpGpCa2+/aXNhPcPBcj7CmC50Qn+dBDs
+YA/SIGzCVK5e4UqnbJs6kzUFqubCUUJrSLsnzJfBZGIJwLviR1ADjeLol59ggaNb
+si9KzhLB3E0jhIgU3R65
+=LBd9
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-javadoc.jar.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+cf3e7a26a90d03bdb03b5e02033399b2
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-javadoc.jar.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+59107b6abeac52ac7e0fd4cf469cc91b7c88dc9b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-sources.jar.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83lAAoJEAUaD692vGUH5s4P/j2yJcnx4xSB8pZEnuuIsVn8
+l9pq3j/hD6TMprLnp9ejQsZ9MfF9skg8sw5/WqTNmX3ZK58pd9yi5KUHaL6sUX6W
+iNKs3DBtzkKOFLIzep2UUWZfakmUNjhDdesZ4db4j5lBQE478w+3aOw+8LARxxJW
+VskDo/uAdfNbS5J41W2XhHguj13XKJwwG4S2MGBtGZ4dFilx7hPww84+yuxTq7fC
+Zoso1pekfyRSbj2PFoqGZnvlPel9qVO29WkUXVvJuSq0T0Bz530C5+Jj3TpzmxfL
+4tK2841PVpyXtWFXf/6D1QW4IxbFUQ/4NqAY12EgC/WYtSeVjgOkX8LCbaeOZaw/
+M/gNTDwSXJY8hWXYCAaMdEac1lA1lfTMqBPM3q7vDf5pfxOYyZ1Dj0Yv9UUXV9az
+CAtoG3Xzzz5liAEXWON4HxGe8lyc7lcAu74B2pFl9hYGEtTODohSR8GCn0zrdbci
+w0WkAAfIgjYRk+kYK7jrhe7a81OSq8a0xSgGSoj4lYYfsWLsqesXWyMVhz2PSa/z
+VXM5s16NtH7FJnD8IaqgrjLO2wv0wLUn0wjv3e4AF/sH6UCH7HJpMaY7y4EJXlmi
+IexLu5RVIospTv3NxG6IPjECf6x7s8m6Ej9q+Tsoq2n3Ye+wU6yXfRcBq+jkbLMl
+zA07l4GwEYgX8xdlLSeh
+=VUx7
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-sources.jar.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+03c3537426d5807098161e60418811e2
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0-sources.jar.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+45f17348a746ce74e2a91597aa625f938e5d8821
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.jar.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83lAAoJEAUaD692vGUHPW0QAMS/nFiFoS+Z+l1JYfRIULuU
+GrxfwGvlMVx8pPjIKDHFuY3sVEHIZlyD6ZgoKSIGvWdZ2mKvxMB+1ScM0t3sHK9F
+YB1GXHHwKVj5lLb0ucr+/W+GCFu9M9VVWsjh2azHEiPUFYiGZMlsL4hbnJ+rzvCC
+WebyNJc86ZtztZRPJ6INuZlZzVROLCMbDftvS6cW4c49OLsospKkIK3StlrEvIAf
+DGI1xmGFrA9fCiBSmeN9IndMT4/QxVW1ZC+5vgzNqy9k/iKUv+Hh15ZWNGRtSKlF
+l61PlhZiADU+WghwiRmBQxQKILSCx+AJbS11ZOCYkbauUzkulsj9T1/duruedFud
+LWc/MlbqsrfRxQK2jljj+3T0kHyBKvn+AFz+3FnfMUOfEuwRziZDGDz4pMFoa9Il
+MQWciF6Yw0T7GBwkvn8BYJ+dipqj6/TaUKmcoprFQ9EUAMtlCjIggiToM4nk6o3/
+TRScgR9JxjhTTj9jFEGHIFQwO/puqg2YrQvTGex/vFomjwJ89uQbwXJtROmjm0jG
+xyr8zRP7kwo+uZuvjrgC6QmX9/TD1gpAjwsvQojNXRAy+gj9bVFJ603fKrgHXUT+
+iLeSjRPMtdycQvs93bIlPiy4WZvz0g8IBVJumKU0PbVhGjr1W4kMtaKQwbeLB1FE
+rhRiESPeAiCS263EdNtI
+=kNnZ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.jar.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+e3342be6a5003795c428f2103021f61b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.jar.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+8aa8e07a0a0b7ddd1d33ac2a5a99c8356cc4b89e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.pom (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.pom Thu Dec 19 22:59:25 2019
@@ -0,0 +1,630 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>8.4.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-test-framework</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Test Framework</name>
+  <description>Apache Solr Test Framework</description>
+  <properties>
+    <module-directory>solr/test-framework</module-directory>
+    <relative-top-level>../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <!-- These dependencies are compile scope because this is a test framework. -->
+    <dependency>
+      <!-- lucene-test-framework dependency must come before lucene-core -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-nori</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch.randomizedtesting</groupId>
+      <artifactId>junit4-ant</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch.randomizedtesting</groupId>
+      <artifactId>randomizedtesting-runner</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.zafarkhaja</groupId>
+      <artifactId>java-semver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.jayway.jsonpath</groupId>
+      <artifactId>json-path</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-handler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-resolver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-unix-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-mock</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-noop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.sgr</groupId>
+      <artifactId>s2-geometry-library-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-configuration2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-text</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-asn1</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-pkix</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-1.2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-hpack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.rrd4j</groupId>
+      <artifactId>rrd4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/src/resources</directory>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+    </testResources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+       <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-check-forbidden-apis</id>
+            <phase>none</phase> <!-- Block inherited execution -->
+          </execution>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <goals>
+              <goal>check</goal> <!-- NOT testCheck -->
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.pom.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83lAAoJEAUaD692vGUHWIwP/1CivMGqGNRNcupE+XySKz1Q
+OxHCc8AsHoJUHUYJuIxv3JI/fpKz4uxfJdJwpr0VgJc/Tv/N5f5RZpcuE7BJBNVA
+mbmrloREYdKefQ9H7ruqWfUUq+e1SHEAImLMrBLHM7nTfc23m+5qnFLsjWCfogRd
+qsWvXmjAJth8EwJtsnH30HghRDlu3lPwhyVMT/d5mGOagtoY3xbAr7C4Og3qh2sT
+NInzP6B8oyIgkySizFbf40cit2QZMf8hQEu+IwZvE27yFc+cedWcoB7Zbxm8Ts4g
+w1MyTMjI2bSjP6b/hl2lQ8oywrh9Y1G5JQlSshsM4bVsFcFYRX3C6P4DOHfsKUvv
+Idc7vwjmJ0SVuFH+AodGC24s2UIposK8z23yUQieJSNJJaFn1WSosWuQd6AKDIcp
+MDuSB/Pcst9fy1HtWkQEivCGNAjneG5aNwMcRBLyoTPOjeyJqnDmFMjbHc+CGSZj
+Z7gQtWi3AN+DVwt3kARmija+azR+qpkjRGF0Z2cIM6tzyLdTLLqEFYu+X4l8RyJQ
+3UOFO8k+dAA1Gd/6rfEF4AxLymyAulqDoQ0jlYYPKfE2tvDm0gO84RaN6TfldqG7
+an/+WBCcEvDnUobhPOCf/KIHMTkz5atZCn96Ng1iugRoKPV3fMTrg4NyUKojh2uN
+DlsdnEf7maWhdmZmRIsV
+=eQC2
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.pom.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+bbf2cb0bc2dbc5cf0500b632d78e4278
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/8.4.0/solr-test-framework-8.4.0.pom.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+2a013c0e1ab3f8152c959ccd04bbe47418e3b25c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Thu Dec 19 22:59:25 2019
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-test-framework</artifactId>
+  <version>8.4.0</version>
+  <versioning>
+    <versions>
+      <version>8.4.0</version>
+    </versions>
+    <lastUpdated>20191219192151</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+9b97548ced8e6e6347ef6de2efbc479b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+30fa235f30ac0d7d0f2fc96ca79b3d821421992b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-velocity/8.4.0/solr-velocity-8.4.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-velocity/8.4.0/solr-velocity-8.4.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-velocity/8.4.0/solr-velocity-8.4.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-velocity/8.4.0/solr-velocity-8.4.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-velocity/8.4.0/solr-velocity-8.4.0-javadoc.jar.asc Thu Dec 19 22:59:25 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJd+83lAAoJEAUaD692vGUHJCUP/17XnUS9EpLO5MjiT61Ed5lc
++aX30TWUrXyJEi9+LLbfCHtyY5rCd5mTuoufg5UoVG/HT/v7e0pGwazhLgq7JtVA
+Ch+WU4KH7HRDzJ3IsKTqJu/XpZpB2Biy3f4eZWx041MBf4q0WOp5fNzzAe/MzLsU
+rsJqBOa4esg3ZFnA6RWy2O0Qyz+an2HMCtXJ7Kk7zL2SoEZDAwio2Pmc3zHrUOhN
+zg382m763QrpIFMgmkHN4S5MjQedK0OEpS1vFOICSv5HM522l7MD4WDkOSuzRePv
+7AnjnU5Dy/zkkYaKAMrpS7aDCUbyAb6tOtf2p4G2xLhJUV7Y4kIbpsuKetObfK5H
+8BqqyJhGxZUw4xv07VncBWlgvHT3qUMcd+KL464rSKcHQL+H3oAijuks9PTyFl7c
+CxgolRGrTaa13qwUImKJZ01Oba5/eKvXdluUp1rfKw/xYER13xK7sk1PSNBIXtcA
+2OSwizBajPbv270KBy2nKUlZoq7JN+9E75DhAihRHkfhDLIiSFfhwxoHm4Nb4HY6
+MUu1b+ylSPg439AA5ZKW3cs1okmnA4w85Yl7cCSCBKUnucZUJEKq5ZpbCylgO8sc
+Td4H3EEA/ZIhxbYk9wQSx/GZpCMMfkCpz7rIrQWyk8OR91NG1l/zxNtE8RWsdU4O
+LjbLSChS2pBSo3ibJFuP
+=MLpW
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-velocity/8.4.0/solr-velocity-8.4.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-velocity/8.4.0/solr-velocity-8.4.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-velocity/8.4.0/solr-velocity-8.4.0-javadoc.jar.md5 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+52c86e2bbdfb0c2e36dbdbb57ec7f5d6
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-velocity/8.4.0/solr-velocity-8.4.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-velocity/8.4.0/solr-velocity-8.4.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-velocity/8.4.0/solr-velocity-8.4.0-javadoc.jar.sha1 Thu Dec 19 22:59:25 2019
@@ -0,0 +1 @@
+50f67aeaf80672911eeed7c0809a88354b3b7902
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-velocity/8.4.0/solr-velocity-8.4.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.4.0-RC2-revbc02ab906445fcf4e297f4ef00ab4a54fdd72ca2/solr/maven/org/apache/solr/solr-velocity/8.4.0/solr-velocity-8.4.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream