You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2021/01/25 10:18:49 UTC

svn commit: r45583 [18/19] - in /dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a: ./ 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.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/8.8.0/solr-solrj-8.8.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/8.8.0/solr-solrj-8.8.0.pom (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/8.8.0/solr-solrj-8.8.0.pom Mon Jan 25 10:18:46 2021
@@ -0,0 +1,201 @@
+<!--
+  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.8.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>commons-lang</groupId>
+      <artifactId>commons-lang</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>
+    <dependency>
+      <groupId>org.xerial.snappy</groupId>
+      <artifactId>snappy-java</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.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/8.8.0/solr-solrj-8.8.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/8.8.0/solr-solrj-8.8.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/8.8.0/solr-solrj-8.8.0.pom.asc Mon Jan 25 10:18:46 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEz85fu5IMPHRc7uCEw4/17D/P2z4FAmAOfhsACgkQw4/17D/P
+2z5r0w/+M33Mk8bsYX/3str/y3Zgxz/JEVoxjul3o5E99pS0fLNVAc4RKSREvWF+
+pB7IdcOR/wnUd4H6G/0oXL1YloazTTxRIofEKfZREEHA1Gde30jyQd2/jPuqGFEt
+KGgNpLRqj7m8AXI2mJxQqizwZCfpUzJZuybEft+s2GzRDeoOU18TgpBd1wYWr2yG
+3EW+EZiKC3NLRCeODDRdjNnisC7GPs3zKS06aH71K77Uw3oyYnYkurOnItW3NBEW
+WC5pzkuWBS/n4tSdmVznfhfqSsUN1JPCTtoTpsFHK1EnTq9rl2OQqLN1BL6YQAOu
+I/dj095wUXopU1TAztPAsGhS4tBTrcQRjHpllyFBuDy/VS0WlBbFGallOWjhw7jl
+ewSRu7wQoDrvFv2WnmvLExNoZm1aa2CFw2yeL0GVuAlLQlotkqKt02tnchTHEq5d
+bqzqQv/lq3AlYuJgoNJpHNhOWUR/z1qlluTgqKJKoBG4zbdrc+VFbHKiDiws4RxJ
+l/dKhxPgw2iymMfLEJ/tX+mPOpyKe3GuFKuAqygrKCt2WcL//wiJxK42D36uU3WZ
+AuSinvhSeqHFBgR8GUdtaP8qF7zNXHZKrxBjTK3w3/iEHHK8LDeLFWLQs+CEbYog
+vOcDcq6Mvpe1/VtxzEW6PL6ngtHgNwuA6ATo9QE2OOX6/mQjBi0=
+=5Ndf
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/8.8.0/solr-solrj-8.8.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/8.8.0/solr-solrj-8.8.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/8.8.0/solr-solrj-8.8.0.pom.md5 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+796f6d3bcff3dc8adf085849b83a970e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/8.8.0/solr-solrj-8.8.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/8.8.0/solr-solrj-8.8.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/8.8.0/solr-solrj-8.8.0.pom.sha1 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+b86b82362382c2e3c983e2eb9d148babe2ec4366
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Mon Jan 25 10:18:46 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <version>8.8.0</version>
+  <versioning>
+    <versions>
+      <version>8.8.0</version>
+    </versions>
+    <lastUpdated>20210125081428</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+b2be3c11dda323eca0b5b07f824741cc
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+563f870a7b658ed5aeb3a35e7cf57fae7c283178
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-javadoc.jar.asc Mon Jan 25 10:18:46 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEz85fu5IMPHRc7uCEw4/17D/P2z4FAmAOfhwACgkQw4/17D/P
+2z756g//ZlukJKdzsL9BmK18RtDccm+2MNXMSUmq8tr4h7mobnhfKredkPDRxWjy
+kejiC6GZKEhtdNJrUfvjtUBeetOC/FEJDDLn93jGI4KA+KP/nSf3yl4ws/uUpzrq
+xtsvMHuQ7FOEnSuclF1DsFl/NSXd6+nPXL0fhRfx+DMJbI90/UyLTC4noEMY8Naj
+gWsJ9jR2TDolLj2Lz2sLMQtRDhRCosPt//m9Ec/ECzWiwOEtu0np9KKxrV/YePMV
+NiSkyvz3slEIR5XT5Q7tjLbjpbC5NdG0ljrWN5zkwtcfZIcbbEfjER1QZzUebM26
+5EpLyT6j8DqQa+W50ETFEpvOSlLtM78Ca5kFY2qxP36cYzkyAL5A7gqeWtiOZd03
+j+yEqEao4v5+FpTMV5SPtTRvmQyaSfr94fxGXFaxA9M/DTJC1hjxB4961kvNlJH9
+3Y4oTdmYS7Ln3Zqg0Zyve9HHGzAxrujUOA9wb3RnUaxhhcr+zzfn5GcV5ZaxjR0p
+Azych7GFpCIRvhyQd+DUmZ75TuY6l2u8Fhziv4dtXiThiW8DNwVu4+xSuGbyjEsy
+RqxNnzKmtNWIXIhSARQZhZYVAbv00wH6+A8NMaeYSVECwHQASMsNZjIao1eCEeNQ
+s/ZczrqXYdG0hrOdshg5uNoxemsAalUs6qMKpMZqskkVSpBcBq0=
+=Yg1e
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-javadoc.jar.md5 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+f428d872cf2c644e9454c9fde50ed405
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-javadoc.jar.sha1 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+21f1de71c6c56a50f03cb1f59034956abf1038d7
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-sources.jar.asc Mon Jan 25 10:18:46 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEz85fu5IMPHRc7uCEw4/17D/P2z4FAmAOfh0ACgkQw4/17D/P
+2z7cXA/9GO/8YCyqWT0fDkC6ZL85BCf5Zv9uGkpjZTosUbILJFWvrki4d8jn4x10
+a6zbUEenFUzifnZuzXtQ/JP3658OmtKZViRZm1LDbFKxguCUM4bjepzwr+IBpILn
+ObP8CeCVsdMDXm9TVKej1U07gI0sMF0ldpw/G+ZfMkVEy9pPwbU9on+u+voeDJpZ
+ChsAlkEkeI2hoD8rbnxCULzKTBszZZDz8XZu4P2Q7k04aKomOEmxJROELnz4+1+C
+1uNo+uTJeBXT07wvIT0ZcwKGiyIY5ECsHtQYB8vPmpOo95GYzRJJQ+z1OIIYTBAs
+mp8h7/sDansNXtEu+EXHs5ofCcNyWWVJdbcPUIeMqrwJVPsfaeHEBZ+R2WBfvlkx
+mWNb0LXsMFegtt1nokybXxge2sNYYVkCoqj4hIxlucAAdZ3Ymua+0IOVhKIwd9Kk
+sFyFG+FK9r3aBPjpSdRwzZ+C1u1zksqBRWd8uoZqvhvNvz/DxqDTj0zTpoeQRCT7
+7ueCIkpGFcUCgv47mLaeW/pe4A6uR6Axw/LVrkwpREXFEbXHfoFYwFUM7yVt6Fz4
+ApcZ3gUQuutRso2O19X/Wvp4s8znzABdE/yxrNX0s4XZ6GeuDvWkErbcc3bh1yWP
+CKiQCWYekNOJSqUTxZkI11eDYiHLqb2Q1N1wTHxJS4ezp3QZeH0=
+=qner
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-sources.jar.md5 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+6ce5aff8e0c3429c2a2082f7e2c6cf0a
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0-sources.jar.sha1 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+b7ef01b9d1f20edd6b8791a61077652270be492d
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.jar.asc Mon Jan 25 10:18:46 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEz85fu5IMPHRc7uCEw4/17D/P2z4FAmAOfh0ACgkQw4/17D/P
+2z4JwBAAqoiHkb0kJTv2xTOY1uRn8SehnTAnCTF8mVpKCcLOW/o9tUhuMelhmvkk
+W5LAXGDku129Nyyq80UVELRZjXMSstpITfW0io/jbP9qYzPjxwY/SMvVFFSLbBEE
+3w4lWI0/YdHcAi+FeyEJAjaubhzL1wqoTk4BMkVDoHStNtzd1Lb8R7h1WxF+RGHg
+DZKmYd1SzTrD8+5vGBApfMV6+PZaLG4Qhfr2v4eVg7Tn98qJ8KFch5t7cvd6lXaF
+R5/CvlRktlymYzZxql+heKFbjeoqhmX6bKdmCJ93yDqi8op1Ll4xQXwYeREqlKq6
+HIMvQmF7s8khCPU9bYdumr6Uo0y+0B0v7Sf6vbrB8Jp/v6ORfBuCAKABi/9HhTfC
+zCVJD5y9qMJschz68lxtYmOQV3H+T+tpiOzitRvUVebUKlzXoyYG4k/S9wavwpGN
+Ag8XVGYdsqyH4pQ5YPG+QnFNdE2zBbXDqnbQydr4k6x9e2Hkl5idLB0+Vl7Hx8xR
+8uDHhJ7Bvk3Mrox4STeugDCAKcafzYzImo5Kw9yJOPynEtGVghsgRC1rBXFFaDIn
+WNc3HCKxA4rreUW4oAG/NuA0r7/SezicVXYB846XTqj+RPcumVQPvE4trxjVxz7s
+fHVHA6rYYgiqxbYR9Q7AFy+XOKVYMIUtdDv4TvaTGkf7v7rSjHk=
+=IGLQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.jar.md5 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+64e19cbd4c88a77001a74d1b9e814786
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.jar.sha1 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+7a0b1d079bfced798ff6df209b9e3891a965ed7a
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.pom (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.pom Mon Jan 25 10:18:46 2021
@@ -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.8.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-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</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-collections4</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.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>
+    <dependency>
+      <groupId>org.xerial.snappy</groupId>
+      <artifactId>snappy-java</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.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.pom.asc Mon Jan 25 10:18:46 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEz85fu5IMPHRc7uCEw4/17D/P2z4FAmAOfh4ACgkQw4/17D/P
+2z5BHBAAlctIXoFgi/kJUr5tfUXCop6vjtMviLxWnCzr9XfNUgwwxK6yoUXSmnqh
+cdmYwDUWX+hKL+B0HqMEpcUJdn+Bf6yj6b2onN93cdJs+/YT7PrG6oJgEMP3sF8T
+UX9oklegaC73I1iryME/hzNI0LG3cLObHK/Rjyh5XheyARXaxK4+0XaFTNOFacwh
+C0FsxHtNHLMdtKqnZ8/nGESeqolHs6TM+Ez+/bkDTT701rOheWrlryJ8mUVG4UAI
+33GpdB1ektPLYGDBplXHG0KzZpWST3/7mUHvIWn3R2s4Ccpl3QMtfqvdLulnxIKF
+b5YPs5YmviDvjqU2c203MkGC/pa/MfFyi8XPH7Z2BECUeAdQXZZbrfY3ZlloHjMy
+fszOPxm/l/oJQUb+HO0kHcyQnxCGtFm91J1b+AFaIBODSTFQpmtZZoK8s9934isg
+drscPoXbDYoCLD42TUcYh0l1tLf99xzGFcox9YsCiHs2p8ViTw8RBhGiUSaYV2nJ
+qYM585NnV5lrFhbFw0jcCYFB4R62uDSZpYf/n+67oX4F5nxT7QxDvAXDYuv17lbC
++IogAt2Q9ts1lXn5Ov7ERKVZFnnsIT+QKdVkjhzp8AOinWUTCK1Eo9YCIiPEkHgO
+fHQWfuEaCk6pKOr23wonev9SJOad2xQWeYQS55/vGpjvDKAuZnU=
+=jjxV
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.pom.md5 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+61a2cd83afdc1bbfa156cbe4625c979e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/8.8.0/solr-test-framework-8.8.0.pom.sha1 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+996be109aeb6001f172eaecf19bfe762678e6482
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Mon Jan 25 10:18:46 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-test-framework</artifactId>
+  <version>8.8.0</version>
+  <versioning>
+    <versions>
+      <version>8.8.0</version>
+    </versions>
+    <lastUpdated>20210125081429</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+7f2f51c8c62699b4b3738c11a3153c6d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+43d8361670c32ecb5df55bc5176a1b0aa086432c
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-javadoc.jar.asc Mon Jan 25 10:18:46 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEz85fu5IMPHRc7uCEw4/17D/P2z4FAmAOfh8ACgkQw4/17D/P
+2z6xFhAAl1XmAPwcYN3NOGblX0iXTWNg9O5GM+BjYwQ5lpBSoESIZE2m3C1Y+hXy
+aC6QdSOu0MvldDsYr8/f1uO3PeH2gaPrWz+CtPt1ogqAi+jR2hAKQmJyShNA3VK8
+yGbs5rLP0aPETBo6g6bOL4rkGLLHek84/jpWGjoFyXr3Jb13obPhGJ1JkaFJh8sA
+vuwpsAcN1I+xQJTVJ2ttj30LpJ9VGiuG7t55xOLUqqXJUyVZ6lGG7pLZuHdLc2Qu
+pweYeZI5XYe6R0DnxUzyARSaUrWE8zBc1cjsjBV34CF4q+aktmTfqqmdzbTrCdwT
+8tAFVCe193z6SpXUX1DJaXOZvqLgWqjc/Jf9eGyaY36zgi86jfSasotXLkDeKDpC
+rDywfYnw+hhIRSQFzepPkkgxZa4Ui2x2P//9/i85xwUzKU9XNpqMU/krAXFcIK+C
+NNrZPsdiO+frHfF1QUl26/6b4iN7RdiLZPqQe4Y1VwsJA3TXyPKHMUQLKyUzGpnC
+A2gRSuZFEJghmTXJp5yP403dAkPVM/a/Dr+k7oYaYF0XUbZovpO79UZHPpIdvBCS
+1cBM43fqYOaybYRjBvVoFXSP3/8TBpOI9rgzs/ORVZIjwSjn5aq+qzT9NssKBBi8
+F2DINrvMYjr/2+cNE8luUEg27kyDxvVnO11BgDd3P+17+5u3BhY=
+=07C7
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-javadoc.jar.md5 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+3318e88acc12708f04d539113041da67
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-javadoc.jar.sha1 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+005104bdbbcbb4f5e3f5e72ad0175e1ec87ba5f8
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-sources.jar.asc Mon Jan 25 10:18:46 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEz85fu5IMPHRc7uCEw4/17D/P2z4FAmAOfiAACgkQw4/17D/P
+2z4orw/+O2dGQurmNUkIM9wbnB3KwmeuzE+SvTqfuHF7LWL5VWCj+8j6NlP1nsqk
+NtSGcxTAwaS/34UjX4WzjUbwHGm7ZYf/nEMJ/MkwGDvHdThoZs/anSMKnNBkAK7X
+IHFFJPEXwDVbbLpoV08JcxsK03/reqoRU87o0xpFwH1RKNKwEez++FVc6iwt/keb
+y/823m+xYPq8iTyARkGPtLBR0t6K404+fywUMPbCFtbpMxxIQsbciC2vxMsJy2k5
+Z0sMSGCIC2yPyqlhyVLdvgCPU8F4Wupm+HCuQcpqf4EzoS4AQXsPvQVlVsycMgVW
+FXKIdXRdv4OXrd0nRnqRAIH1hGocE72EpbWzgbxquRA319HGqPvVjuNkNqNiQlbb
+0EUeLBqaRNGYFwKVqPu03r238veLfsGHB3QSRNcAuXd3MCYNIWxVxJnzIXaZBpK1
+GGsEZYu9qetStPG5kDbt/Q2dl0DAzSsPl6SzXi4SafKFwKyj3UwTly8RafxUQVCf
+KARpP7pC5D6OUfrt/dNXdCyIsjL/ow/GOeBsywW+3NahsCV/pApxDjjMamphj7sD
+cXNY0lmp3YJ7BXZUptg05a/0PH23t5gZ7w9SYAX/XC5Z5P75sk48rMnxXEfvTLkv
+XH1u65B+Wq3q0eUa8fOE5cMPBNuPUbUBOK7qW5AIH+MH+3kaj2g=
+=jm6n
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-sources.jar.md5 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+606bddec8aaac04d67d53d2e48ac2b0b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0-sources.jar.sha1 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+d2ca9d3a16ea6e9dc26fb3021744ebfca52a0c11
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.jar.asc Mon Jan 25 10:18:46 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEz85fu5IMPHRc7uCEw4/17D/P2z4FAmAOfiAACgkQw4/17D/P
+2z7zRQ//QgCQA9Xz6vPgxbkndPe8c9tV2xSHIaFqsWLHO3o7EmKlrscI4vB2kE9h
+BCc78KT3ii53LA/DKNSdLRIAP2YSy7JP5b0RgAwFcN9Uu+nxTbVn3XSWJEdfS+5B
+4H5FipkliMoX98kXBLvKc688fSeh1f/V6X0/7ofl+ygRa8w4wD4l3K++fn6W5zud
+t93OY6yvHgDvpaOuWvVb3D6kYbJHz8S6IVemRu3tvdhhKzSmuhbXGaA7odERYam4
+4u3hvOXXHtNNOC0J/K/3mdTiiRS5VOFMK6fpSKSrAYOgowjGzhCLHrFjeXT7HGo7
+OgB7unZPK00YzY/CYkdDznH3MVsCOE22vD3uuxLIaZJK9/JyW4HbMhnVQfJ63Far
+c67fkKowk819UPTsEyGNSYE7NyW5uCNZQAof25ss24/nJz5oZYnIGBzMoeZX4jdP
+THfTApoz9AKJbgR5Z5XH2VgkZx3i1C8o6GDHXqE+lTI5R0GWPhpuSrl8VrSBDqNT
+89VwhHjkMhO5fjNBm2EGxtCcQ+VWTRVyhEz9ELktoPtSZmRw1GpCpYy42ArnY7yE
+p49/KlI3MAIx53++siUDfSbGUblZM48hQw83jqw95N607e5GplX4nhwQJnUhrPaw
+f+VwuDKO57OA6V3ZS5BKybHisKC3eK39peig/I+oNe2mfzgNYVM=
+=dTmo
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.jar.md5 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+f699803e9521b451be52b6fea37edc1d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.jar.sha1 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+7b03e42501bd9f6c942f1bc61ceff3722133927f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.pom
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.pom (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.pom Mon Jan 25 10:18:46 2021
@@ -0,0 +1,612 @@
+<!--
+  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.8.0</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-velocity</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Velocity</name>
+  <description>Apache Solr Velocity</description>
+  <properties>
+    <module-directory>solr/contrib/velocity</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-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</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.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>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-collections4</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.velocity</groupId>
+      <artifactId>velocity-engine-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity.tools</groupId>
+      <artifactId>velocity-tools-generic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity.tools</groupId>
+      <artifactId>velocity-tools-view</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity.tools</groupId>
+      <artifactId>velocity-tools-view-jsp</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.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>
+    <dependency>
+      <groupId>org.xerial.snappy</groupId>
+      <artifactId>snappy-java</artifactId>
+    </dependency>
+
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/src/resources</directory>
+      </resource>
+    </resources>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${module-path}/src/test</directory>
+        <includes>
+          <include>velocity/*.properties</include>
+        </includes>
+      </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.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.pom.asc (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.pom.asc Mon Jan 25 10:18:46 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEz85fu5IMPHRc7uCEw4/17D/P2z4FAmAOfiEACgkQw4/17D/P
+2z4+OhAAnUfjAlFWOt9B2hRjr4CqgGVuSEkoK1xPZYp8Obfylo7p08xwui3U0Q0T
+JOgpiTPQp++LSEm7BtJL52+TwYXQjQ0Vfk1WL+ylcKOKOdtyw2u44ezKHDslPXNP
+GVVAf7mUbpztzQ4+BVVSMc6h/E3CgSro4XmGgk3jmW/q77fGsTV2/0Wwdm4O0obm
+4Vu+QZaVbOHw/I+EBkBm79xW5pYnt+x1sM+vnftVLjxjp70lUIrXX8wfQiIAJsWp
+f2Zr/UetWwhFL61Nqik1k/fFMJyDjHHljkQuDkwGm6BiWo4GCsJ5VvxH85qjUsof
+vK5sz0ETPKas5a2C6pJUK8y0fh9kf3t1EXOvQb1VuxDhwHlpPiwOHAydRpKmdTJA
+Qhxy5s5vBqizaL+uyp5TCVWPwE58tttwHlbYeQmthCGIStS8reE5vj4SC76+UNoX
+wq2h8hJfWBdMbTHXJAFayRIlp4KHs+zeSJdq62YgMlMui2OmdVktjqpkd00pPxJf
++uvgbmSAgCHnOtvgq5nDl6mphDb3K6+IHgI5FoJ26qEejq+xZ21Z32tY9HL2uRul
+sn8EjaTSWSsU7ZwuMFk+VGqMGID7/IjQxfOqAMyAyhTd7DGKd3txW+3W8Kwc2nuL
+vTRHRNEkfDwrp1+C0YGoUEwq6g6LKCmTDNjwsRQThjLYZ49SncY=
+=FFP/
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.pom.md5 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+c7a18b1ad3bc46f5a9fbb1a18a464222
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/8.8.0/solr-velocity-8.8.0.pom.sha1 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+e86a0ea20445a84b504ec7ba31eb8a6bdba9a423
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml Mon Jan 25 10:18:46 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-velocity</artifactId>
+  <version>8.8.0</version>
+  <versioning>
+    <versions>
+      <version>8.8.0</version>
+    </versions>
+    <lastUpdated>20210125081449</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+f876ad3807af33cbc6075bc9abef94bb
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+5c8f402700b6a8378c59e75b291d99a07cbf1bc9
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/solr-8.8.0-src.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/solr-8.8.0-src.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/solr-8.8.0-src.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/solr-8.8.0-src.tgz.asc (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/solr-8.8.0-src.tgz.asc Mon Jan 25 10:18:46 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEz85fu5IMPHRc7uCEw4/17D/P2z4FAmAOfiIACgkQw4/17D/P
+2z46dw//UcFsYOU/SmbkFxxNKgKNu/xTZvcAsJxoKMvP/oiArCk7mRGoEbL3zA4L
+swQPw7XuemLcFKQN2z2G4RYfKROc/jqH1RLvd87JmlAHhqiFw/de5IvMzVUhrNBR
+2GN+JD0zOalZ+juGt5IgmvnU8aCaV1O7r/14EWW5LhhSOqWCdGGyhg7MJMd7pzN7
+fQwa7xw2oWS0PUYb+1oxWUqhyh3jQj4r7TVVZvaRjIYdyX+gyAzMP8ccvmjvOhMB
+8xRuX6PgCXMzolR3hxOCsGRgrttv4OmdqhoY4jWnCCM/fk7K0nsrT/pChRRENgg7
+HqASwfAGDGBiRCJZk2Z9x/yw6WSKo+7vJ/0FbxR8oWqA2EIL6hRE9Z76AxikuKPf
+W0dZUHQlH4t2HCKxr+vl1RIb8mE9ebNlklvBV1xLPt0xje6QHIJFclW7SISAuMFz
+3ehor1kDToDEHmCkAs16OcsIJgr0J7xu/dZJBuIP2pcKpiW4pxyVW8UzSesGKhfF
+jf1KvqM3ElzLYJo/iCIUCHPgZ+mgJAv0bPKyVfCgpdCI6pyAGZJ1C5Vmz9k6laNo
+4yuP1sc5PgMiMnjbLF7LZAOskLrrjP+vxDEuqczysO9mXx10rvxlonJKmkYsT1b4
+3wUiCE3q8bz4B9n4zXrudgaCHYMlGVZMbihYfofQLcDSDqpEcN0=
+=HXkb
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/solr-8.8.0-src.tgz.sha512
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/solr-8.8.0-src.tgz.sha512 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/solr-8.8.0-src.tgz.sha512 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+af01ba90c0e6ecb43bd274f8a5b2f3af9eae855001f5126eb465deef21e0c2f1bee93662ac959cb129b754c41cadfceb0322653b9d00cec5d2def2705217193a *solr-8.8.0-src.tgz

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/solr-8.8.0.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/solr-8.8.0.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/solr-8.8.0.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/solr-8.8.0.tgz.asc (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/solr-8.8.0.tgz.asc Mon Jan 25 10:18:46 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEz85fu5IMPHRc7uCEw4/17D/P2z4FAmAOfiMACgkQw4/17D/P
+2z4uyw/+IK971fx3XepgLw3DPH2TXPEp05R2Cc2YtgYWb9/PT5sLf626clHcLJqj
+wNiJm0OA3NGhJhCZtl2T5bVvuwrxCBw0ZY/4/qSxmEt74Ab117OW+Z8U9bX0juEX
+sOTLcddiozFNvdP9Yj0dEofe4NBTWgM1odJG+dPQgUW7PnFWDzTulvRiEJffm43A
+u863GNIYHMq3C5Zk3LJ9Pnf0hMVhpEhYs1oqshN5y2SGkHjlPZNOONSbwKBjTghY
+YxRGDXB+ePv+FqSccfT5+KHlrNC+Rf/jmJDVU0u4Ka0xd4sP5LcnTNK4IFJGzbwX
+UabJVrLSAiyW2SLDik+5ZaAxVF+hv2yBH+A4e4t+8hi5uQHcUXQgVAtZeqo67dKR
+n6ZPpKF8cIAsNPMWz+Rj4CPaTQEmw8KyTVOroqu07wtMeXLGK2EQlDaM37Gw2sIQ
+D9R0PiKJZ5sl7Rr9K0/0xAcG29RnWekcoOJlidsOJ+b9mP63IBP9RIvoRzWPyoaz
+sbIdCFW94qYIVzMgaPb7f6rCrGGXD6RKQkxappS9NV/eEJAyu34OvYBL2WkDEB2e
+GGIC8qlaIPQNALQmbduMtkFVUnNRmB8OfgcEQ2ot6jw3X8CgjM+oF9wNA7krSEyQ
+dV8NdzsYYPz4QAFsmscfG41HB2FQcBGXubtY18Thansy6bv6+YY=
+=tFnt
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/solr-8.8.0.tgz.sha512
==============================================================================
--- dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/solr-8.8.0.tgz.sha512 (added)
+++ dev/lucene/lucene-solr-8.8.0-RC2-revb10659f0fc18b58b90929cfdadde94544d202c4a/solr/solr-8.8.0.tgz.sha512 Mon Jan 25 10:18:46 2021
@@ -0,0 +1 @@
+172aca4a861ab79c6891d6ab1243d569c1956768945eae4c09b8138aa92e8e1ac9a2bb4e46d9c0b9ce25df771da9a84968fe1594ef588e86f593a61de53af1f7 *solr-8.8.0.tgz