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/17 02:07:56 UTC

svn commit: r46164 [18/19] - in /dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe: ./ 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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom Wed Feb 17 02:07:53 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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUgACgkQCmqhebm7
+9F7GoxAAm2EGPHzUhKYQhZ6W8oWxCt0yycW3t5+0jyyyoeSCz7zJULV5tiVXOvhK
+apAyFXKTSD+XqBmVViwaWm/dbNFDqRFqw5pd/Pi9pXMJmP+eWTtdH+qTvPkq3bkf
+LlUIRMRBlx3w3JtNlI2oHWd4O8tq+VLL1BdtC9+TO6Df7BHoqdKX1bAYv9wNWsZZ
+HAGLgQK8ZsgorPkcZBVjEIBk346aWw6xSiIpVa2X/DGdy35hgQheHTMsXrtTOzyW
+T1JfkooJX7Bk/ztTe0Uo0EwOYUa2iKdgajBlBZ6C4PrjpSfWah+7AGeoxHpCxDQc
+Z4r2TQQOTBXpuxViGLaFEZc4jG9N0dNBUl39s55RHdag6PrtuoEnx7V9u7M7WDp2
+NuwMxpX6EMV4o0u4vI3lxEauWcgPNJ1yE0C2hvZbjmL9vV80iGztIb/vL/b1/Eiy
+2m+KVhQLOGOpEEacZy6ivWW/5KuB8rcVkeas7y0UxjSXLNDp0B+H8NiEsiKwaW4g
+hgRb8BKlHiRBUJx91TQj0lnJoUto4/4Rnau5uVbtH7aNtbz2cW+m7vOJM6g828wh
+bYJ4eB8zpnN/jOHJAIyzdeDplIbci6PktDHyb3EM6ovQmssYJL/HaQ155GHZD/HO
+XfRJ+PPlGrpeTHOlJNWhi8MsP/EwXoMoV5EVb8hgPdnaWKy+R6U=
+=u7E5
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom.md5 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+26fbd563b1136ccf8522a1faaa7eabc9
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/8.8.1/solr-solrj-8.8.1.pom.sha1 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+4c4ad02f2c085343320fb0cccd7a81730abb19cf
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Wed Feb 17 02:07:53 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>20210216225419</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+a8c1f41d0cdc3646464c928b1b5cf151
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+5280dc1200dd814cfddfb98cfc71781bedc9ae7d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-javadoc.jar.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUgACgkQCmqhebm7
+9F5/ZRAAo086rFtUKy8yJuEK9SFjnx6gYH3p+HtjSW+qzHYYBR4oMqM06XiaNvkb
+1GS0IYoLGIo1iWzGNNNH4Q6DvDz1xKh9wu5lrzr+QqVfBmULTzLnhEh/DK6km9Xq
+feXPSwIsakxGj+nAb+lG8IulMFvFK0ecO4YEvqMq1Qlxv5E9OZFpUO0NbCIbh9hj
+SEvp+In3jFvi78ZS9eePyvlh0jQbuknuoYTK0CqWD6mMYMHUssKFUqhUb7emdqT1
+pVGJtS/BXl2Kl6GaU0cVvKCK6bq8C2kzej6Rh2Lcm8bJHI/Tttppc2weHxtT2O6p
+TIfpgpPWof6uZb4uLj3Vo6xA90WFFLNCQXbcOfDBgpH0e8KWoPHvtNFkCxe0az4n
+DWu+DsRvjSKQx/k3i8JvRJkNrtFY9gzX5hELj7v4z6z3bypQWraU7f3tWAXpMwHL
+Xy30UE474YM0A4WyqBGFVmOwaHd2KyeK0dtC5b7gsMvIi5mXhK2T4gNDaEqvDrNy
+IWCKgUxjaM5dyd+W8pvnyuPnmkdFhxl//2jMTcftWofH8yvxElfPj2zivPcXklXM
+HL1F/bUAPkte0q5Nb5Qmikq94gSLFSeFo0sqlFF1oLcHC73BlheLzdLJwrOjXGHW
+0Y5rN2Aaf0gJjQiFUeSOeDfxj0As4l6mhIbu73UCky4QHr0SlDg=
+=S/oo
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-javadoc.jar.md5 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+aad9ad39b640964f74f7ebc515b9b72a
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-javadoc.jar.sha1 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+00d833d2363b72aa39839f4df403835fac919595
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-sources.jar.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUgACgkQCmqhebm7
+9F5kUhAAtTFj5y5zJ53RZDYly2b1bF9bgOuowlTw8yUyfxMdgooe9P8si25hcCS3
+ddFLGaeKfEr3iGfXZeXs+h7snWhB0pt6/wqmaDdoz+aO1ZGwbRDpkKN8jTVETjRv
+7MM7MFla4EaYoV6JFSghVY4E18CjT7wy6//pDQGRbPg1Nz1Y3mlx8rKR8ZUfaJmA
+MqRt7MyGtSly6A5VqRD1yYB8PCf/kuv1DW42KEwSzQqrGIziDxuZk2Y6H8M1bZra
+zDZc2sFSPGr4Q/MqDikWqU25Lxd/S5sGDrhRfVxpE+OBq5R5HfrUvA1qi/8e6Qz7
+cPo++RlazUj77gDXYOcWObfZUC4uiPG5W0rsv2ep43pKnqNwxMAeNGWS4bzF4gvI
+7MVRpCQe3Hlo8nl8Tt19eoUh/IiIDPxxea+jak/Mi6X1zmgNobX+xvMBGUxJT7A3
+J+K/GYFYfCoCoZ6029OTpBAu9mkJHr7ToJf6ap+nLGY1VfRKyKeeU2kPtn6ToRJu
+GVrUpG0VX7q/+XR3lxCou6FkL8xiKn2x37SbRSVdkkIaIzjIYAxGPJcxpu6uyZJs
+Lpa32tfiDmtILbL1bOwDxJoG2EE8g6ac056ZtZ0GeYzz6pLzV6Y3djN8gUCSc2Ps
+ffandSf9NsM+9ZSJvlihEuneuFsYfpohgr4aF3BkEVDFBys6ayM=
+=NKl5
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-sources.jar.md5 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+9b9f02d3a2ae3a9f92510d6605899f87
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1-sources.jar.sha1 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+b69fe1fd2ba51e06b59766703091ad05a69d3960
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.jar.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUkACgkQCmqhebm7
+9F6eBg/9EE3Z2ZXByj7j1Uf01BfXNMuAakKI3VNZW2TWltjnCJmZNDPl2tWGLP6j
+9D+BuZMH9//6aK/ODhe7t9gNKu+57TLbt1t7Eyx+hREL+nWumTBDjZ5PPtu5N7l3
+js5Lqbs0x8FW/hcb+YljyWOXzCe+BPT/NXTPVC4RK0ob6SkbggjSAXbcLNabSIPl
+/wNm8OnUMjTL9T1/9ZUDYkubWOoYK9nveHA/KGOnVW5ndqja1uqYSTeREyPMzFsy
+MgU5xqV+wcu78dESdGKj/o02o4r/wpnqdd29Oxpm/CEPAXTqHEh/0gWqxrAmDyYv
+0Ru9zNJih8Zt0TY5h4l0O9gCDarDWASxwu4dIEiFgcr7wSXFWHmTfZ39KAHWXx0R
+0PTy5hmsOOYVIGBjP1GvYAstUKYN9RNMF+vwKQZGaIt3sOkn+E5KZM/aTn4Edurm
+cGuYIuaoLiSZ1JquugASL5LDqlvU4g7HFLjCWFL/V38/ovBAzKfxrjl4xyJ67ZrY
+hX7MqhbUJ/T6QEWiOr5MzWp78AeK75/SyrvlmbSNDSsvPpFz8knDZeuF/MLNYDV1
+F0P7WxWIyD/2GoaKE+y4e4qSWNjK9BYQvo4lyi9eJ2CSdx6sssd0UfUV6Q8DaO+G
+CbpIS73J+AYJYvv1CoQI1/AUr7UxWIg5UFGfgloTj0RNW2GYLdo=
+=Q+qb
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.jar.md5 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+4f1abdacee8c87cca62f685249d25f11
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.jar.sha1 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+51d46473cad49cd1d7c754254cfaf391be137726
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.pom Wed Feb 17 02:07:53 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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.pom.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUkACgkQCmqhebm7
+9F7gxw//TlEsKepB0ZHvjlQUQfhSlqy9CqezxWGUVfM+y1Lc7wDNVWzh83VX1ODd
+cZzh8OCWbhaF4LL8cGMuuB9QkRAgcSbpgC31LVcSHIvkBEY0Tgl8bt4mIxhBHoZd
+w6PJO+2bWJm9gsAE6w4/2opGsmBresva5WnsceT9TorSMzEKQ78ssI6JBJ7QEJcM
+pb03R+K0Tdq1uE1VThh8010jn5pyoWUxpK/amjbIRHgHcCAknsvxpyC0Cx32q6LR
+V6Kp2ytZNqfOHamc/SXKeD1W+zgKA4XnHJy9NMIDwiCYDgTYRR27QnQBl+FoCY5y
+zlx3JAdyXrfG25KGZFVqryOBEgJ1FuF7ZkCcGkUzlb2Q7JzjmkvLTJVn7QGeLUgh
+TKQEKtDVs1bvevah8gd4wmwOYrjJBfTsp8b/gNFi4YgOOwyzR4BDHp6yBloROWqk
+RrHUNz+8rR27JK7zzjwG0eQteKFCrXLix+GNfjwVhk7Y8vLfO1mY4gkKWATHvuHh
+7Jnxh/4nccjLMom/JXJ43OWvZcGBYduGiFFm8MHAgJjVtkNN4mOQ1WCDyE7svs19
+MFIz2EbgqVWdatgPTCuF1+sBvcnwXB4Iebm0b3Qw6mUydFwH5UEI5J+tB8fRcuMh
+e26BC0hasUBszIEyq6+ZnmgGEfV9gQlzsgHD/7Fo3x28KXSiSOs=
+=sej+
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.pom.md5 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+c738bdcaece6145ec07b70fe6b46b3df
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/8.8.1/solr-test-framework-8.8.1.pom.sha1 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+c3a9b86dd95e689a27d762cc0e18fa62af29d079
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Wed Feb 17 02:07:53 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>20210216225421</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+f42b3690f1ed6e6ed301e183f65b7950
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+d178d62a4864d79c0f1227a563e8503f71d3b252
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-javadoc.jar.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUkACgkQCmqhebm7
+9F5Nrg/8DD9xypO2YAeL3H+qRF1cnIu6If1XptRgApjjU27mB3EJxEoHrYjsbj29
+u3GWFg2K/+7E7F9D9N+Nt2eR8YyzLt3tbFE0jCjCwXsxMjpNQh7pEQcqrmx0VN/Q
+o+yTURw9iPjgwdIqIfacGOwwWckxDXz6PLkTb8X4QnPM1ukFEKo07Hvi8TOCViW1
+jXevaxp29PKTTmJPtarM8Rh4DgkIX81RIseOESIE5fqkqloMhcxy4gHuL82SIhlW
+cSlap3RGwO4k9h0DJOMQt64bNK7/EFHPaLFoZlHHu8ExkHv+0STgYT7EsKGr15Yw
+YIbFPfwB2c4OhGhgZL2QLNZ21ZRshIS7mr2rMVbH/7VAbn6sCpNCupb0kdcAq/fY
+efVVJA+h5MaYmiItscoFfspqXZorb0DKQIUSxU2tiEBkP/87vVCWpQx7XfCsKA85
+ps6h8gcIxMHINJgRl/zXDXccyqjd+A81saDBKl6i80eoWKXe4RPgB0SYt/5ovW05
+8NQAhq0ROra3K55txmoL0rYt+k3ojIuNeOTGUCaQLaCc0lCW1Ubx0M80cc4zd780
+ssMW5jD0rSHXpaurvi9LuAy3uKLj+7X35Kuombudw6yiFMnklJ2YDYt0zp0bFDb4
+NohnFe0P4iwTZAqndMtLdpPiJmNXlcScUpiU/Ta3d2tFXvUFNv8=
+=ha1s
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-javadoc.jar.md5 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+3dcccbc25569f412a98e96f4c5022a1e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-javadoc.jar.sha1 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+e6cc6b37d9a0404df7e4d600a5de41ae1bd67841
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-sources.jar.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUkACgkQCmqhebm7
+9F7HKRAAnCGLXY+13fbgM4IJ41oBQmRdUD/T4Goz2XmCM9nvGEhhlduHd2IbUIOU
+Ki+gzY8DVGcaefFTRrbZrJDmC/KglEj4Z3LGT3OyL2vj9ie4wIQ+ysTBSxAnO0E/
+gQTrEzOxINEJFBQLvh0zAlDY1rkrcw9Gd9qCrA0l6NOgM3ROexvh8elx7lJIASI4
+rmtRXPZ7lTILfXdnx1sHeCru62PtzArrvp6WKk52Dp/+aSb+MxnhOy4NUU8DCyfS
+ShXduw1W8T9kFzNcrDFngtENCPDIZ8LvR7uOfcs+JDN4eRem3IPwtIa8zfVgxJbJ
+wb5T6+2dEfG8tFOwpBToWdb2SFWKxuiSs0PDDVSjxBnoAOSZ3umQtwK0t9Odz/Qd
+RcgBa4bERHGGuV2Xy8Iv61/3UfFSn7z5Pw1s3sUQYknp8xLdpZIE9uKm4EaotDzh
+tlv43Q0uozrspBy8D8UWWPLVnKaec7zGUoyZNh6bFpQPfaNbRzcV/aYSM0vRxGex
+GUOF4coWKNlq4HJdRaVQY1HENac8jCQdqlDIfoz22nPqG2akah/ktqUAfOMa86oS
+DVbTr43FrAZ8hMczMcJpWzDqW2Bh9DcJ+c1TqYRoLWrHJhUMM5wLQ4lXhbGILRuW
+AiqNDBsK/lpZe+3eVrnBNnWxyoA7z0IkZI+sfFKQM3aR40VgTzY=
+=srl2
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-sources.jar.md5 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+8a074015b8a5db66466ac62c9f478d73
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1-sources.jar.sha1 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+d4d3e18ce21570261fadbf6d7edb59f741eaa2ef
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUkACgkQCmqhebm7
+9F4qLg/9H00xwhDByfBV0KH/iXOQ3BBuHvgFtQY06lD5NBtqpTE1wIUrxgOgtCQZ
+66pNAjH89bXE5LUrkQUsYHp3H0ItAF8FR/XGFvuaaPXHVF2Nh02Okdf65J9yscEj
+2IpYvX85JU5nIfpzs67fNNRrRuqaqqZWCLJ+4wxdaLnj3NCxWobc63gnf1SWjNrY
+PPqMEdkBd71tL+91J/1rKWQUhyBeCpxNm2AanjfRiAlOQWmpSxTeHOdV6aWkqk+A
+YgeO57IKTRznELffafgL9CQumj1uNCTbGDsgYqx4VPEA+yzDSw4csazlILvXBTWA
+zgV8XoPXd8FDqxlzaDaTvOOIJqac3cBihAoCyDkJID0NJILk8KSQmnmJ8AbWUgLO
+Bwkf8CQkD9Vroc9qPDB6zTCtAbOP2CDsSc5Tds0rY+kNASkrRFfiyPtN63iTbWQX
+Rc6h9kYhYN5lSA4nG9RDCR0RlRs8Ijtg0ghCT+XYoAv/uQupWbgSa4w8UMd7UFtq
+IxSGd0OMAjoGNVl3RwR9unNyRmQdE2bTCUOchbgVTQtnHd2pDesgL0rIIsOa8/zV
+yHoLP8uAbWkZEftaQ7MnxlsKZjx+lFlsNzD+qGNHD0oeNHOQZWC/Y3s7JLAo90Iw
+mpMJcYD2HtICxyzBlbP/dlofyW5vzO1TQPMk2PGvAZL+Rv7iMnQ=
+=GSfh
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar.md5 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+af400e276180ff2624445e3bd691a8f8
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.jar.sha1 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+ab8ed4520a8d2849245e4c5001cf73ba4b48418e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom Wed Feb 17 02:07:53 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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUkACgkQCmqhebm7
+9F7sBg/+JP5iVf0Ej+hY77WGLTmoBuHcdOcnCGaC2R2DlTAnk2IpaWLEZYbS09La
+NL08FvnKPAoXb8Ms+kobdXLNc+JetzU18GLzj7W9JJcVHlPbNYCWaKtTz8DkI/4m
+k0P3DqhngR2/E9+Eoj3xlzylUADV2WC7va9FA/kbe3Icn1o/1rwsuhkHW5mw4gLX
+t8oPjrR/Emdn4C9PuTNIfY3EvDoAAeRmlxK2QbwRQ5Wh46/OMLkXFwCiTR3DX5iF
+MBjq3YKUczyZQxNtVhHrLtgas1xUBupiN9eCJ5Em00fHvZcfuU3nywgIXFwdPhEg
+Hh/TfT3XCM5uEgsH9McRczjy5eTqRvS0LKLS5KHws+gxene/jKbcUsbT7JlVhTmB
+h+XDExUlczSuBbovaDu6LHVz+/K8dfRGsSRQgoL5E5vTYmwc+UnQLwTie90p8c2z
+J05cE5Vby3BU3tI7bylUH6F6/+yWCUudd1GdsvK9ExvaVadJegHqW4xO8ZRGMyOE
+NLflxHGyfw0/KJfD0o+PVurpAW/ygDRGx/E6WXuwCJB10TLu85XCvwERQ21BiAxQ
+uQILhird9PnzXkx2jj/N7/g4uhuff0FpSbhxh8ii6+usScTYz76oC67C61lmkkqC
++XmtZxzXe1Zfr59HviQM9rmnBI47AJzE4ayGKlHPO+5gBrq+7yk=
+=ei0u
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom.md5 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+1215d5cdf176bd307aa8f37ae083ca29
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/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-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/8.8.1/solr-velocity-8.8.1.pom.sha1 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+7a395bb4bf96cdc6b737d9b8eaf947f49592f4a7
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml Wed Feb 17 02:07:53 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>20210216225456</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+1a756aeae18d79ddec8dace72df03956
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+e9f2b10562b4610b0d83079aad1b29a447921b3e
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/solr-8.8.1-src.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/solr-8.8.1-src.tgz.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/solr-8.8.1-src.tgz.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUoACgkQCmqhebm7
+9F40Nw/+JbYgbtXzPqC9P16jOMJjVwA1buZIV1ntvAcbb1L74/4MTCkjTD7DDMzh
+kWqvc8Bxr/d3QUInANNNzSk8fQZhaDdyUT0LVmeNdDbeA2UAl9OI4o2VujbZcaIQ
+Nh1Cm2l/N3Xo6TtJm8m25ihEwEZsQS84XWuAwJ+42N3COrEfEp2yfKTj3IvUNpKM
+P19wHrh6O61AqTZeO+GkCN9KOdULXewkIaMbstweqVc+rcajI5SQ1HKtkDrmIDFJ
+p/ExOoQKe/VmnpugsqB1qWHlAKjOiGWZTHqE5btu27s+GNM0cHllYWF7RAvwgdyr
+8jvS/yGD87rGGi/Wgl3K6VIvVIowhxvRWynA1RaPW7E6vwhidcK/Jfc1+noMpBwv
+S7p9tu8sgOK/Ib2bG7ODbhyxBeSHr5r5gF5FSA0DWAXtD3us5R2GMGATjPJ5gNjC
+OegdVi3M4eWVruLaqQXonrtUgMbNyrxIUfZ1Rahavy+dEIVEDLY4h1qK0rWsI5DU
+sbV2HhkYgl3RU/95JoUb1SWSzy0U0iBlJfBX1wn40VA9FA8PbWEcKrs0LK1e2xPa
+FV+BKKkSZa+aokl6Jw/pAwDmj18tPOjSPffZvCl2E4BL2UpHfhWQ5QaU/UmWTBI2
+GpOyEuDjXQHKrizFboh33lojOXwiyUAxn6ED2QZ34Gsokdy2FaU=
+=AIPB
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/solr-8.8.1-src.tgz.sha512
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/solr-8.8.1-src.tgz.sha512 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/solr-8.8.1-src.tgz.sha512 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+7c1bd6678a7fa8a37e6d93817d0997973cceba1981ef7b52cd2bfac2e0c82ea68b194806b606cb7cba303d60d685e8e3eab2b56b3eb8c0856e41e581ef17f72f *solr-8.8.1-src.tgz

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

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

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/solr-8.8.1.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/solr-8.8.1.tgz.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/solr-8.8.1.tgz.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUwACgkQCmqhebm7
+9F4/bw//YatH8eiyjYOxUuPPXJrs1lAD2YpJhOt6PHBB1zlWin6ashYtnc4Bu2AO
+Nvy9R19TmIIEPCHXYQ0Z7kTpFXLxKUx05vAvg5sfOG4KlN976Btf8rDfaQtAx70P
+HzvuKGP5PREZcf+pLupn9Cv/wiv962roYrWLW9oC5cNB+dJVqmHOiX6E3jA76B6X
+YFf9/gtPw2vmtnC5QLoxzwlkbQNnvEwfXBxZXHwHzuW9NE1FSQ7ArJkYOtbv8joP
+1yyBsJQ/6NwodrHKTEfS0X6Xdwvp7X3jdp84voLOP8fDA77Y0CfGPFD3/TaHidVd
+KQZ0lXyWhg8dWUWHjUZGxFHG6aRh33czGx5pWGrdt083pBSde7sXvbmkWhgjP70C
+NdGOy9558p3Tc/7XUDvkg0StkJSYIXHPGirVCRMZcwSEPeytSj7XAl81RLyigke0
+ZW3pCL5dlNlRsyCg3j/zYMNi2uFh2NlU1wJlqTxUM2IL/jY97ywyNeI2SLqWWDod
+zjr/cW/bPXOg2+hE5e6HbUmXFRe3kDXaWVExGLL9rA3+4ZUCpNZgpvy4KRQqVp6y
+F+CFChm2X2CB3kvfppFpASsMSTefx1/Xwvtm10SxDQEB6Yd1x9rlMs3TIK50OhGS
+ibf01a/aQWucunOhDLSrX4XQOkT0bwEUT6U/YQRGT2yUXulhlUM=
+=R6Uc
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/solr-8.8.1.tgz.sha512
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/solr-8.8.1.tgz.sha512 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/solr-8.8.1.tgz.sha512 Wed Feb 17 02:07:53 2021
@@ -0,0 +1 @@
+a13ad0f8d67e6465d01bd50b9965a042849395e84024cd1093f9e44b9c602ab43b7bbc2f2bc5c1161178ac6bb0c3f717573c69d51baf0aa8f97fb8b5a97a9ffd *solr-8.8.1.tgz