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

svn commit: r46164 [16/19] - in /dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/l...

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-jaegertracer-configurator/8.8.1/solr-jaegertracer-configurator-8.8.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-jaegertracer-configurator/8.8.1/solr-jaegertracer-configurator-8.8.1.pom (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-jaegertracer-configurator/8.8.1/solr-jaegertracer-configurator-8.8.1.pom Wed Feb 17 02:07:53 2021
@@ -0,0 +1,599 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>8.8.1</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-jaegertracer-configurator</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Jaeger Tracer Configurator Package</name>
+  <description>
+    Apache Solr Jaeger Tracer Configurator Package
+  </description>
+  <properties>
+    <module-directory>solr/contrib/jaegertracer-configurator</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+        <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-nori</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+        <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.zafarkhaja</groupId>
+      <artifactId>java-semver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.jayway.jsonpath</groupId>
+      <artifactId>json-path</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.jaegertracing</groupId>
+      <artifactId>jaeger-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.jaegertracing</groupId>
+      <artifactId>jaeger-thrift</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-handler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-resolver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-unix-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-noop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.sgr</groupId>
+      <artifactId>s2-geometry-library-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-collections4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-configuration2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-text</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-asn1</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-pkix</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-1.2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.thrift</groupId>
+      <artifactId>libthrift</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-hpack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.rrd4j</groupId>
+      <artifactId>rrd4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.xerial.snappy</groupId>
+      <artifactId>snappy-java</artifactId>
+    </dependency>
+    
+    
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${top-level}/dev-tools/maven/solr</directory>
+        <includes>
+          <include>maven.testlogging.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-jaegertracer-configurator/8.8.1/solr-jaegertracer-configurator-8.8.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-jaegertracer-configurator/8.8.1/solr-jaegertracer-configurator-8.8.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-jaegertracer-configurator/8.8.1/solr-jaegertracer-configurator-8.8.1.pom.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUYACgkQCmqhebm7
+9F54AQ//ajJvqitmH5FUccPJiy4qpAmrB/PPJwPNe02X67JjpKpgaVDfaympEMeF
+ppyRyXDDGXjdwsMUNyupz7u8NuFbBQFN4TQp++D1oL+hYY4U8UV8KEmQ4T5elSXY
+ZXX/VpoXht3BYgtKJ+5U+UZct+wj+K1NqgHKxUvVAv1m4xieAyuUSpyaDdGp5rby
+n2Q9FoWhGnGYFB1cAlLijexDRe0xx56hhh3xwmklA+moQ+mmH8VSy322wMQVCHvc
+OZwy9SPONPUWBkpJ2DR2t4XQafZHPT3hKZMKiRM6NQVzT2B0KA3hrDFMpdBmBQ2S
+1RzEu5GFSCUk5gfSo8imKknc3IplYx1SL+yWgQ/P8lroc28lIJi8UDgOr9GmkQw/
+Q0iUvYsSZnmj2017veLigyg40RbFI8VesjZ4bG5ZbOsV29D9vKfwFgcrZxnJBAf4
+q9dn4DcVmxwEAMsZmWw11lT16loC28s5/KrHE3/tcgYCDvgrYEwbpDtl7I859TEq
+EfhBcLOaMgWpEYmmgMdcKoT+EYw/LSnPtefVKxdV5qQYHll5qvpA9KBuC1Hg1XLN
+MYYbSg07ZHDiPMdma2hLZ2E3OPXLgweLaIMjLJg2C5fiRxANtd1JO6QK/RZAWPoo
+hz1EoASjT3ujnRx9UqX9nh3CcfQZPXtrHUlWna4s/rc3zh1Ffqw=
+=ThX7
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml Wed Feb 17 02:07:53 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-jaegertracer-configurator</artifactId>
+  <version>8.8.1</version>
+  <versioning>
+    <versions>
+      <version>8.8.1</version>
+    </versions>
+    <lastUpdated>20210216225442</lastUpdated>
+  </versioning>
+</metadata>

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

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

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1-javadoc.jar.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUYACgkQCmqhebm7
+9F7ixA//Qya5b24rJwqxf9KNo+RD1g9m9STUKW0TLmY3svi8XQmzsZe/3IMVmT23
+ywtGQhr0IZP39uEJGXcC/e0Pp7rHJtoC12j9vqzf872j3rWyq8me1Wg+jmuRQC+l
+F1T18iZmPn2BEE+JiBMnbguiab5oPcfaQFogn3K6+8knql1UnYbwZzYiNU2jRzot
+M/lchK3Har1ap/yC0SVY0DtWAbPuTGjlzE1HxiN2f98whwEOjf9rGaATTWzXdhlk
+3ysizT1a+LWu5I8hxNJ/AY4VzG95OnuaSGyIuyvYcgJ25+Wtu+Sx881uiCZPhUyr
+Q6Q3Zv2WKNwAE0WWzy9YGoPxOf0++Rs/bmrNhvLMKU4dx376NslZqya8ErWtRGkA
+yZ+1em6yv3Iq4R67aFL2iQpO9Di+HaQOvEjIR9+DdHJKAnZB9+x6EtGaSKs0Z/9i
+3xn+mOimQcJnKfUDuAZaRv8nek4sO8BXXiMpodK/gfSu/spd1D5dpSNblKWsHth1
+rRtlatZ+kM5fwJi5kSopzJjU9uRSEtu04Cuek0cVx3I/1PYybU8GT/sK1jBd8R39
+HmUWX0ijDxefZ39wI7dmp9+6Nu3tjXBxe65gic32JykxE6klc4kvDmrUXAIRF5+U
+nvGt4oWgy56wSj5q6yqCRnNY2M4uxtjfRX8tSgDzhMPymDC07Qs=
+=Cvg1
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1-sources.jar.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUYACgkQCmqhebm7
+9F7mjg//ceewzkjoTkhhFGXR918ioeU7IXDxMxduAeT+g5q766FNse9GK89zQ5ZX
+2w6OpJKvMweTCxhxxeeG3kPETqYGlTl5FK5SiHhNPK6h4K1sHGET7enBN+GbVGun
+kcxp9NI63fVhqyHpJsBfjie3kXHRNZD8MgLyGSm4ZnmM4/Lttu5FCugQsHub1bEj
+pwt68oVqVgq5dxQxVGUe6o5GeLaCxv3vJ0dymkiq/kEi3uXxTfAluXo0151OKRwP
+Z0X9dyoQ1yD+kOxutkDvghcCZthZXj/zLyzjyW23gD8x5PIOsW/Xzld1leYXaxoA
+jD0slcpRpB0hiYu21RULt3jAfITHk2DHQVyV5jNuLTAMp+sNmpeONWeb6Uw5C3+G
+vSQYQoWp1gIQPUbC05HCLbtNSrQR3l3GmevZZbfciI+2D8Zhfo166XUg0a3R07Hf
+28Kh6y936xEDXGwWyPvRTcaNz//CwjUEr9sUznvvOCWZKE+kNLVyiOM8YnToAMHB
+b9L7WJYhJaAYa1CfGf+dMvQNTn7DUixIh1Z2ZGWNqyI2Wm47dEzkHuY9ij1j2qtj
+YsIqZQhXrC7CiydgEErA2iGSPllHWUuY3IQCVeo/Z6Ki8nIQWBI1qKpaOztcp/0p
+PF977WKMjRRc8QUjbHUgdLE/XuEuL/GKoYi+eUugzzL8aDmHRuI=
+=/oc7
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.jar.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUYACgkQCmqhebm7
+9F6pOg/7B6a+mT3GfrOi9rk5JKDxO1mUrHLythCaUTbVX5x6BXVr0CaEBuRUYJza
+sPty9Ex3PdstRKUQw5fGObmtg/hoHa5pQCdHg5Ha6yCONe5BhSmntBCp/qXWcgfT
+p0M77PmjxvaiEiET6O1pRA0ygUgDuCiLe7OrcPzXwLzRLRoNMCp5STF9XPks1acT
+idH80byJMFIRFSE785T+adqMEU1TkwEoV1nXYmQqyQg3rp7PiRaKtHgQiwNDP3Xc
+qESv3CkPju28VOyLqZffo4zxh4Z4fABOPgKF+i11aCUaMYmuuVZO2Y+nUh/UnAht
+StqHdiIkTrV1guIgNsp06vFiWeWW55DhdoSwzLrIu3LiLvItd5010WzZ/vP3elYd
+UN2q73Ggqw0g750L0lq0Yo5rX1L0S/Yf7u0EjQjY0HlIznRdVs13I/MQe9vOQ14h
+Codp58NQ8+OxLDAvNHHb5RAWobdAcxNtUXj5QeFp+Bwkeg0+925G+/nBhnK5XhwU
+flI/m7dgxJYaSFg959iirEuVf9dskt4p2aLVE+Q3TsZJC+XQ8olk+gzdTffbJhct
+qqcvVCu54Zi2idPA2bCA3SoYL/n7Yk9xvacho2zoachgjK53if/IQxVkVkFv5Xa9
+xiW2iyZe8wmHyXNy8/84lJxSRj39X6QSwCXnAD/vautDvkYp/gg=
+=RE29
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.pom (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.pom Wed Feb 17 02:07:53 2021
@@ -0,0 +1,782 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>8.8.1</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-langid</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Language Identifier</name>
+  <description>
+    This module is intended to be used while indexing documents.
+    It is implemented as an UpdateProcessor to be placed in an UpdateChain.
+    Its purpose is to identify language from documents and tag the document with language code.
+  </description>
+  <properties>
+    <module-directory>solr/contrib/langid</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-nori</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.cybozu.labs</groupId>
+      <artifactId>langdetect</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.epam</groupId>
+      <artifactId>parso</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.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.arnx</groupId>
+      <artifactId>jsonic</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-slf4j-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.opennlp</groupId>
+      <artifactId>opennlp-tools</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.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.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-hpack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.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>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/src/resources</directory>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${top-level}/dev-tools/maven/solr</directory>
+        <includes>
+          <include>maven.testlogging.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.pom.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.pom.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUYACgkQCmqhebm7
+9F7ubg//TnW92B6N1A7khI59YXbXJF5kGiNYcqJ5TXMQIAHQB9FRBbReAMTyXtqS
+2F9FozrfACjj8pxpRzmoaogvNj2u/WUK9a0kbU0XynkN0r/uuW6f2P0xaYZ98QLJ
+mOqCWdS/ublqUsIEGoUGQOZHAZJ5flWy5dC9puyzlaodbizxKPBgw1iMYZY48KoU
+2HduFrrxM4qWD2YRjVK+48nxH7QQSrZYj6ePjVKTNIyhKmcx1eI7VscT6qPMeCYc
+f1hzragmeAf6oq+oyM2RyezUaCxtUjkgHr5WqKdjbJ4/8/bMaQ90juwkLYRzjXpx
+Mb4li8+YUh8pMJEk7+FtCwMt12WsYrSA6Yd/XjTYyDgTBV8ShUYYjfonl8itQF6I
+q0kEjjNfodo4VAuXket8rp03CD05cdOZevI5q3sGh5DzsvOMOJn5yFWaX9pgX3q7
+tH23jenewSVPcGNq2eVHHi8HRnAntKJvNpQQqd1Nk60oorQPBh3f5CLYnDWdL2fa
+FiAusgN31p+h2PYv8MGX+BVPYMD12naAN+nzyHiynalJrlWgKSG3SpZZoSvFhmp3
+j3Egnu8vfIQyrpeoMd88HqKpWWpQ8mbWO/2RTsssIuk0mlO1MC7X09A7JvHmr94o
+ZJ4bjnzmCJc+GTUsNKdV3lFXPXg4AlnPBDZtB7kHH8avXtdJa6k=
+=n0i2
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-langid/maven-metadata.xml Wed Feb 17 02:07:53 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-langid</artifactId>
+  <version>8.8.1</version>
+  <versioning>
+    <versions>
+      <version>8.8.1</version>
+    </versions>
+    <lastUpdated>20210216225447</lastUpdated>
+  </versioning>
+</metadata>

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

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

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1-javadoc.jar.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUYACgkQCmqhebm7
+9F7qPBAAjvQeWP8ZlOxKvekUWhLvXir9L+CRGgUQIMyS9e25XVAfGVN7NKnQMUHZ
+Bj195JpFyQ0BvZCxR4C1p1N+L6mZYNeYon4ae+buaaq64wEKHUDYRIVbM6AB2pYB
+LVH/ZfaMR83vlk87rtiou+fB4H+6+qKZFTpJX+ItgKPkDmUAeSqC4FTvyu+cJPaN
+R0jVEuVM6YmP8Y47AvJ4Av0iQJGEjqzcW9VYHpxZwwKseSHYkO/EwfgnhOvP5ZuS
+DoOVPIdJ8y+prKXvmyMvYBeKXTKy3dR61VGoC2NXFA6Y2gZbn0+eTKyaiIVD1zGJ
+LDbXrc+jUMNU8qGNJTLWpUco+Hh/QqMJNuRMFq9ECe5lLZX/zoXaIDl277ZJWO1X
+AHa9LjNNNIgTO7V+7sPvKyl8gqtdPwO/l9nLHG34gyJZI7DdSG9ID4XQjnqci8U1
++Z7smRNN9v+REOaPTjx/rYIrn4fOie169cKjQL5HdtawmXPSKgDAWzapxoq8ysRX
+DqNQ/4Hs2wjzMXwWjz1d6zoOVY6Ta1FH9YM7qCclarPC+LqeMxZaYeWEZmMqwwoW
+m8C+qLiYFQz8u++t5nMpVwe/B+OwRGuIEGjQ2p7f/1tLXAAdTzKFjFLZmf4IBPqO
+EHNWrFtAqrIrIXfxUM+FcHZjDBWqn4uvUdVRsDeptYB47+fKnE0=
+=hkAs
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1-sources.jar.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUYACgkQCmqhebm7
+9F4h8A//a88I58FPZ6N1js6LgP1NLwWfqeEZuK5C/GWcRx/d287tToamEHiujn0R
+Giz0lI5D/AQhyP1Hv3WnUXn1stK0oBvbdHmGMZgbsKVF19sGU7Gl0l2qx/mVtc7W
+O9jsEC1nRtxUsuZn2CGZuugu3yHqG51JSQWlcQ9h0jLYFL1+dSyX9Q8BrrsSlCJv
+P/9exzckP/0eWuY6/3oRviX6sPhDDceTmPIRbLLAR9s/RKcU37c3gRBqyRkeBbex
+P2GxL8r+PW53hS1y8NnpPP5rj/cmRqsHIpEC0ht+arbeGDPjSRFC5VOtuXBnedoz
+kUqir0Bb+USFVKZT5p4aqP8mPdYsvYbq1f7itrwEHMM/ezhjypZ2HsmFINwjyJmb
+DWvSZ7AE+qlYQtu8VOw2bVc1yMQtMYSUF6NyWiDN0NYa+TVRN70H3HqggUjFb3pv
+nrSV5Tp+iMYfWvzx4HojJXb+BXZcSZNGJVbML3+N8ZggKLxcMmuuVxKvJHaG8Drr
+Qjpp0/IJweMOFeGNCG0pCXHsnNLzOA88V4Kg8ltdT5DUA+38H/nofKMFIFndFvVB
+Ayv8/oQx8y6lq0kcYzz0rHwGU6Rx9vQTTW9Zyp693iUSBp1z6/gQGmrMxConHqWa
+JNUiveio/dFZIGLNC9oMK5kfodUHRsADkovDXEjxO66ofzWo0PM=
+=quXI
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.1-RC2-rev64f3b496bfee762a9d2dbff40700f457f4464dfe/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1.jar.asc Wed Feb 17 02:07:53 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAsTUcACgkQCmqhebm7
+9F4wxA//bK8aw3Zx3rfmoy6Ae1WCqB5xos3O4nW4VYRSUDLCHIqMoy+ETtL1tZ4g
+eekgbB4HpddoudZ9S7z9cdCvryMAeFxqJfkLe1jO/r8ltzdEKZdfp/TIQHeJllCc
+1zBiCQ3ouVtWI++68dBqdghZtzqXej0tHK+OhfjyqXT68WuKPHIFHvPEqyk4DS5i
+4u63Oj2f0FkC7pRilzYNMSsGsxs+YrIAVZtRoY80oLrmxloIi+LMCQZLqAAkeQF8
+7Mj+mpGog1gQuOOWzUs4nhN5vTCaIs4Z4yCZn6Su9mttLBO4Af8yY4IOghIWQR0w
+tPEhADWDz7F3/nGUTlDmj0YrUmKuG74B+tDtCrhT3C4QbkAPpI7oRZhQ60u8wmXu
++OkXcdhE0yn7EBHKJnqpCUY7AuVDOYcMTLDn0Zu7KonV8qo0i0X5Ir+E7XU4wmXZ
+HaVFNL5r7AOZM1B50aWykcHnNmn6itjsPDs5zr5dDPfKR0rC9MwepR2PE9OC/xau
+Ff0XurmEC12hEVWFcIiIjb7xax6vKOTPdeLwZoL56U0hxrJsU6QX/EFPot9kEHPB
+ALdEdJAxaPGLW55RzPmbhADtosBjaMV0D4p/g8sCE9rN5jsgo7nnFBHeUaAwuFvd
+vkndRHi7/YpF6lLv4tuNuPJaAJTPQDnu3Q6rNwUOwbJmhRVPBC0=
+=vRx+
+-----END PGP SIGNATURE-----

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

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