You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2021/12/14 14:17:18 UTC

svn commit: r51406 [13/18] - in /dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/...

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/8.11.1/solr-cell-8.11.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/8.11.1/solr-cell-8.11.1.pom (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/8.11.1/solr-cell-8.11.1.pom Tue Dec 14 14:17:13 2021
@@ -0,0 +1,748 @@
+<!--
+  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.11.1</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-cell</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Content Extraction Library</name>
+  <description>
+    Apache Solr Content Extraction Library integrates Apache Tika 
+    content extraction framework into Solr
+  </description>
+  <properties>
+    <module-directory>solr/contrib/extraction</module-directory>
+  </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>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.epam</groupId>
+      <artifactId>parso</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.esri.geometry</groupId>
+      <artifactId>esri-geometry-api</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.fasterxml.woodstox</groupId>
+      <artifactId>woodstox-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.virtuald</groupId>
+      <artifactId>curvesapi</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.googlecode.juniversalchardet</groupId>
+      <artifactId>juniversalchardet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess-encrypt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</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.pff</groupId>
+      <artifactId>java-libpst</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.rometools</groupId>
+      <artifactId>rome</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.rometools</groupId>
+      <artifactId>rome-utils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.zaxxer</groupId>
+      <artifactId>SparseBitSet</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>de.l3s.boilerpipe</groupId>
+      <artifactId>boilerpipe</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-compress</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-configuration2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-csv</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.james</groupId>
+      <artifactId>apache-mime4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-dom</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-layout-template-json</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.pdfbox</groupId>
+      <artifactId>fontbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>jempbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox-tools</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml-schemas</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-scratchpad</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-java7</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-xmp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xmlbeans</groupId>
+      <artifactId>xmlbeans</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.apiguardian</groupId>
+      <artifactId>apiguardian-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.aspectj</groupId>
+      <artifactId>aspectjrt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcmail-jdk15on</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcpkix-jdk15on</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.brotli</groupId>
+      <artifactId>dec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ccil.cowan.tagsoup</groupId>
+      <artifactId>tagsoup</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.checkerframework</groupId>
+      <artifactId>checker-qual</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.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.gagravarr</groupId>
+      <artifactId>vorbis-java-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-tika</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jdom</groupId>
+      <artifactId>jdom2</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.tallison</groupId>
+      <artifactId>isoparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tallison</groupId>
+      <artifactId>jmatio</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tallison</groupId>
+      <artifactId>metadata-extractor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tallison.xmp</groupId>
+      <artifactId>xmpcore-shaded</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tukaani</groupId>
+      <artifactId>xz</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.xerial.snappy</groupId>
+      <artifactId>snappy-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/8.11.1/solr-cell-8.11.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/8.11.1/solr-cell-8.11.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/8.11.1/solr-cell-8.11.1.pom.asc Tue Dec 14 14:17:13 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEELOy/uhgWAVR7ZUuf+oGsikkPU44FAmG4k+oACgkQ+oGsikkP
+U46/URAAjHaA5f2t8Z/I2H2v8gYwrLaiYkPPp+wl9oCnnT1ElO3uCBKvTEkZIiPX
+6iXn05vnigRXJc+rHoD836AemtcSr27DAopBbNQ8j2yjTuRt9O/4Mo9kdgHj1n7d
+A2TElwhZMr4y5dFFokJ7tCC81g79plWvV2H53c8jCJt5vUF9J3WA909BnDGSRu7Q
+63R44g0zN5oDp46IOHH19jJ0Z41m4yNLVMJoEPsU9nQHJMcVv8YRF/fyuS2U3ddS
+vy45r5skUDNJjrnI3Yn6DlJEjPHb78ENRUBXD6SVZfdv0MR/0Ptwy3xeKQBsFjDO
+KvvaaTBcolxzy/aNkvF0sTY7KbTrwwN4D4fCWINS6/6q65SdisiTVqbrQiUULLMN
+uu9VxdyQOPiF0NdNm2qhK0OUntdjt+RqmoLDrhLM1izUlIvxvsC9ekmg39RZDx4v
+gStWE3gpdupEvsfZwoeZ2y5RI4+/VZMozCT7vjDG5mZNc1zDnSbA+9gYE2fN0oO+
+nhiAQF5QGmm66PND1Ztm2DH9mjolRC3ApqpCsUgVmtcPsuDuzJfOg8/tp2EPblX3
+f4AjeN3v6rLOyzHhtk0UdriV+DiVOh+EEuZ5yDKr3Be2svY963ZjLiQD2aDpboxs
+3QSXXpx7gTOAXGBy9NLLpJUz9xOc7YTdU/WyjmOn7LUKWMo52tI=
+=RKud
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/8.11.1/solr-cell-8.11.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/8.11.1/solr-cell-8.11.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/8.11.1/solr-cell-8.11.1.pom.md5 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+c4f95d2274fc1e6216b132a812f9a26b
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/8.11.1/solr-cell-8.11.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/8.11.1/solr-cell-8.11.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/8.11.1/solr-cell-8.11.1.pom.sha1 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+44d586185d7a80e810f95ddffc8f0856062cf82d
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml Tue Dec 14 14:17:13 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-cell</artifactId>
+  <version>8.11.1</version>
+  <versioning>
+    <versions>
+      <version>8.11.1</version>
+    </versions>
+    <lastUpdated>20211214125338</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+2ed416d04a1ca4802c10e034358aa39a
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+dae8a30fd027822e426aec27608e2de1193581cd
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-javadoc.jar.asc Tue Dec 14 14:17:13 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEELOy/uhgWAVR7ZUuf+oGsikkPU44FAmG4k+oACgkQ+oGsikkP
+U46z2A//TWOJvKzBN/Zii5tKNvuMivMucLuIE+NnHfCQ8G9WhAVqHhXznMuHZ609
+otisqAxZvEUsjcQVKCGL3TJBNpBH9y4IH17oO6UV0WFQDCfNnQQYf32kh44UNPB7
+PZzPkQqj3OUnW3TDWKpAKQcecz0+VuTBfgonQctckXv39qvMK4OnYckrDgK0x78a
+E+LJ9kKNuE0MabOVg9ZJp/i7SyaB4/EGleJjsvRC4BoULj6stj8wevMGcoFnMXdV
+KeQthLmD33oZDP9VdPlt1f9j9pGWx9yDqxRM3FNk9BL94dvxMBLYRIccA8zKDg8C
+dv8D1WU9VtSCQc9qYDyHQOndlNKijD9sfnigqv50Vjl7mF586Q4NPRStiMSFOrCG
+r5J4/zDzPdQtDMEuRJMkePrjgIgpb+TWeCIp9gNA0B1nmOByaH1Ve3z5AHuTAJzA
+9q/zaW+fUcJP3/hofho300A7OBemdy9IAv9o9v5Dzi2BlRDrfFskxALC5tyAd+JC
+fPScYCkwmn8w/OWD6qGnmJ/+BYoCdhrqHVYMTHWQSwiWWu/oFW4wZ9x3yMHY1JN7
+C7GgvgyzUHUUYur2eZ4zxaO2g/VJ/tDgAZTRd34aow5v6VVjnp09d8Ktrl9EKK/O
+zJuDEr41S8ixcX+JzfvSs59BXZ0yRYEPccCVBBez3vE9EDz0e60=
+=zx8W
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-javadoc.jar.md5 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+f78486e6a7780eaf4a6452dbe90c3801
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-javadoc.jar.sha1 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+a92fa335c6dc6d8b8c7319bb0f4d066131dac612
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-sources.jar.asc Tue Dec 14 14:17:13 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEELOy/uhgWAVR7ZUuf+oGsikkPU44FAmG4k+oACgkQ+oGsikkP
+U44dQg//csdCbEEriId0JgQ+Kpv2K42bjzeY2Jnf9OPrb+hGlU0kAs1n8xsjyII+
+WBqR4hNIr+9ts1arosSlgdbSIUzu1MiM4kqeR1MFNcIuiLSKFeaUdehOD770VIEh
+ZN2cixQtzxe4GQz3KlOgq6v5LoX+Oj0ax5zgymcelzGquW5T+WwsxKFG3NK7trva
+XNYtek3ZGzczTjgtCOxYQjEUiw3DohTauzcDBVHJJI3F9840KZz8q0XHfC4YZccK
+w5kJq+3IHTx1b7g9QbTU4N8SIGGvvXDC9IeA8q28r13AcaT/mGF+xJ+BQxtL8xXr
+L5RpqWILOw6iD+qO2pqHrtlvXLtEuiZF7yzNIqvAIpnJBdNJdwdLE7K3IDMghd7l
+T8CaBO9SpMhLe+AXwa1hFcwhI4jVUB4N/+CHC8xDUgfH7Q0C7K1/OWHsnktqpv1f
+R/3/5qyeWOLCA4miaItG1gwkfv9pxslJN5nEPHzE71Z9l2+juvRXaCtTEXmZSnij
+/8ktjWTKlntRLjc6In4AWmyuUaUmm47KfTQUosXqY2t++PTeu/63r9xUGTZ+yXD8
+wd76jj0m5rziaQ6kFyye9fXgcjMn0KlSIOEmAIdEg2NPQqgF/fux1bZShC2hWF3h
+QKjwjOsYkCoGKjuLnGeIR6qgT4WUP/hMRJLHV8U7xGR9fKCedPk=
+=GZga
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-sources.jar.md5 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+59476269972201dc6393c66d587fb9c3
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1-sources.jar.sha1 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+c9542834b69d1b2f711610a9e8d6c35cf6a802e3
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.jar.asc Tue Dec 14 14:17:13 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEELOy/uhgWAVR7ZUuf+oGsikkPU44FAmG4k+oACgkQ+oGsikkP
+U44WJA/7BBPabs0DKItVx30Odysk5hkygm5RmnkrLB2PoFokzKczFUwnOK5ib1Bw
+2b/RrormgMj9pytNe0yQKtUT4qttlChLJpK8SHnfaQB9yNGD3X/uec47AiQUIeIQ
+kNV6ktJAYnhMljlm0pSHQnMsF1v+TIjArBki9rzo0dW6TpyIe/jYpZWGHQkjcMVv
+pTS27mAjVuSHrrQns86KoiyoHimtRba1o99oxXi3MwZj6iBk/60MfYSejjg/R2iw
+A8eH89Sy+LwwZXY/7pHq2PhpPNs3B4iXIwa6M3vT75EY5qiHCiiMMp1cov1GAYM8
+i5p+tftGrUh77CEdkt5qFhRLdSJxMqyo9qsVQIrtt0z2/B7qq4IigPyOKllH5crN
+HRxX7Z2coHNxmKmg43H7A9sqAINMoCiaOtnCVZmjKXSB1JZ0dtJGnfStUPvsYWKf
+04Nx5Fibl+qoIMrOcH89dbpGwwge7v88kZ5t+eIkcAC6urFhcoJglWVx2080jdFy
+u7MhkhZ64wQNSkFhLR0ulTU6pBsbyD/qyCYivsAOqPGGclilDzoXkGZyCj8XjMar
+NaiblqkVSOd05l6uORPC5XmAm74TY6DzRWAfrAcUM2YmoedwPRUAOFYdtMOasI84
+L9CqeRBveBJ3lUxEoeqhsfJ+078RUjOH+HmHe/d0KdfEzYY3Qig=
+=JZiL
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.jar.md5 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+8beca69857520d2c3d9fc7e34b67c6be
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.jar.sha1 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+33ae9ab5526d262c67e9a97c1de71f014e78e697
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.pom (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.pom Tue Dec 14 14:17:13 2021
@@ -0,0 +1,565 @@
+<!--
+  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.11.1</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Core</name>
+  <description>Apache Solr Core</description>
+  <properties>
+    <module-directory>solr/core</module-directory>
+  </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>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-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.esri.geometry</groupId>
+      <artifactId>esri-geometry-api</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.fasterxml.woodstox</groupId>
+      <artifactId>woodstox-core</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-layout-template-json</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.apiguardian</groupId>
+      <artifactId>apiguardian-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.checkerframework</groupId>
+      <artifactId>checker-qual</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.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>
+</project>

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.pom.asc Tue Dec 14 14:17:13 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEELOy/uhgWAVR7ZUuf+oGsikkPU44FAmG4k+oACgkQ+oGsikkP
+U45YvQ//fSFjT4Z3pOZX3otlLPT8UbKWuPdE0oX5kfuNux+tGetWSA2yzWPDnVVD
+wPgzPFnqGmYdxu9QCOyMajUY/F5+hHBaHXg92J80KbcB2StENCCOZnHhziuQxoRv
+4q6OBQVya+8ByWkQyf6Nb9mJHt6fAwpZxt3OeDJnwM1tdcUFJPS9+QjKEaXnKyNE
+RysImJvCUj5O7Yd8+FeL+nz/K2rP9/J8bhDe1IuO+KFZAuWzlZi9qHXOLI1365wE
+F1eWrBOXy2FBjj+dRWLsg/E3K7x2cerB7kpDYOfPt4FOpUJu4U3WIV7yk+3pWX4I
+41d3/typ0h3oKM9tEcHdc9XYZAlhSC6yW41BEmvN0d9q2myHBp2imvPSalNLPSc3
+ExBiZhAldXBWSpHa95bRQNrC2qEywtet/008JCX9+HahM2/YPn9pn5yNUaSa6qjz
+qJDrgJdIt3pay+PxAT5i7WMZps/mAhyCuhVU+w9LdEkEy6Pf6yTYZ6QdpWSho2Zv
+9dDgLXLTFScynonNvJ8STKSw9ZkRcoDSE5UXsX4MPv5vdo4YckO01gFH9ek1SDLm
+2llEz9IuRqBVBHPJsihciwv5bvVlJa2cA4D/UeD7ZxzQTv9zKcy1KNv5gp5UoA38
+eTqiX7FZ+YiGlXXGcxFPD7lui90rCcpdpcQi/5rKP61kQMJUoYY=
+=tR0X
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.pom.md5 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+19fbdffa4f9aa3c24fab5c6dc81b6925
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/8.11.1/solr-core-8.11.1.pom.sha1 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+5011f52fbcb4e575b3609f035c9636f777fc8501
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/maven-metadata.xml Tue Dec 14 14:17:13 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <version>8.11.1</version>
+  <versioning>
+    <versions>
+      <version>8.11.1</version>
+    </versions>
+    <lastUpdated>20211214125320</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+e6c725eb438b7edf8edce92ca83c9f87
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+3472a5a1b9cd7b4113854e417b404a5773e7680f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-javadoc.jar.asc Tue Dec 14 14:17:13 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEELOy/uhgWAVR7ZUuf+oGsikkPU44FAmG4k+sACgkQ+oGsikkP
+U46GohAApEJPh3OBrVMDY9qeQ3nLPCc62x1iiQf3hjjBGKdcvWC8rWKpiMrJZnka
+hQGX1M7bDmc6Hoy5rk4MzENQ6dcYZHkgPNXbEmuc2QbVn8NIw0AAUn6SsFL3q1rV
+i5eHM2TW+wvTm0zfVr0r4rdFocc+u+wY5Q+RRUxPYniJ5nYeekvMOk9ovpKT+EsC
+J6Vl+99cV6YSlxGz1rPxHljHXiED+mqrW5SYtuXlp9H+KUOBwpHzQ0+iLymtxDu3
+X9O2Ix7CLK/VtVuIPW47g1tuu/WMby54shmZvq9dLsB53LxEcJi7TusRxqEjby/w
+ecW2We1O1RyHND15sIHOuxIrjP0d221ufzlYt/eFmt2xXTDmANWkVzdfmpTHyK2e
+xIyD2TlRKNwBuhLVYY1RcXzBlfURWbZGw67RwrVDTwtagQLtfLAjE/yOu5YW5PAe
+vxHc4eylpc3lsnr6P46VbGX2M6/7yx2lI3kN0BDUEuX8G4IVvrN0zvIVKnWe3aRB
+YsVGB2WxXTfbL2NSabu7yCZqyTM7Imn4c1AGidZcw0HrltyrZY4RjGYvB2BBavuT
+Qlozijx2fACxP14dn0/rngJjeyuvYnfLYO2vdsnXvSbPYd8+VNAfaraiyDZhB6BV
+SwTJGsXeRjtPkF6gLxT4PVKHT1/95nC12qPfR2mCoQYybUD5r6o=
+=EYxn
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-javadoc.jar.md5 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+a912124ecd3e13719ab9eb62288b982a
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-javadoc.jar.sha1 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+0d7a6c7d0c013fed3700e0060940b8d5dbebf734
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-sources.jar.asc Tue Dec 14 14:17:13 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEELOy/uhgWAVR7ZUuf+oGsikkPU44FAmG4k+sACgkQ+oGsikkP
+U45g8Q//dEerreq1smO9q6fb2lMO+BV3GQZ2NAd0630V9T8LRVCZGQuIqYeRMKVF
+NJf5h7ji6Ls8Af75m7m7sMAlligGNJGrAsVWodlbhhylUpvdPG4CfRXcmQwThsml
+P6R66zQQbD1Hy3KZtMd06cENY+O5kE2t/JDRaVaCB+pTmLdVnqA21Rf8eX9V/Vk4
+PhQqyHt+w9uDSI/rtosxC7cBJl+kfGJB0FiKzPRjQooRMgkEqUkBNa8QVt4/Tp1u
+PYCXnDAKvZkFTNH1I3I56CS7YIYdd5MseFjzs98vKiLMWwwFF/My2RvdDz/yRG/r
+akrFuwYsXvJBGQ9MCC/d3KaXzZ4XReUKDx5hPqXLchJVMVIFuGvHh5WAcQv6RaF/
+0smr35XUdv22CaZGSiorVRYHAiweYz4lS1W/eOCH/wjrcBIJWzpa70nitnDlX+Bg
+13b8QYNoXw3MR1bfdwsi++SjkX0H5ucUpl/69f9bV2+mIrWfg2gvMheY+J2aiPlw
+kZAkxv83Bd5xgfrtC4lY0e3vDuC8Khdn2zJKCwbZevvjjuyrAZ4jzUrVW/QNUlOv
+O2M1jh40ydEOtZZJOvanW12y+oZQuOQOYRYuivwgR7g8f67Ncej/tsGSfRR9/ka1
+kW+JgqgPrQ3NRzvAuNy8rwUbxLEV6so1AaCiR0j2/5tUeh53bk0=
+=OFRD
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-sources.jar.md5 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+d8b2c2dd57fdd769c96bd3b73408422e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1-sources.jar.sha1 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+885c6491b38d03a4af411233b5453a9052a34552
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1.jar.asc Tue Dec 14 14:17:13 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEELOy/uhgWAVR7ZUuf+oGsikkPU44FAmG4k+sACgkQ+oGsikkP
+U46QSQ/+JTveODNFeErtGXu8P2iKCEr+4KbFAaOIC2cU+OeHe15KskHsJg4WOXIE
+0Mq/BqPxH7F7EpTZobumB/LPdMpxTzr/pw/h5kHoPtKnIwLYeaSjzyUYAchZcDon
+xtZ9nzJJdbcVHE13OWfhFdl9JkhmWK1H+BBq9XVGxPXcQi7As6YZv40puL/f2Z1G
+T3Z0HxCnpYRVc54IW903mS/rehvYWl6OSBkCzHCVjeDezzN3lZx8FfxjOxzXF7gN
+WbYJDYI8MpH+y+0zmtMW6LId1briGjKZ0SKFN3i+9q4fbZxDqSz6OSiYlsdWBmmo
+OCceqFwAgVNsiYdvYcA/dEepBr0rfJjim8SaeHYIO14mTQjDXtiSkPxnShfKvN50
+FRewTH6foRX2HZWZD4eWS6afG7pX3m30ukKMCZI+NmKr82FW5o+rlOTkzzGhbBeg
+16ob/qrCdj1wArHnT3VgVIfn+/BN6VJzrINw91pBKRazBblI5kkL8nmi6siiMoPt
+SdEp98sUz8JW6ZE0AjGTeAiO03D4vtTS8deljuXtu4h1cNtlS/Mcz+a9YrJZTq8c
+ZljzSOfYEnYj8GzyyraD+xtO1Zd9/2OOzMnIxW2vzkDbUWp4K0xN8nz71/VuIZTb
+IpOnztTMvl6GDXb+D6/uHI45NoVS03m8HOdPVSTyo4+Iqmq2BGs=
+=j5nJ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1.jar.md5 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+3e29870fa1972eed79d8dd04761a0a98
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.1/solr-dataimporthandler-extras-8.11.1.jar.sha1 Tue Dec 14 14:17:13 2021
@@ -0,0 +1 @@
+b5b4ea6dd1cec919bfe3c061fc2dced9848f190d
\ No newline at end of file