You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2021/02/14 16:11:27 UTC

svn commit: r46086 [18/19] - in /dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928: ./ 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.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom Sun Feb 14 16:11:16 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.1</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.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom.asc Sun Feb 14 16:11:16 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAomWgACgkQCmqhebm7
+9F6/Ag/+KdgeNS8cQIWazC60p7gbTf4PxiUWhR/iJa9xBrW/peWyccKI3oCn0/tH
+U4EWYBCcUZzavqzBnjlNOk2020cwwbfuJZmTGbf+7tsO1kIQw/HQVRHc4qcAuIuZ
+myjoY8C618Q5wjLqaHVMLvOGb+x5Yy3JuBqKTjAhOA+2PaiPO3kagrKbf1l0pzp2
+IZA5CXGE2zDOdfrA9dw1/NgqCO3rBzc1c0osh26IxrcyF7QpIotVFAv5C9RVlM03
+jlyLfpLRsvXqjphrfBQic0V9E0tnoD/gzUwvFuUiFaBiOBKL+hm7WmhYIi7a8ZY8
+2QIdBhTbd/R6jJreC5B8n6E+iBX+TddQ9UhRGyRmDMdJf5QcmLPNH2OR8TlREnhp
+ZL22OS8mtPFz6DLxxXh9jVsIAB12StYEcl5QN3lGr2mlYe3HdaMLMQpBgw4NrptB
+VcYFcpWY/netY2mCQjP0CZkD/0+suoisNKFsrI55n9jqfLjxGanw4nCnKta0wddj
+CZEv/TDlE3+maV0Q2yzS2WSYNKRKli0kP5d7d8MG6+Q7XDD4+87bPUscPUdsKjfJ
+5Cvd/Vjs1XdBFYZR34mfVJBVF25VxU3cGe9cXBOY3M9xPmNznMwKZ4VutOQrVXFZ
+wXi+QvTxIAZiZ4UXu4NNFIEAfLRZT7SJJFyGVAuKQ5Z8NBDqg0M=
+=OkNp
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom.md5 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+26fbd563b1136ccf8522a1faaa7eabc9
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom.sha1 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+4c4ad02f2c085343320fb0cccd7a81730abb19cf
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Sun Feb 14 16:11:16 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.1</version>
+  <versioning>
+    <versions>
+      <version>8.8.1</version>
+    </versions>
+    <lastUpdated>20210214033012</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+6188de162d860f99975fdcb355cc5a4e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+81eebb15e3b5e12eb28b12c6827d18c2582d9827
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-javadoc.jar.asc Sun Feb 14 16:11:16 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAomWgACgkQCmqhebm7
+9F5+eA//Sn1L2cQFfUVJFppjqDU515cAv1+X0mIToom93bnJTnlNAm8YlUAasJ1k
+3AyGwISCXBvWK8dszIEJeJah61XKns5ANyye6iq/kRqOd/cl1gWQt84q/dAKBHL3
+4MkOaCOJX5RB13szBcza2VXCQoSuIdW9AnPgBgqdygtc8istjxkIfCDBQ5AgNc7r
+rjcoDOgg3QFC+3wyF+6S60KwnjdNb5uG+9mjvAAJcOJ3JGUXXK3meO5cnEnmssNZ
+1944xE0FCUsm7f/8FlY8gCXqHxMqnzKeIUHwTTP2u1EXzKIYLcjOz1Qf17a/bbRA
+C99rHG63+o+eRhxCorpbB2tfwyTQ6sYspbcaWHFLZBI55pyjMJ/LKgQd0VznFzv1
+6Wr+6r5zd8L/ea98/rTAo6EwS+sjp35oQNYR/FNN7BpcXKOQN1C305+ylZs4G0Os
+tGmasfKF/fFipi8uo4UP0xzVJUtfwywHwLkqC8GeT/y/9I6/TKTZcpeCdxaPqRIQ
+OstOoU2vnDkqAP9rnwvzkrU9CrVb4w9JE8vO8rR64iXZC9DCK9FWg1m3q4NGuiCv
+8edXqCuxcvy2Zi9WwhFghO8wThXH1WRX6PuiZvvj9GU+9AtTTai7H01l5xPNkIS8
+pSHc6GsqIyvBKbgflriKBFIxaXK+BXe52ztkbegncdQ4G+j4iE4=
+=vK5q
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-javadoc.jar.md5 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+cb8b8ade490cd3d7c2987a62ba069ec8
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-javadoc.jar.sha1 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+86633495d955d2a4cbda6bc3034540c3d0ad948b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-sources.jar.asc Sun Feb 14 16:11:16 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAomWgACgkQCmqhebm7
+9F5nUxAArxFSjzVE/V1EBngD6LZLSmtqG6wCzNaLZGZ8ZVeeqrsIphvAz4idcNCt
+czJ6OVobtDj3a5F0fUE3WeH8+MsEPSu2xQrZbYJedbAvbpPEloMXYbLHbEolGAsv
+4VhSWOVe5HwsWGi9Gib6tE+6nupcc1KWYc8ogUFT61NUieXtLviqxVT5Rus21t+2
+kKYD7INmWvPyszr5fuPwkdAYj+tvFaUnIrsY207SgXvPJhsiDiLTIzY8FsvYF8fz
+lDHZviEa+h0L3Ll1usU1FM/jRe5SgfZcSC8ZVo22HPpp0tI+pOg1Lt95d9J1V4RW
+RlIWtV/6AViwsa7n9agHlBZrNrwXj72iLRnvJw2qfhrMwS1qW7xPnnNsdzy1wxTD
+dyZaSL5TPJrsT3htCKDVVSYuKe4dUhT1AA8i/RUg2E5Hb2D45smLOt4uVQ5MvoXb
+BSNd07yxz1fTs/Qkwfowq3BFW8K+tSYD85HfCjAPJtWV7jAVPpMf+GayqBqHmVpp
+CJsR1cISPk1jLGiXxImLCLC7/KYuXfIUrufuPCYx7fo20iLu2dolFiwMljoXtRdp
+w5za0RgoSH1nujlWqKGeCwNd+JkEVuxD8GlZQVb3EN5BjUl1DxNyhlCRc62fnjbP
+UjQKX3WeVmIdSI+twHYVuUX1+/9/VmK77LMRsrw+mAkVFN40pE8=
+=ceoj
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-sources.jar.md5 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+fb4075cedc73bd661c09a57d262c41a8
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-sources.jar.sha1 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+b1acf801feac5af8b1a1c11e93730127074b98f7
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.jar.asc Sun Feb 14 16:11:16 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAomWkACgkQCmqhebm7
+9F4qNQ//WshUqJ9X/67+WczlNz3gy7e0R5Ex8C8CxVYLn/0vSVl/qohosesd8yp6
+nYr42YrUkEXwqUSW5Xd6C/sx55aT/n/WGD9FStor2vrhZGZ+bta9nbVt6iAZT5ol
+58HEcss3JrcXv4py6bf2tcfXl0Kqsw347vR0gPzvaUurla/h4oEwa0PhMV7liqge
+QSCqpjhLcmG+hKmTu2rDeM0rS2XFfhP0kwy8Hgnq23MICv933j7tuSKnIsx/dI9E
+ue+R9IgCHdT12G8dlwNRZOx3Nm68Ccs6XkqTecyRc5EOmPAJKFrvcg9cnUWEc2Bg
+Ro1HX8H0u64gUXWSw0EsqKMRksC1pHGNPtWcyy4XkQzPIsr0YePjZClEv/tdT4Hf
+sV9LffGWqsqtfKhg4Kn9/Ob3E0P+MmBSKswENlUTfaSgSl6akGctipokcZ3Fnv8v
+w9JSLOxWyQC67BuvXv+29R5sKAPMBNrIKhfEHNObxrFAbDalFuU7wCeZzWksgFLx
+/ro6rp4xrEb1/QdtQhqMgsT1ZXBRsAmZcYUIqpknlbqg+kCs/4FmNgR+z0eGpxJz
+I++xlT0zelCpGdct/CY8cSKRzS1yEIxeXxuutrYxqPHzP7xlowOEB7GZkhN98KgW
+S57byxNrKcxiuNrKN3md8uhBvH0XBg3krjwG3iyyRV+oXITFj/c=
+=7Pgd
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.jar.md5 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+997d411ce8e98062332525d74eaed97e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.jar.sha1 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+295f487cb201eb2abc35969cce2b7b5c5fbab166
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.pom (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.pom Sun Feb 14 16:11:16 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.1</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.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.pom.asc Sun Feb 14 16:11:16 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAomWkACgkQCmqhebm7
+9F5WDBAAmB1zY1NcHgVmXsfQExATBA+IZbPH44x61J800/urXK/2ULJHF6gcP2vk
+KfrbkdWh+TL8Vk5kFwvyktIpUGWTB9pJ1RH8+Bql4wm2QshPHgeLmLG86vOXTCcP
+2zhLk6WcuRooKTRrxVJc7KxzB52zRyE5mghb9CPTU2Ckdy1avBrAQPhl27e0CaQo
+exfmfpiXMrvAKln99au/Lu2d2Bcj6VXcVyTxiAlAVcOnDocBnNXwCjGsgbq1Xh8H
+DYbsJw6ggBLnSASUYdkSZHlrUzaHd5FcWnGuyBLdX4t4m/CKYjK6pu5eGCy8EbjW
+VtaizJ40bSWIapUZBSD7l1nqV2tctHFvA4F8WQoI7RMLjNmWSLKOx9TR/gQRfUSw
+gpFXE5H19u06XQPnu4rKDyFo+r+ICSYE4EXwhAfRPeywtYVYoW6TeKEJGp/s1s48
+s6/3K2xrRwv5dz7D/iXti7PFP0Bktb3kbhFzchWcZW7HHLPCogP0BMECzzKfPWkK
+xHJmtiey/wrzxsuT/lxq48O3pHSjXurxUMFLz8pmn591RGn9I1G//3nB3llYltLM
+AOcFrvUcnrnh4LxKOwpq/6n5CqRta11G1l4RglnjTPGszRZ083cD/HJBJaVrrY5M
+EmTTAUkmtS+CJqRDJWOJuknJku87svH41Q4TsrZvD84sbs4vbWg=
+=8jbu
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.pom.md5 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+c738bdcaece6145ec07b70fe6b46b3df
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.pom.sha1 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+c3a9b86dd95e689a27d762cc0e18fa62af29d079
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Sun Feb 14 16:11:16 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.1</version>
+  <versioning>
+    <versions>
+      <version>8.8.1</version>
+    </versions>
+    <lastUpdated>20210214033014</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+0531f358a8329b87810f215b027a6af2
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+438897947df5fb79bd367e1608fd48f63bba7aaf
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-javadoc.jar.asc Sun Feb 14 16:11:16 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAomWkACgkQCmqhebm7
+9F5EpQ//ZkuX3EIiCSJdcl+kGlu1hwRFd6rqYvigdfE6Hwx4FDcLiMqp2quD0k+s
+gy6t2bhKQ4cRRmDOWh3QlnsVw42iYXsV3LBKsRjF2JuxBeYBPIst9lC/+O7CJp7a
+DFnPxuc3MnlZMXe4tSYbuzZowcl7Qu2RBPffwfLM9ub7t1mu0nGtlK5sXR3wqUYK
+E8A+DYdkQgvq8DyPTpSuVnSv0War4PKXf0f4OP+L+mNYjOdSRyMOOPf3iHLw4DHo
+5plPuj7oYwpEY/DwX0KFDEIi+ZNToAUXyS8eSKXp8nlfYuKTw1LzPi8+8Ax8oR73
+bn3NqiW8DC1WUGikOGN/A7vAwYx3tft4g+TAtzn0An8/TTU4aMGW417CBYMnBjgB
+Kv17phLLI3HrG3qimee+uPbWxq5jQwPQB9SWwiZpFsJQfoYrYPTszEjMY5h7wlaF
+LaP0VQwk5++SXtbCm32+Vkge1VGEmzmajAmP+qVE7c2K/YHkQhec51f7l54tz07O
+BwZm3U8siar4OBn0wdKMrPm1f07COxIi6VU+HUXZ6bv0TUAsyGeyNSOqiMjaTbAS
+HArB/4mItLM//DAjZgu+NPh+a2mtOSpVqA657Hwhh+q2lumkMDnUfwOuUIhY9WLC
+S1SGKAVYvWXrVB/FlBS30wBxTqP23iAyJqPIqNQyMaJg2WHnD0I=
+=3LW4
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-javadoc.jar.md5 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+5400ce6652e69d9f0ea607938a8efd59
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-javadoc.jar.sha1 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+e0ebde3edff3f48deefb20412046a70efc59bb94
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-sources.jar.asc Sun Feb 14 16:11:16 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAomWkACgkQCmqhebm7
+9F6aZA/+JIj2BpyjvfhFmlK02SopUWPH71WcP6ACLTdIob/bD0QWSXmz7Ni6Qmi+
+tJEOwroXVGOhTz3p/9urVzjkBPrkira2sDr7d/hxZg+lO4Dc82KWZUdYMZrYvnz6
+PH8BPLHeoV7g794SbLuea0MC8qLpgzAMuFdWHeNjsDQw+rO1/ityAhEJnlyvtAf2
+fbiGaYam2D1MvHphQjyNKhMIx3mgjp6xrj5Nz5qaGoGK9URoKvkVaQcZPQD+A+NQ
+Wb8J/yhWhwsL5UcrKDHcaBot+Xf/XT9avLL8MXMGh0BIS7ZATT+czX9+ftOvLo+8
+ty2GDD2NtfZKP2D+ESGuKCLAgixP5l2jmDgmr7RkKdKYUmvkjVUcl1iKLkxxhPNb
+2cO0l7xmT17w4R5lrri61EVrrWNDnVf6Eptgh+hDlhzKapfFnUqeJ8yhiFfeO9+x
+a1AJqmn6NTiSh9mNhJBC/DUcbaIHsDyaPDjmG2BKkIgql2DOIiY54TqburQ1ivau
+KaxsmTNLa2tECnYq9JSTFMp58sqIH7tH5QSwAfJ/6xbFGleCZn+ujcPVFlwxgJBt
+LQU2/tmKpNzt/YfcohneS+GTxvLgnkbt5CCGi0uOfscPJfRVyBEzw+oQg3N38VoG
+oNqjWUbqth21wzVFRxz0g9L3s9eRhWURe+4csgrTknir1kcjnac=
+=Ki2A
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-sources.jar.md5 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+95535756baaf7abf512ac1c59c3eb66e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-sources.jar.sha1 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+8871b57efb4e937364a520d1944ad8cb5d5cb49f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar.asc Sun Feb 14 16:11:16 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAomWkACgkQCmqhebm7
+9F5YnQ/8D4FW757KOuAm89DIwMITFNgvo50F8Dx69fFK/3TFZpywcaeJwOQWPL6w
+ZHzkr9yr2/tUM2joaD29IeWoK1wxzuXeZyfeXwRgo/We6NADgCj4QcCZFlQt7pYX
+1Eq/+sGDfLLr7F09NDx/ZW9jfW8lIuYquiUDQC6AmNfNIWrbwBLMeyelNnbHxzL/
+ONjngH13OiuD61bhQ9idrfaSIGxVGYcbCL3S0krRHG1yPcBIdTUHjYpMVEqhvM8/
+CMHjmIpGUNWPo5zG7MZGqE3Sh8aZiGU8E1piLmKga2Aek+7++zf5yVe+gVYjVoey
+UfQgKvMUUlrOhbw4ffM2v4ZyObxei7kOkqaPJ/K6XbU7L3wiZmd80NEG3nqNPTYK
++16CHOGoWKnARBFYfyDcsB0qoOdk/4x+Dp2tGTi3xxjDYQlS7lLdALt7HmNzf9dY
+1ZyYe3wD+iHV7avxLiO3gvpr8i+Nh2qzCsaEZh0Rd2DVfOJcsrjmfgObLJ5kvTH0
+KZ+gNHAl7QtqPZGR8lz992WNUWEGTalELJTISJtZsd8+Y56El3seMPGZtbk459xX
+SPxHhIyfUqNma/ZjGwqAD6yLlgb6pHqU3YH2CK4er9+td2uDm8L3pi7wfsDqonca
+PAsAPcD/aaoMklWCK2bnSLXXLTSvnqOjoIxNfWKzpnGyN2ZjTbI=
+=Ts3b
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar.md5 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+af977a7a621fe9cf201fd49c9d5a9f6e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar.sha1 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+6512310ca12e202eac42e16c352f0974e63cb574
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom Sun Feb 14 16:11:16 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.1</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.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom.asc Sun Feb 14 16:11:16 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAomWkACgkQCmqhebm7
+9F5C0xAAgUHD/iL6ieOg9GKOcFO1hWoUpM6cpzjYnI2WAuzcFhS2PXMN2zuAj0RI
+DY6VqUBpbvd9glcs7wMpyRINaFokaFck74pwLOBfCC7z9nzMidfGg7nxv33e6dN2
+7I9qfAgKny8ANSvTDg0bO8c2rUAlII1yInCY499CmZOg2j2c52MiN+H3lyAUAPwT
+QwTJg1asQaykcXAlw2kYIJ1h1u3t+fp/BrXUZnLejYphjkqcEkmCpulTXz85opYa
+8bOAphCszA71te9tELmwXk0U1/hmwjaanP8eQ2JGemBBkJiBdd2arwpCzQjIu9De
+SmdVLGrP04LcBYpGllE+YgtbuOyITR8exHg1JEx8SiLJFJ7xD7Rd+eLVozghcmI3
+PK63BAv4H85ANQaN67GAx+P8On94qealCGa0W8lPpmssO45kKOvi4uqKEgwtmTjb
+Q+yi0cNO5lxl25neE0M9yJPmOeVWRIDlXnEw4R28m5NH6M6bxp4qMS1IbaIu2+xZ
+zL7vryDbkzyRKJYs5xtrFA9ryGOtg231MQxJyPN9FMTQquZwTMps6dqznV+wC+NG
+2fdy1JFNjM0U4NzkLshxfKkMQRpBotP0OWDU6Yn0E2ubSHhSrm8mxvFgN68I2XMl
+POfRsQiUHzQ/+SgiNqo3NQ91fiwYi6+kJEyxrWBzqrXzZrTZxtY=
+=NMeW
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom.md5 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+1215d5cdf176bd307aa8f37ae083ca29
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom.sha1 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+7a395bb4bf96cdc6b737d9b8eaf947f49592f4a7
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml Sun Feb 14 16:11:16 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.1</version>
+  <versioning>
+    <versions>
+      <version>8.8.1</version>
+    </versions>
+    <lastUpdated>20210214033040</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+68b12fd581a8257ff330d103814727ad
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+88b1800e4c2f548fd5e3204edb450615ee0325df
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/solr-8.8.1-src.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/solr-8.8.1-src.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/solr-8.8.1-src.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/solr-8.8.1-src.tgz.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/solr-8.8.1-src.tgz.asc Sun Feb 14 16:11:16 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAomWoACgkQCmqhebm7
+9F55hw/8CQuGbeJTTFh7/3osjL7325rB5hYxuUXaT0FSGISd0kx9Yhm5tUc7b9YN
+JPHDFhPHZzGGfWELM2kKIe6O8+Xdrg7f2Zb/mE4R+CuD0eFURVed4i3M++mObj69
+pdFdRnmAMlpwhn5HMG5DvmIOf9PruOJMQg0oPbHzgHpGtTb8YboHMPYeQepEkC5j
+vc5V1U4CbK1PRn1vqJzd63FdwE+qLyZdbn90pKuDzqSjJ3BAf+5WWGqZEBp3KfG5
+TSjNqkkIZkBF5ZPSQMmckuO/gWdOvT/8mifg0JqgSYg05YTJe3WVVEXbuDExn4mN
+dSPZsEmVlS0oYzCB1zP5XSDPCWbja4F6TwhJALBgYG0cgjJY8+0n2qva8Y9XXVbN
+q7WXErQ2CMSZuhuqb2uZ2y4jBLp5ksDV/fwwKexbMoUu1kxE7FbnHPpfr2HD/fjc
+MS6HpgWldojnpSEqIn2tjqyesL/VGFPRS2mT7E4Gc1ljU3K0gI7/seYbpIIBStiM
+TCqPu9V4DQtImOwmNPuz1LqlpBj97c1ZzjtnMOoCPPFsCp1VRDg4wdD3ujLWGETA
+Rrt9KlwXM/kcjLgWj3WYQGtzJY22BHNswW1zOS5Co1Y19fdqRp070yAecdsF83dI
+F30U7/0X3f66F7nfrvaiTrBaw1RAzamohW40XuqwYPVJlP2KX2w=
+=Ob4n
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/solr-8.8.1-src.tgz.sha512
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/solr-8.8.1-src.tgz.sha512 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/solr-8.8.1-src.tgz.sha512 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+9584873b88bc4bcd9524d27c26ca737b40e2e5b8a707c3e2bc3390296383c3f9cc48048d913283ab9dd8d218bbd7b1467c6336c7fcbbecd1269e8fe18eab3b20 *solr-8.8.1-src.tgz

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/solr-8.8.1.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/solr-8.8.1.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/solr-8.8.1.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/solr-8.8.1.tgz.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/solr-8.8.1.tgz.asc Sun Feb 14 16:11:16 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAomWwACgkQCmqhebm7
+9F7tIA/+KzMEGZBISeoNu2HyGvyqWZebN7f/dgztmMxBvRhd8wXxtwwBXTcMVrZK
+/mWEUy5d9+WG4B93s5RsdRKHVTBwjtDmbthjMwYAHv4oDpDeiWs+wnAiffvkaek/
+l0lyEghXOyr7EqnBJZcWI23FJWLxplJ/SX99+l1zkIy0PvftRWCbUGUcdHn5RKTx
+6cchDlfz0d8zFmD/JtfSRf3vZ8daaCvH03XfrGVElAsR+bxRL2uDoOMpfa9TINEd
+fdCVMSDa5D97lRRc7SdZ+E+WHUfmfsDNcyBqNQrexaqAkEmF31BnWynEcG8KxjqH
+rZUbymi/XCnNFP4hKpJAUi6MwmYXtdhdSInaJupNBtLINb/DdQwowmLQBxAzRAjQ
+c64RZC/X4U/D2iheFC9vMoG4Q6bfBnpl5S/wxbUizVWM9/B6BNcsqE1Htk42Ip+W
+856u5oLfzTFc1GSQikiikVMJJyG2UpUzcSRwpmhz7Pd7E7/8Pwz/QzkAxAw8jEAT
+LeCOJnNmyXHAL5DSYoN90xbq9xqmBU9nty2vOH/lPj/mwOOxB3Q7YZ/ksiWyuQWL
+cFs16K1jowxDMJiV/+a2qEcHBBVEm4IbzsgcQle94x/ngYpsHJni8v0KWyIw4dEX
+GBzzVcOd4tXO9C3P4eVgESkVI/JE9rPZEBhWKGhbKh+pEyXmj6g=
+=PMri
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/solr-8.8.1.tgz.sha512
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/solr-8.8.1.tgz.sha512 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928/solr/solr-8.8.1.tgz.sha512 Sun Feb 14 16:11:16 2021
@@ -0,0 +1 @@
+d9727af06af169bf6f49982d66262a3339f673ebd3306b7b9839bc43c2a51a0fc4abd320c7486c0b74cec01fd10e9363bd785f40fd2b3c6af943364e2b0c7cf9 *solr-8.8.1.tgz