You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by md...@apache.org on 2022/06/08 23:14:44 UTC

svn commit: r54997 [13/18] - in /dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6: ./ 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.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/8.11.2/solr-cell-8.11.2.pom
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/8.11.2/solr-cell-8.11.2.pom (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/8.11.2/solr-cell-8.11.2.pom Wed Jun  8 23:14:40 2022
@@ -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.2</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.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/8.11.2/solr-cell-8.11.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/8.11.2/solr-cell-8.11.2.pom.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/8.11.2/solr-cell-8.11.2.pom.asc Wed Jun  8 23:14:40 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKhE8cACgkQPkjAxu82
+K56tlhAAloQwUnbyqzHG/v26i2y4K0c/l/83y5sVElgJUUI35U2iF1g1vMa5Blt/
+8bPbjV4lcSlLgUBq1mNei8fYvud++SzNPrzVM7mUfgPXNGdbJjiW0jFB14HwQ+a+
+zYFNQPp2c1m3h+KIPD+mVe8GsG5vprWUSwm1ALzQW9+ZyDYZhaYt4tnJl3LajE+3
+2JQ8UCgRgR/hBcg1TJGu4qvSzKsQnEMTvgp65Wr3q/Sq9cqc8wQwh03P29y23g9v
+lfy941bJg/5mGuS/fSDMsQvewXV2yuWiRxpDW0ixvcenHWV6h6ZlWhFMp0oakHJV
+Tl7dYB9AGhY8aC1+qhrZAU6AMZM7LsCJIfvl46Y6bycQlXdr/N+0ajZtWzn5otY5
+FJKUQsFRoYW3DwUtp+HBExDtM8QTSqmvW3BeeMo+a+J+3fb3U/AL3qNIh2WDA4Xt
+z1ZkgVruTT6qff9NnvbEvHjIxdEqBAaArNfb0w7t43Ax5Z7wluO+PmFyyo1cEXbI
+Rh2FhKoei2GDFIqPmD15e7Y+5QfYLSJ/co08n+GP3Xp6dWKfrhJOOqk8OsMYxnB1
+uEYyOZ3kIrCq+L0o72w3iNyA1Lcj8Y0+gtXyZOOXbPa7n5yMyZGvyz9o+8UTHN+3
+5RaKcGfAkb2Ew1xz+g6yZz2u9UA6GKxLKPatQHjHm5Ocmr67kME=
+=Ep/n
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/8.11.2/solr-cell-8.11.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/8.11.2/solr-cell-8.11.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/8.11.2/solr-cell-8.11.2.pom.md5 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+f9595e2caf01735f758c0f2ef9062636
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/8.11.2/solr-cell-8.11.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/8.11.2/solr-cell-8.11.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/8.11.2/solr-cell-8.11.2.pom.sha1 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+5ee71f984335908ab14ae54afe57aabfab76b9cc
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml Wed Jun  8 23:14:40 2022
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-cell</artifactId>
+  <version>8.11.2</version>
+  <versioning>
+    <versions>
+      <version>8.11.2</version>
+    </versions>
+    <lastUpdated>20220608212503</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+1aad54e04ebb21456ed2750a73eb85b2
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+629bd02f8714aa45ca38bde80eb417a99a114a09
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-javadoc.jar.asc Wed Jun  8 23:14:40 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKhE8cACgkQPkjAxu82
+K55iDA//TIJ9O7Ci9/n7A1qei4ZJMUe2OxbcmEa/zp6FiZS+ONlmtVrhqEhHVw5v
+3SaHs87x2Pw4Nd5HJgrXXd0IGo+r437Ka7nszWctYXQwEA2XLbPikjMNFT7+LUt4
+yY/yjYQWZZR8Fa+szJLyQFGgxhNhxHIuMyZudhq26WLqrGMyznp0XYWMrXUvTt7g
+zs8dfxG1tEPtBcDkmgJ1HVX/0xSK3ubR44t7JtvTWXU4vwHFsoRD8KL6CvHc98ym
+oksnZqBqS60DH5TA6oSM4xcpu+TCgTKmL/x/+/Sq1EK1Ssfb2p1Vmum+sDxLhfvK
+Dcyp7nkzJ96rpBi2WB8TDLiM9gXYTI0DIybqkY+MK1z8xr87oqv8HDzXiYHsjmSQ
+uwDu9/WOihjaBbMPrGn7Yd8xnPVRrN1/q9k01tzaldfzI+42ul29KrfwiKe3iN01
+08JlAY7C6Ou7RSR9WPttyc5B3Cp0NhxUimN+ScSfAqsgcz/ZM7yRMGP31AIhF5TR
+h0pocIc/4tXUdgY3XJrwU/2VFLJ+eyDUW+ZVgQ1bYUs4XWu1sw4RoZH23p/rOy2r
+fYCF6g5qGvOULLcOgOx30TMJpqf60HKpkYK+cUAiN1s6fLcmP/8qMAHzUNnJrvXW
+46noMpDMPpHrmHoDVwjOsAXXRwS8yZU8i4gXNUoF/Tj1EI8Lfuo=
+=3NTb
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-javadoc.jar.md5 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+5c86c7ce9f69d138ac7fdde9c0afef9a
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-javadoc.jar.sha1 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+3ac85e189ddb09f4e26426df1ed4b90d5e69fa3e
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-sources.jar.asc Wed Jun  8 23:14:40 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKhE8cACgkQPkjAxu82
+K56OrBAAn6+K/M+2I1RlM2sknCEgW9HhC3R8Shca4cqBgLcpQvIW0U/LUOnu+09E
+iZzNZOP9lqN/7kwttMnV2fc3pBAUyvCHu+SC5SHFKffU0B8ajZwCyYL8f6R9nLSp
+5NryHzhk03wzIsCT+iy7xfaHaj5D5zNQLcNaF5Q1WhNBEwLFK99Kw8l2fEKBic7A
+CxQAeYQZ3xVFx0uq2ZcvMCiAM8HihJ59pHkvCEKDDIo6UsHHsR3EtAEzPx2TnfL5
+mGDvOByHKgSILZrK3ZDqC6djoJfhvcpXlW7Iom89KI1i6jXuVNiTP8DqU3ytotE5
+aHPDLpz8nQQ3wxnl/FEWUh5ASc92tS+FrD5+z1f1TtuNWQGqu/V32Du1iO+b3z6f
+d96jyQyVFAaaivIQn/x+6+LNgsK8JACnNvrNSM4DbKnU6IYEHg4OV6uM05qrr7QJ
+ZQATs6IlZ9IHW4VVFvhEEZdlnbh2MxlE4VbrbK3N680lR9zP2lUpnRHV3Do1emyY
+lnwSTJC8h56poB3/2QDt4qxtSVXo9dXruijX0atPwgaWaR41Nd+99HN3/D8jclbw
+pFycG2CQYmi1f1hUceb59RLe2qWBejhjm6Q2/A7ReaZnYdZoICGJkYgjDma+09yj
+HanyQahVG8dfyBlctBtvcv37Yidj81qYe0/AF5aoR1WCpfEfq2g=
+=HbZg
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-sources.jar.md5 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+eb60f9ad322c56be9a81a88d70c72ae0
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2-sources.jar.sha1 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+93ff1d7a5c6109b3c080934919c4dfbb7fd45355
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.jar.asc Wed Jun  8 23:14:40 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKhE8cACgkQPkjAxu82
+K55BRxAA03+bjhIRfzd5+mUmaD/9osbzxQHGSnyOz0AaUZ4YqaHU1iFItS6dZPl/
+nYhyRIv2H4uSU285ELavzhkC+ID+Ocb4BLyyzY1PObF3p+hO167t9WhXG2U+KAmP
+hCeVAbLzcdbh4G+9hhrLd4QotMB8rn7ystyRxScakrV799udlsbqwVveb+IEH8Sn
+WnlT4y0mW4zpTkLwdGjJ0WFsVlluEV2TsobAxthnTXtQtwm5Mr1hvLKnbhlTJ8+J
+OpLVH4juhhG/p35piSdOkGxH/08o05xdC3jmXkwVaExlGitffk12mh/Yg1ES4ZAK
+CvDEIyVKpJ99iFU4jJUX5B/37XV95XBYQATFal3tEb0zHU0bvkBZZVrNAu/2CLWX
+jjZkhFEg7xlkfKc3bjPiEwlD0icqZr6KzD+yRhOgtTtKPQaPLK8+j4pAoi5TsMrk
++HdQsHmrAvtlE9aK+M4gdnvD50BwEVu/w0v2aYaNkoAYsGP7Xb2LLKJKOHvgyw+x
+aH94ZX8NPaUgvaqw0ZAk1wtOtH+hQQqh8d4U+juibV6JUORJ6YkRYWPNzDswb5vK
+o+zJc1VZwVC7IGfxXQP9LF1qlbYIraag0/KE5EzqfMYQ0VLCQFIX0WX/qWmWQXhR
+AmbrKSm39lBKb3SmZr5OF5mvlAPy8l+hHAv4/NSnu7/Xfa7scjs=
+=rSB/
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.jar.md5 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+6d6cd92e4214a9cb43658263e8f3a5a6
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.jar.sha1 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+9cdbdb1b7c4f4becd0b5b2f9db033b21ff269a86
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.pom
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.pom (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.pom Wed Jun  8 23:14:40 2022
@@ -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.2</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.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.pom.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.pom.asc Wed Jun  8 23:14:40 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKhE8cACgkQPkjAxu82
+K57rfA//WXkrOkYswgOXd2IAClGH5twCWqy3CEPb+GHhrCXKYeNgiQqf3r3onNvT
+gtYOhAfxLAyESHXEGxwlRxDTUSQ6dRn3IuJsPS/lmvFrYsG0NjTaCT4zMuEgYuRY
+oiF3XTooAHvnoGvWYz5J0NWBLPcA9e3N0uDhA5YH92615PpfopB6utBO6RETsp50
+VwqIhIFwiNF2ufEviTWPIlrkqBw3utLytf4Ilz2fOoSZnur/VKw2sExfCYAQ/305
+kuCes2rYSRFbiLMc+qC+EDyjC5ILrMnHxBrnNUOz3beHmjvbuByUOfo5lRJb/tcy
+AAJ/QcKJmrJ15ccoym7l5JHaftunfjcVWJ07TowUu8sXcbGuAMMjWMzkolkH0KB4
+yUBXLqoIDOnjzd57Ac2sPjxmBC9UhU9GqmsLtqUsdwwusF5DdImdfGMCYxYCXkYD
+iqBQpJzVkwlbqB9EYygK5XIzLJfi9jSusYA1nUnQQYjZN0TivRSdePtPxR8HOBKK
+PeekA6KGcwC/2ZSjJVdk4Ce0659JnbXcaedSXUQT/vzlW/EpX+LzmWs7Ijno7EqT
+0zSTju1pUQxS149nyKTmuAAWFFhfrcT9fLxN5j97HMoj2pnM3W6FGlitcnnY+qm6
+OQKw0V7SnHDVBC0U9ldD3BLKqELKezNUiCSgesjAUmknh5xyZ+I=
+=PRR3
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.pom.md5 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+377872045ebbfb689f4ce9ae5ac96c30
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/8.11.2/solr-core-8.11.2.pom.sha1 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+2090fa382bf0d74bed4530162d2d69dd9589909e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/maven-metadata.xml Wed Jun  8 23:14:40 2022
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <version>8.11.2</version>
+  <versioning>
+    <versions>
+      <version>8.11.2</version>
+    </versions>
+    <lastUpdated>20220608212445</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+42c644d385caafefd20e88b88609189a
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+95390eb6568f41abc6663c8c38ab168ec8f5ace5
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-javadoc.jar.asc Wed Jun  8 23:14:40 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKhE8cACgkQPkjAxu82
+K55CqA/+Iry7dmqxVpCelGxS4LUHGXJ1oPx6tKZU7w4tTipbxCZBkAN1eCwDHqLc
+I0Ob36goeVBvglea5YdsXGauIXCOmPCRGKuVYaZBSDU7w5s0rI4oRzYJuUcOcCIh
+FIjDyz3Dtz6E1yDJw34Q9BYsEDFLDcHh1H4U+CQ8HVhWydQKBaYJE90vVUP99SPP
+nbZa8RXJhUDOGJqnidYDkE0OpCj8W+Nc4PG3Hd0AuWfOADxZp19hkWWsocgf2zWt
+jY6EA1B7e9alhLjVewBomDneq8S7904LREJSFxCjB77Nv9KMPDJqcucZvFdmaSMG
+bzj8iKiCVxzp+Rw9LcNr0TdxeiEqUcrHZQ84KXonF9c1EwTpHi9l/hKa5XZtJaqD
+GhUuYJx/K4GoEocAW8C5piHPBJyj8FJ6PUnzsnR8jum+Dd7tmhtChucbUqXX7GU5
+5i6sOPIIwra0NvDQU8XhgzqXni2GAumcuUGELnPOSVVvO8yB5RU+9E/UP4IFnO69
+XxZfcPbShG6Y4rC6CC0WSw3JpDYho2Jrw/R1y+AJMNh6CtrGfvgxxA82KqPiFKA2
+DNadru0ILicnElr7N3PXIv3RTQ777+EyDEkUvSq3EpTHKPQsVdLOBxcXprtsA5vK
+NGsjeVLZeVikb03wZQ1OVjBhdXPWvWOJDn4Iko49feOtA4B0/sE=
+=C7E8
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-javadoc.jar.md5 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+19707d1dc0846eb3e40f800d261c1c0a
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-javadoc.jar.sha1 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+2b796a5c003479f43288add711613bcf0b2719d5
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-sources.jar.asc Wed Jun  8 23:14:40 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKhE8gACgkQPkjAxu82
+K57CpBAAvxHVbX1AYjrwrfg4kv9Fc9jblfsfKduO9qea36HBlqOG9K2JgDrY6rxc
+eBqn9aD0OC60jxaqZ3e56iGiIZ85StUhhNjWmAycdYoo9WTSjVHgP/NXNrajB5Db
+nGs5fsUIb29BzQJNFR9vtDzMxDd59B0cy33Cp0ZK6MGidRPj+TnUEuZj3MMOfjWg
+N6WQSb4X4xKc+G6M/qO+0JQ2ZslSn77MjxKuY/0ZCQN4mxEXZca5KMmDhqG2fynY
+wNCyLVAZzpurjgJc7l210UUNo2GUcosl7suDFgjGwm2Op3fPx63ArxmD9eqikBoe
+WzqnRm2RzKwh1jyO2DxVrFXqjyDjrtj2o0EK40KRHwKoCiwxwvZCB+NhTTVoH+Ma
+q2CTDvcEe1lAvykRUwXPDp8OoOMRLW1coG9IHwB5+1+Cm4mmH2qLupTdxpilH2hl
+/Fdc9aDd3TbbrAprJWNoKIJhXNVzDEhD0UvvrNUjbyqiorGBdDpWPpg5JEDcgkbp
+F42iaWOSR7YJL7Qvy9Cg032f6duvUFM0o2A1FgcyWMRBo19J/oGg+9todcjojU53
+GmXuHr9gbcNy/dR/B0Jxo3vyYEclFlgO08o++LnEsGerC9wZ4DpnXeCu+smKnG3L
+YoXLeAw6NagC5BNrAc/7n6mKQgZ32BuMmflnlx3O4O0UThv0GmU=
+=SD89
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-sources.jar.md5 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+1ab59e0120f25fdd377e37543550f913
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2-sources.jar.sha1 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+be0f395abd3f7500d39f54904caa40f763ae3cdb
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.jar.asc (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.jar.asc Wed Jun  8 23:14:40 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmKhE8gACgkQPkjAxu82
+K56F6A/+Lz9WGJ4sHYrKP0n06bdk+4UL/N+pqugQmHJXTuFsLQKg/G9ETGmL+xMw
+Cc/X/0nHM+Sxuz3UtnRJeZGx+YJpUqvWv5TuujWcd4uhHyi+JplYv8yii+pbi4rq
+UNClVxzFnb2uo4OEP6PwVu1ajVGZi5Cw7T0QFqq3uvY16MU/+ysPFXUFC1ZgusLt
+9mWXmqxMh4ZGc8u6E6yJKU6NeGOZcRTVR6jWyr6fasEzF1LxS0XXddv9RjC/HM5v
+jbe0eBYzGFTNp++nZfecPbbRabjDZpLMrBuNoSeDDaWibNHFRaklK9sfpYidMyUT
+HgcdJ5y73OL0dqLuWqcvxVUiIdelHYTFbcMPZITFdc0yGJ/axDHtPOd4ydV0SzCp
+hPHopar19Crvu7zBBmDGG9OE6IPII1J0LJjlhbV7QJhmVEm6Q/WSAzQxW9YryV14
+NtoCr3B6m3dHQ/DZqKj00FlFY6fsAR9VA+Rw0RLrS7zm635B+7gYYlSEfy/KykM8
+LHhiafnlB1Z+0kAO9NoUR5VCEBfPw0Av3uqTaOJYnVI51lh0w5bPlLWyLdqjR6bW
+K6X7g7CyqCfqc26/yv08z0O4dPhwJWKGztNR5457Kj5DyBp4tmgVGC5b5BMX04I4
+loKhwyEI2iUEovL2v42Xlk5DV2w2NM4fQkIksFr0O7NZDENbBKA=
+=6BPu
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.jar.md5 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+171c01c67a7a7e93f75f265e15f8c016
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.11.2-RC1-reva9ed1e5fccbd1a84c78194a1329a7e1a3032ffc6/solr/maven/org/apache/solr/solr-dataimporthandler-extras/8.11.2/solr-dataimporthandler-extras-8.11.2.jar.sha1 Wed Jun  8 23:14:40 2022
@@ -0,0 +1 @@
+2724e97a1a4d488125922e15839451a6cf725352
\ No newline at end of file