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/13 19:02:29 UTC

svn commit: r46077 [16/19] - in /dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/l...

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-jaegertracer-configurator/8.8.1/solr-jaegertracer-configurator-8.8.1.pom Sat Feb 13 19:02:24 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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-jaegertracer-configurator/8.8.1/solr-jaegertracer-configurator-8.8.1.pom.asc Sat Feb 13 19:02:24 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAoC7UACgkQCmqhebm7
+9F5FOxAAlDqX0P6/hqc73q6lm72KCeNwyp3k2oH54gEnEv0ezDIc7erplkzL7SYj
+gENj94w3DH0+KupvcNeb07d9TjuIwtvBgn0SVhTBxvH3BeTb91KGcZ/77gFn13Jb
+e8xp/z+usdP5usa0bmP8QxnFpFNSKjgp4kYqjuHe6A4JVW5wYleMj1J0rTUwbOWx
+GYsLem6W050mGOeUyE3BrH8o7pgtWplvRvU10IDQk8ILkyelCllK3it3VK0pEd/c
+d9cgcJuMHcigR+vUdkezSZgxx8vIeBI2LDBp5CNQUfPlB1FqBrVuA3EPev3kxe4J
+bR2ftmTYktyWArpmMyXwahLKqATYgFfKlktCPk2r2vcMa3eHL6OjI8t8A3MEI8Ds
+b5VcPKsVj2uvm4DzzjC4nt/ueDSL0nA470Jmfz7jpWysab04b8pJUabIuXj7WqJP
+1Y0nFQf/yB6n0FcZddDoYFORpJFZlcsLl1FCytiQtwnRUGlANJLF589rQyDe0leA
+tjaAxkUs7+Ns/3zoWUugcPf6opXc5uZlwsAP0M1AKbn9sZKiKaYJMplys48xbccN
++XRLA8/hyxAAAx5ANFR8I9DlhROKoT9M/AXh5/BWKSC8NV1fw6PSef3IyC6fkfF1
+AhMd7Yyw86OGmjWg0ilJ+H0OKFwhIbzxw8XLpoCXhyuVhXYE2XQ=
+=A4sB
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-jaegertracer-configurator/8.8.1/solr-jaegertracer-configurator-8.8.1.pom.md5 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+b2ff0dc6e04965f8200e452a6e943dc4
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-jaegertracer-configurator/8.8.1/solr-jaegertracer-configurator-8.8.1.pom.sha1 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+98223a3cf92c611f2c34d35ab2d4f5525684ce2e
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml Sat Feb 13 19:02:24 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>20210213172557</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.md5 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+e98183fee38e28073a211802bac8269c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha1 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+03ef807f6fda350dccb0ba3069284664cff0ae05
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1-javadoc.jar.asc Sat Feb 13 19:02:24 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAoC7UACgkQCmqhebm7
+9F6oog//bffFU1+Vbui2sE85/YAHbthFWXZcmKCevTxu7D+jZRR5E6BURVpVjLr5
+AS+snjbtyU6elBIpg1SV/FPh/la84d5tJRza4qCPsnSFlBkMyz2APiEQpEk1GuUA
+0EpwxYBNa9E3c5xvxjzkKbgYqz2gemPDGeAEAc6LFzwz9Fl0Gh7DjY+orQ7VaHh7
+HNp8bWvUPGWbbkjZ4r0SFnewNBnThg6zj5176vjjiYlpWST0Tb2PI3drluuqozYc
+vrX3FJx9eDR8xTQs/71mo7/rI6e1CHv7IF/MkyrwCX0JR3xD/cUrBqd72vWikcgL
+0/IX8tpiK9lYbUo/urcKb3hPLPIeb4RcKkXu4tOUKCGIAVlAxj38tFGVch9CWqNi
+ue/OqIsN45sL5uDnq6FMsAzs9TgPi7MHOqB8av6nOW3hcNh0ne8kjvCx4QiIuycH
+4j3uCUQx2/rORZnjPb4yYTcOODgafN7CIS5np6sLW8l7l5OxSytwdib6SlIHjFQa
+oMJ00I3E3SiAFQxyx7WHAy1KS3DUTS8/HVDm7I3U/t9cjbdZpKT0l+O9kowUDzlO
+YQxeGB1S2QefJQ2wLmgx+GqeDUQ/Z7RMQzQ3npg46DSKdahoOvRel9BmmQT6zznI
+D8og5azm9RbH8U2hjqFjg5emV2mNmFpDrAv75WYbwmG6eUX0xjc=
+=W54R
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1-javadoc.jar.md5 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+9a58e926837bf86855808bef50c3b8b6
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1-javadoc.jar.sha1 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+24ccb7e6f7b2890343ab44dd79615b456a229aa6
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1-sources.jar.asc Sat Feb 13 19:02:24 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAoC7UACgkQCmqhebm7
+9F7KIhAArfjbBW4/mjtiSzdMC23kvlOUHVAOHR1KMm4JXVzNCC4KTbQZFMTn7fFx
+d+QrNpJbZ+N0xGpX/xNaZodJiU2WV/u2eAZcv/mewgLKfyVZfJtjwtAHbO+0Fm0h
+e872eIXz8WbXcupsoRDDAnJdNycBK5aNAAIwWPreZ718DtEBFKz+fvelapoA7Eim
+5U/4miWEY8VZaLYegXQEXrmeNj8E77U7hDGDDZk0e9MyuFpB8D2py/CjXMdF0ZW0
+HGs8EviZLTQ3ItFmkOoBNBAOv/Kp1/VCDHbaBjZE7Bi0vvQH790yC0Vj5679DOLu
+yo/cUoKs/6fuDcj5xOXuIDKiqhrKSZvG7cGQfttDg3dtgmKLTHOsWHu7dlRGfCAB
+UovsSSJd/Oi0V1x7CoFfFRaxdeN32cAg3Ia0D2QdGE58yKXN4uP8f64gPurFfIJL
+CrfkFfZ5wKlMjOVFSmu5X5sTWaPvZV8EkAeSHy0AkMUN8VAFuFFKKx6dtGw6RS92
+C6XSSJWgn2Ldr29SaJLnSnAqvXUztBOa7BU23amLj+N5sXgR1TbyOPcTxr8ZreSW
+YlZYiSZuL16iKO8RvIGbXfi132L17LaTjvdFLXmXE5D1+nwsG++8o7mRVKG0IRYK
+om4/46wmZ9ncDzOFxP88IlWjAGmU+trfeHfUcQlURo0De1eVfGM=
+=bZ6Q
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1-sources.jar.md5 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+0a865165d265b75ec4ec3effd03bf42f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1-sources.jar.sha1 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+ecfe025eadea060d4e97b7807986e1fccdb4ed07
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.jar.asc Sat Feb 13 19:02:24 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAoC7UACgkQCmqhebm7
+9F4wkg//VRTJWIlXn2PkMkRYjxmcXjQHfJpxNkT1aWYhfMPqo5tBEPe1ConNmKOd
+nS+ZnWP8hE6Iz6FhNg6z2TCDO2lz+zze+OD3j6PUYRlvWy2Si6BSHQUmZJ+nVZD0
+gfVEHztYtd451CpJN62V+lkedM1w2S7cV8UI8wp5iFnW8GxNto6BszZX9+C7N0So
+GL4JoCXW2YvLgUlWiFme6EqLZV/UCRHRZfbf8uLfqTVhv1P7OqtFDiXJsVdm3IaS
+lLCg66WxrbPxcm2kPsGNgzcubiQ/cFK1GoiGDRJXm4Uamr1fL4qrUoAB88yN6AZe
+dX5MtBGgw9MskAM6npuFbqNwrIPuh0W/LB0qldeGwy6UPYG+JrOE6Yuk/jP3Fk4P
+d8CH+IHkLlgAdfT1J2tQSl796SyAUJFpNoPYD0NGArD9Gt7NGfS+RGhANP+Et9CE
+QXNVDSUrGWBzgZnWyRHI/QphsFC2QRGMrSmRfEcpUXSdJkTMxJ3a/s9Pco3XHfXN
+lRpBtAr7JC9ThK7YlXmqehs95xyQas9ztygCpJZs4mHdNOeUIWBGgf/vN0m2Rfnv
+j5IMtbcAxoszqfC1F3ZTdQPmOORIG+rg54gLpAKpfGG0X0JVN3rFCFVZpDsphlsr
+lq/BiDYrGySXaZoXdYYinp/KdJsY0lklx59QarhhafLfpfl7NEA=
+=K+LO
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.jar.md5 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+1126a33477b016def4781637709a8b02
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.jar.sha1 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+76d315fce8d7523f30400bf05eff0bd919b741ff
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.pom
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.pom (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.pom Sat Feb 13 19:02:24 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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.pom.asc Sat Feb 13 19:02:24 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAoC7UACgkQCmqhebm7
+9F4zNg//RdSTdcAGOFPuApDOhwpiAz9bMIT9mk/U8ICzcmw1FlItqTuE0B0DaWk7
+yw3/YyLU4b4qabldZfr+V7Tz2TtcTqgy8lyorRAVY43VlVLxQkFjleSjE7N5BkBl
+nYtrHFtg47mDx2NBYLJUnmV40TmDPxW1m4q3DbxNpGUziDZKI3cpNJ3IwAbgFsyB
+/Uhvx9pken6n0/WRiYCGQfEmrIikN4aS04Fh6JkhP24KaEyDH8wHoLR9/XysWokS
+yVwSpIml8njc1dxsdPD25bsy9QAm7Zfy87xchSLPvrPnf/pKV5fpQ8FsZ4SiMsBF
+7nDytKuELuE3ihQrVmkYsKL6XwcdtvSrBTl4NuXboCfigTunl81ZPpNPHmdF3h/I
+I3L+9HJZ8QEOseP3ij/zrc5bkVvDFraBJAW08IgdoOhzYMNgrF5QqrV1yIMAoW/G
+r4GUe/oiU6+vEaDxSpFmZAFXJIEmeVXD1US8Jtto+IVRijgRDdMetYXnzCigT2eG
+T1MasvD64OpXyG48Hw2NKrcXDx4fdhB4xLog20c1vyeIybMyt36b/qDpUeX5/W3k
+GtIv8Hj+LSkKeWujyeLIbeSNCkCCUB7+qe/fjpVSjAJnCLKg9DePjFGK476E0Tqj
+Q+VgU+mNcCG+zdbWqZZ5rB88HyJUKCiPaNmo8Zc53QvitD2lLI0=
+=jSN5
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.pom.md5 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+85b728f2e12b36322b0c745cce905f31
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/8.8.1/solr-langid-8.8.1.pom.sha1 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+0f853f1d609c560afa6d2fed3df920e847dbdb19
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/maven-metadata.xml Sat Feb 13 19:02:24 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>20210213172600</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/maven-metadata.xml.md5 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+77072688f5beccd571ac55559b94c8ea
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-langid/maven-metadata.xml.sha1 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+b55a1a191088faa01d2fff641253acabedb435eb
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1-javadoc.jar.asc Sat Feb 13 19:02:24 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAoC7UACgkQCmqhebm7
+9F7/WxAApQnfay4Ur/EwbmXQKVvpiLj5mPvKRO96HqieeX12gC2JlZGc8sNZMTSw
+ZS7Oqvx+MSXY8GXaOis2oITtU4rd4xwCUrJ237+xixS0OxEEjH2tla+U5o/fJgjP
+Qhlu7m2RFAZLv+nRme2l9ji5CoqkEPRGxx8KAf223pby4rW7vsbHdzoehRp/WQHS
+BN7D8czvGzleOeoEvx25jaTc64uoyFQiQVKEumf/iOt5hCXbyAou+MmJjFQjDY+O
+WYMWkSU1oBV1SakvCvh6L9gnvVc7ZOYaEZu6BPvZ8ZJU4j9z5ZeOuZOA4E4qXIZI
+WG6ic3MZAw8/ByHawQtOdB0SuIyzR4dXYKOVP2rU42rQl62mBl2gxy0ebGXGUliG
+Zxo2oBsrzWOaUPvve1VPNcDYQ0/r7RqkgX9BzJuG8yE3XQlrIUqODvwInK9oJ7e+
+UwYoLsi5oMtja0GgCJc2idHyqmITtUSXSTekp18D18H3VdB49SS0mhvVf1wps/EW
+6pWnoUK6aKSdNTyGW2zQVYNbipJeglmLCTZgqyBQ9n7BASYujYCg4I26WXbfjlYI
+8SIYF01GEfAZ9LoDykXWmJ5kz+elpzpZelk8+07c/u0s8qAPxtDfUuruo4pbXNcp
+XDGel+zBJI3Q7MgLHg36U+QPPhwbpRcDiw4fbSWewN+YCgYn7n0=
+=TyRk
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1-javadoc.jar.md5 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+db1440392dd9956e7da0036cfd5c7b65
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1-javadoc.jar.sha1 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+93169a62e0b34a47cb1375760cab8eacd6c23da7
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1-sources.jar.asc Sat Feb 13 19:02:24 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAoC7YACgkQCmqhebm7
+9F5DBRAAs5RVpYuIWXKHRqDOjMdwZy9fRjpUPyuzrvtYEOEeKYl7nwmllkGm0/cq
+GO7qnf6FXlq3ob5WSQ9GmUopp5Ke/VuA62ptVKoeGklx1OU1sYlRg++46bJzbrh+
+PiQ3ztf31pyzDFDj/4LLBnSwo7ot2G18S5OX19de0TgTSMISVri5qcOUwRBMAK/+
+gNqenTshI56vH4bXNVbhx05JLup9tyleF1mi6Om6sxiGRe/5Pb+R5NowvhcE0ZgK
+TVn0dZE03puhiuSt0qh+lgQ+q1Ku0HjySdoxFdrHhrRhSJKCLxBD4+Rdrpp3fylf
+OxdTPQw5W4nTuGYQF9/2QXpyThiHeFjjVKeTCiFUWqvdZhossWOHzJ1qoJe+QUyE
+jaG+VchM9BmHa/G+Tp146ERM3fWY+LJVlmZTOKH1FmL9jnyd9lNd/rqXC+4BMFwI
+wcwrk4vNIGGJf2LBMT3lW3Apu4HAbVfID1YTmNSWCQ432Pwj/c1SZaGK+cK19TfS
+OcMC9jgUyxL3xFBOJAUaUdQmlWHrtLjhV5W5E+1onrGdR/eIECvWYxexWzRwCKao
+89LY/1MMlMX5adWD1dKZs96+7p2MQ8gIpmyWHi4OvNrKfETRarvErAo9NF19ahy2
+NcQPM2F9TF4TbtnDj6NtnApGTZtjGV80Q6yLuQ+HF0P96RRG9fc=
+=mbx0
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1-sources.jar.md5 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+b8ecd17b711a54341c7fb0cbee3978fc
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1-sources.jar.sha1 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+7b14ac0a9c62e751328851d079dbcbbdfb757906
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1.jar.asc Sat Feb 13 19:02:24 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE+8JdfhcSAlKU/mZZCmqhebm79F4FAmAoC7YACgkQCmqhebm7
+9F5k9A//Y4smsu4lQuOobaYv8TOeAf3VVeDSKD+mPZw70wP4KzLM5tNzeuIWgSda
+cFMH3qg78RB7liOi8hFUxLW3jg071z++WmmwctKq0lGuUq3oeYASEf1ACPtCNiQa
+lQt+sH4LvvIzCQGZOvfXeIkOs0dOHBc+Wuu6Xdp4DrMtooJRNw8DAnLLaHrooI1A
+u8Q/c3UPeIbXRNmg8WLuY8xG0F4vv0HMdaIvl2lM1xXK6AkQdcfsy2nuXwoy/FZx
+T+jV46Hxkz9Y/lYpfnnj4zVMEz94IYIQwGrN2UqiSwQQE3I/eHvvCyGOFN92BFP7
+8nvKrjjxahWazXu/v5uWOKYzaPLN08irFkkykXFd/Vm4jniWWfLlQrM5csmhxeTY
+SWe8L1F8AbvPcwAVrezhfQfnsz+OQ6B6DZMjarXMwKNsjxuq35OIoTXLXGZv5IT0
+g5k+wa2TL4lX+XfxpyXR+BykZZgLsOJ8IstL32osFoi5B+7qyosvkYjjSSOGsU0u
+zaxMtj+h1En3WE+J3tcJMu1BkrSaZL1U89Xl5jeWQBZsAoq2Obs0ZZXgIwstUGPW
+SYjlD2GEDBzxxTR/pzENttIRB53fY6swgSJs2i+OFWnKmLAO4ds3ZLRIlA+rUlIa
+jkeNIdvrKekDdm1TyS5FK8N9TimYKcVr9pmUKJGpMcLn51jz70s=
+=JxFT
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1.jar.md5 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+ede1f124488fd195a94c2647c2b1fbf1
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.1-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/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-RC1-rev2c54fd212c8b3ced73d75717a6053b18d5d413fc/solr/maven/org/apache/solr/solr-ltr/8.8.1/solr-ltr-8.8.1.jar.sha1 Sat Feb 13 19:02:24 2021
@@ -0,0 +1 @@
+5dcc8d40cb74e0ab24dce871eb6f7dac31e023d0
\ No newline at end of file