You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2018/01/10 02:18:44 UTC

svn commit: r24107 [16/20] - in /dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b: ./ 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-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/7.2.1/solr-cell-7.2.1.pom
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/7.2.1/solr-cell-7.2.1.pom (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/7.2.1/solr-cell-7.2.1.pom Wed Jan 10 02:18:42 2018
@@ -0,0 +1,613 @@
+<!--
+  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>7.2.1</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-cell</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Content Extraction Library</name>
+  <description>
+    Apache Solr Content Extraction Library integrates Apache Tika 
+    content extraction framework into Solr
+  </description>
+  <properties>
+    <module-directory>solr/contrib/extraction</module-directory>
+    <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-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.adobe.xmp</groupId>
+      <artifactId>xmpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.drewnoakes</groupId>
+      <artifactId>metadata-extractor</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.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.juniversalchardet</groupId>
+      <artifactId>juniversalchardet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.mp4parser</groupId>
+      <artifactId>isoparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.pff</groupId>
+      <artifactId>java-libpst</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.rometools</groupId>
+      <artifactId>rome</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-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</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>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>info.ganglia.gmetric4j</groupId>
+      <artifactId>gmetric4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-ganglia</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-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jdom</groupId>
+      <artifactId>jdom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</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-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.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</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</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.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.aspectj</groupId>
+      <artifactId>aspectjrt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcmail-jdk15</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ccil.cowan.tagsoup</groupId>
+      <artifactId>tagsoup</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</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-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.gagravarr</groupId>
+      <artifactId>vorbis-java-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-tika</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</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.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</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.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.tallison</groupId>
+      <artifactId>jmatio</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tukaani</groupId>
+      <artifactId>xz</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</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-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/7.2.1/solr-cell-7.2.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/7.2.1/solr-cell-7.2.1.pom.asc (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/7.2.1/solr-cell-7.2.1.pom.asc Wed Jan 10 02:18:42 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaVWTVAAoJEPmME8+loTXYS0oQANHlAcMnMEKswiQKiGizSF16
+oAfMIlRK//m8ZOohcInndJKMKhr9G1MuovujfYak2yptSQGadC604p2IIeg7J8JC
+TcSB9ryMvW0zn4K8JC3f79hjjIcEF+duO3f2QWyZr8d1eIl/F/sS/w6eJeG9DpSW
+CyP93oOZI9c4820v1E1wJmeujbWFhc4LTZCmXF7pt+gR0CzvYgUQdcc/C9aOq9aB
+L40wTpRFI80Nr4HBrNUARwgcT9usv0iY6P2y5v91lLF/I57pM67NbtD3A8vxMVFz
+J2cvb8HqW3Try2f9EjS0RwMoQFhuYN3G3Cimfwur6JwruwodxA6xncVJHXmOEwJA
+bsaGfKpqgmefMWkDKfcALwaWGJ0rYvtKiFtC9c5X6d8Ws9ztPbVWleO325jTpuDt
+kWUDVgSszy/irYbLyKXugw3EPcSkbmYxahUoamQdnfzpTUT/sScScQvUekYVN3Ml
+myPpdbDBAJLzAKQg34TPyTZ7AE+VR/Lrs01HejGplcyk7Rsey6AoBIJBSpBow5zt
+TWuSWMaP1XPHlN++hNMrsm12AfCr+AqYNMmADIfPJZUhGpwLAoXZVhFS/Jlw0ofA
+m76uYia2xGb7EXLoMhQF7aoYmOXix4j6tEBDScfqEZwC6UoQE0L4vsTmSJ391cye
+J1/8FBnKGlSd8RTb2hbE
+=DO5T
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/7.2.1/solr-cell-7.2.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/7.2.1/solr-cell-7.2.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/7.2.1/solr-cell-7.2.1.pom.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+ad681b4a80c31e1b483e4cf1fb3e86f3
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/7.2.1/solr-cell-7.2.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/7.2.1/solr-cell-7.2.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/7.2.1/solr-cell-7.2.1.pom.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+dffde685eb493a7bd7d47b80b97db78d72828061
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml Wed Jan 10 02:18:42 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-cell</artifactId>
+  <version>7.2.1</version>
+  <versioning>
+    <versions>
+      <version>7.2.1</version>
+    </versions>
+    <lastUpdated>20180110005635</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+9f098f4531dba33d7fdae8c0b590a9a3
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+32e00b5624ae1c4843cab074e905bfedf3cf11a8
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-javadoc.jar.asc Wed Jan 10 02:18:42 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaVWTVAAoJEPmME8+loTXYo8IP/iYnFCX+/Vn2rAawmUdO7f9I
+wXSGq1CQ3aF2TZFCFSUnI2aSIxRn4ez5+/jV/FsiXjNweXTIo2V7TmBaJdU32buG
+2ruAgOfAmJRFyg/9/esw9B6mj3EYnwXiAAp+fp9hNUb3C9xnjplwxl5ebN9a2IZV
+T74Ha3weF2keJms0FYiXxkDDMrSbO7t5pucXQ1ZTTo5UC2VCKN1bdjRa734yc1PG
+iAPUzy6lX0hjqQrHT2xkB1odxSxmRtOoq+4/jrIUUIuqxUDR+DinMgc7xXkNVo4W
+JKEMgzQ1JrHCeZey5Y0VmUg+pR6DUijIHcX/5+i7o6O8akzGBeSmyDVZLyuR+6tZ
+FCMy56ECC0yuVF86VrjvA0/eO2Ni+9hJW6u1tcOEe3sFAloQBg64oQ4yumeRTks9
+Nk9QAo4E+2G55H3qhhqyhq6W8Yg7W4kAdXI8nbQfYuWi0TyaEegqKXguDQHU66H9
++gQY2tSyo1JNoBOgLjRu7tr4aNwkUyi0txWmvF6Ro8raSeUDCCh2RHNNIA1Ta2Jo
+DW/2WWt1YFPPF7ho2phjMdIetIKhlrwlhXb/QFqPDuY8WMgyg/bbaTeqsrBUkIs9
+kGsDbp106Lrqp8QEeH/rSiBR5NNkmRkXTvHVywP/SeQ1bbClRcsYo55YXaeSyVXN
+4gricDiqDUl5mpLFpWMT
+=ZH5B
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-javadoc.jar.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+6388cb8f1946a131310684000fa78b7d
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-javadoc.jar.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+541f955ea7a1ceaebf5e2d511f23b0f6651e7869
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-sources.jar.asc Wed Jan 10 02:18:42 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaVWTWAAoJEPmME8+loTXYOjEQAK/bGuU+Ha6RlLKSiFKTn+E7
+5i5KQgL7p6hvwACLb83mVmmRqGn99pURHpW5hem2mhtPGIi1dTnrIAe6cLVyyne4
+S5RQyWmRKyAPGbNIFrsVZknnpsJtLeTvIziq77dpH5/0dk2RxPUp2SxnQxYqM3n2
+hTbjYQ38BlG3x+RXLj3WvWbI13JLXpZ61BxAKNOpFaAwoezEUCsQRnYV6h4qsH07
+acNxpyiddFyuDeqHP3qHV+LHq6oDWrHV6kg25VAWazNH67zbZweSGbPeLRd4TzQF
+PK26yjj5/HkQ6nG1Ner2Gi5BUTvOa0LAR22WcjQFG9r7LFGSKLTkrbbBzCp24UlS
+KiW7IAO5/i70I6t0+P3OXdO3E1FFfm1QHSRmZTS3NYDsXBByaEIxICZnz+UwNLEA
+90lFAQwpsyp1YTt/1iVEcF+PoR/R6MIC1rrTYjOgTkeMy2kJYRCYXqceWIuIIkg1
+pHHtbxBDiawKlM0EkMux55gleBUe9P/PusCFZaBYYhp9EBhNUSFovnzjaAn3BawQ
+WHpn/ZRJ9rHYwEnSlx0/L0kofLwZGzRQ43VZ+k/KXsdfbUHBcByOhl3GVIyq01Zt
+0VPO2PR5lEmnH+sLGOlNVg7bZFHjtTPvEVfv5E3CGPVuNfBcf6rxmMTm8nq8nvLh
+JGrevkF9a52yj6lEi423
+=Yfdb
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-sources.jar.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+027639a4895a3154e31de10b4bd5ae94
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1-sources.jar.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+7b4abe768c2b17184989acad1d80bd1bfd823b7a
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.jar.asc (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.jar.asc Wed Jan 10 02:18:42 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaVWTWAAoJEPmME8+loTXYXb8QAJE1FpwSwJlhNmpd2cYvoYJk
+6wyJyuUz+8pLWbYC9I1/MNU7i4PlT0K1ltXBTauq3oRr3g0i071/pf+3p//DUmuy
+Xzqx6RJqmFhJjOAwEOhh/Ih7itwozcUagPdhQ65LOtA3LbW2BjFBA5+kQCLktBfv
+MyNStAlLZ6N3T/sojoRTzIR6x3IkRcuhsrLDzmcJ+BnRjFEtFlTUMxnboih/d7Ij
+why3007DDnGoBZtk0gL6Kwfm9+7yzqkdUHoRMB5AWmv/aEF2HcPon2wRfSoWsTMt
+uiSTf3nTjRFNRk8DKo7WjEAMNPLzQKcGRhtuiKNZorqzSUBN3ke2CAL1yMin5/Jc
+/UwquZLgkTH9FDCTRn5olVnGUP7HlCV9dyycHr+I3lZVZwWkOuXy8oJ10sp3HbkT
+g2+T/11KGlcBXjRxo4/oUPCxgkRVMU7xqFDRuSMrKVCB55+1usQakBsK13NHdyAu
+ELJesfWlLY6gDnfoxy/tiYjRZnZ9+1Jd0dKqj2yswTR2Hybw1gUNORbWqscdzzVa
+t0uo3h+0tPnYfDc6EIaOfYNp2psOqYTkKCxS2rgcT7BTpRCULU32NobOAN8CJkpj
+j6idPI2iL8DWUqXjPH6o6Pkz7qD3LPn+DGkMsUamDyuNdhnfLZfUgyWTHgIWaTD/
+NVVVKzNCB4bclTHPDmyx
+=R0sB
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.jar.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+a820d08b54c033bb1842cb2e52e89ef0
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.jar.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+d83ee3f2f96a6905965c16909308de0b76c29a64
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.pom
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.pom (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.pom Wed Jan 10 02:18:42 2018
@@ -0,0 +1,478 @@
+<!--
+  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>7.2.1</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-clustering</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Clustering</name>
+  <description>Apache Solr Clustering</description>
+  <properties>
+    <module-directory>solr/contrib/clustering</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-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.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</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-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>info.ganglia.gmetric4j</groupId>
+      <artifactId>gmetric4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-ganglia</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-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</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-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.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</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.carrot2</groupId>
+      <artifactId>carrot2-mini</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.carrot2.attributes</groupId>
+      <artifactId>attributes-binder</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.carrot2.shaded</groupId>
+      <artifactId>carrot2-guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</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-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.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</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.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.simpleframework</groupId>
+      <artifactId>simple-xml</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.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <optional>true</optional>
+    </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-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.pom.asc (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.pom.asc Wed Jan 10 02:18:42 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaVWTXAAoJEPmME8+loTXY/gAP/0oTCaqBk++Rc2OoS/+HHeoP
+wsdUECakcPvT+K8o/IypcUIa6/k7fhyMlo/gPhYFjaHCnDDkFS0b6JyuZtlBo75i
+0MjoLjJdaSaAoigGNI8+dn8qam/HV6f3BHvhi1uHSVfjSTm6HCObJD32l60yZHa7
+ga+Gr811ROmSyjLuqztOaSkuAz0hGBFiXYoajprGQ4nBEx7aYCqw6rwb9adhaZG2
+HrGIGuEQxFcqKp5iC6unw4POl3nxE5NuWvTnBEZm9GPpdb/Xebc0OmxgSslJ93gv
+RQZwNlnBS61vwIwsSUndmlIEx8aHEOPNsl6CHlBuh9O9JMkYiRMPr40r+UO9D96I
+1ukK5yb0A0eaYvbvODWrvaztoYGjziCN8gipOolb3vJeCRVjRw6fetJf1Ng/5aAY
+AMpkDHi3+4ahpk3OPO33kCEYxKLPndvyNAwC2oTox2eHJHlqfJ1Isc20W/RoizOo
+zStry1Ij8U+7tEXpVVVpvM/W6gkWXSOuAxDMsn/Mz5FxDwIVO3IkpdsmNF8n3qZa
+sTJcRYuzmoU0sOQRyRA87P2WzpkC/zDVZI17PIaqeOL5IFeubxh2t9MIPq+Yzt00
+jnSqHqowBQQtyosdLB7g24XuDFWqsO+oUPbV1PRJ6oCWxSoBS56wx/3Dn3uW8OW/
+xmyc+E4d5ddg+VEhUWAz
+=hvVS
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.pom.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+b8426b97b99952ec9d34eaa89042171d
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/7.2.1/solr-clustering-7.2.1.pom.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+0935825cdf52fd1b3100a49e8ed74aad1dc5d5d8
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml Wed Jan 10 02:18:42 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-clustering</artifactId>
+  <version>7.2.1</version>
+  <versioning>
+    <versions>
+      <version>7.2.1</version>
+    </versions>
+    <lastUpdated>20180110005627</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+a10916f0a28b51b45ef817a403e092b2
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+c7f276fe0e98763d3789b6d415aaf3a85f2b2f17
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-javadoc.jar.asc Wed Jan 10 02:18:42 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaVWTXAAoJEPmME8+loTXYb+kP/3df/AStH5wFYxCCu+0PjU3j
+k0sJLZAF1faw/SZO6cjEpeM9Yd0IPjqwwZkrsO33xWZwpXUKBiR5fjG34UpAxQ2q
+dEVWi5HYblP7vrAedtbvaiut2upl+ytJyvP7Pp2RyaDNttpZyho86HiDwoVXPnfF
+chXGv+qlV8dwQNcIXgFs+66+w/IvZyBxI4smSNH84ZENH16aMdoCDtenipZaJBJ5
+yzQeNuPdvFgQHUX2U/v6JG+yzpSoeeVPinJCEHiTEnHfqZXNI9GKKQQmQcVphJvm
+FpSe+KsVv8UscGD3Iaha0Xr/1xdKR4szm7GpyzgDzht6GoLRzlpZbyZnebpFGOnA
+CLyjUaE72p+aiZP2d0+9OF/7CaTpNU0LiyIEpsy8XqPKjZCFMhHyY4Kxf/RZIKQA
+N69rUF4t0hHrDWhHfvyRqX2tjri7DrdeVKwsjqmSazOdsNoYCWWOJ4CnYJaUKmT2
+jkbNAhaFZc/j/yXn8eomN//6MvGll09nViR3thBcTEZOiweA33w5cDhNTpMCx9CV
+RKFdvQkZrUGkEHcXk7Du0Fk/PYSkIFI6tOadWXws6vCILj30h6kKblREZqQEYnp0
+PhOvXRhr/EOms9IAMwVIAAQYkfrpeXBT/53cYTJ1ZdnOA1YRZ7JxAMc5OFEyV8UK
+Gp6jROoHnDykpDgZ7hsx
+=uWTo
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-javadoc.jar.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+53c469d5a5d0abf43fdeada0c77d2c9d
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-javadoc.jar.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+67dde52e7acc351d4d93a1c81f1fab6affe35795
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-sources.jar.asc Wed Jan 10 02:18:42 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaVWTYAAoJEPmME8+loTXYz80P/3j8mmaPHaVOkqoBuXuqc+ac
+G+bzTqEickznwYtVhgl0dJZOzf8ySCuljUY+MqSrXIS3IOrWgyUx5DVqrcmhOo7R
+TOt48AxzVZg1+ZQacGAmU1CBZL75utfhk9v69jsuxIamESNUe2BN5MfhMm2cwMzI
+OrUz9jxqtn3Q4FnpElbVPlGpWGEuVT3kfSMMWMDDq+Trl1TfjxBx3SWe6tYo5znZ
+oQpl+vbwStWa0+ic/jV8MUzEaOhkbZRWj3ArwEHfUUaxDK+gJ8B6L0iNK2dn+U8G
+loU1QkU/odcTv0dALQJOWpZKkWVGqW6OGMRSNdN8Aic//TfQEx1Mrf9H4u5BtKmu
+yVMfNz5r/gXF+RSjufL23EKIk8TUanynGoYb2em4Mml9rnZHKI3JwR3VYf1O5mG3
+WSY071bR9/456yTxCWZ7mb2djsJB6PrMd6ZEb5NELfVGQAEcwFFpgs3lxfikCDyD
+Q+5Ij/4lXzvOtyOBM1y9Crc7z86DHfNrxdpXEA/7YvPIDCdZY4tBk17HeaBkz5xM
+DO6gk/Jk3QfnKxnMp6J7lEdUiVABE9EAvSRgJsWrbj3WYYq836c6DhwJfJ8jl5op
+pHDhHALRn/k1zHFGFYgxEb4GrCj+uJ6ldjGJYkAtiCricAMgEbvTbBz74fFw1PwM
+CzBWi0MCrCfm7sfNtjiz
+=CUtQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-sources.jar.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+2ad0193415a078dc39aa485a396b3969
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1-sources.jar.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+8f550ed8d2c394b1b92e9ac83554027a5bf4babb
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.jar.asc (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.jar.asc Wed Jan 10 02:18:42 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaVWTYAAoJEPmME8+loTXYMoEQAJqvzyMIgAzmLKgQfQ0AvCkk
+XWS+wgF4+rgNZbjcLcNZGqU13Da9EtFBZJYPKnPh/UzmeZ68xAlitFWhVgQ76AZg
+cc8VrwxvFuNiwML0f27QzXM8emRkXkc/oH9IBsL1xt/ew0M2u1VTwclDpGpqOAPV
+Q+Y/3VH4SQarh+pyeGpgemEHwgt7Lyn8ZtFkxBvX27PaUmW/G4eW5k86E2AGpH/9
+21jEfx/6+WU4ym7bERWrQ52ch8N0tdXSFAT1Nni1VlSAaDh353L2ji1R9vPP/LTa
+aq8bYGc8LVjORsGwywjqsgTnTdgcZ2o5kV45Vyf6ROAIx1v+5XgeRq38IqTEM2hO
+KimOcUBAnUWfy3xsO/ebXtkYNc+AeVKT1h3aSYRYQ9bUjgyGrLaOKnTO68RQGOtJ
+txNhnNYFxUO6YBu8TxK6xb+WuNxS4p3TLDeON0oLioA41n92VUY6RhHiKri3AF6J
+TicCqoXca0HE5AprwXdiixv+TQApYrtI7pS61W3fDQcWH8Or7daeBALTECGRD5Zh
+Yik3WDA5YA2ODZMb8wnCwMlpBv6DiTpl8CWObP5KvesgAbzndYZCK2EE/HZBYDNG
+c6XkeJOO5TVv9lV2VACUXq3uz5plu68RzvsyEe+e8Ff6OTQTtFlnLGa3llxqHXpZ
+nQ8jXDxwFRWwOhpqe6uZ
+=CP3h
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.jar.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+98749d3994dfec9b85cedcedccffb2fb
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.jar.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+63ccc0f3cf3635bf346aa1a84995259197a8e776
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.pom
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.pom (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.pom Wed Jan 10 02:18:42 2018
@@ -0,0 +1,460 @@
+<!--
+  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>7.2.1</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Core</name>
+  <description>Apache Solr Core</description>
+  <properties>
+    <module-directory>solr/core</module-directory>
+    <relative-top-level>../../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}/src/java</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>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-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.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.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</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-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>info.ganglia.gmetric4j</groupId>
+      <artifactId>gmetric4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-ganglia</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-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</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-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</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</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</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-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.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</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.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</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.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/../resources</directory>
+      </resource>
+    </resources>
+    <testSourceDirectory/>
+    <testResources/>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- Tests are run from solr-core-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- This skips test compilation - tests are run from solr-core-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <phase>none</phase> <!-- Block inherited execution -->
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.pom.asc (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.pom.asc Wed Jan 10 02:18:42 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaVWTZAAoJEPmME8+loTXYosQP/3ntNBOJu8x7rxkCi0VqJjc7
+73gE2ZeoHAiQufJes2Sp844+n/qSwsEA/6+gCqi90nuBpGkKCI5dunoeRSoAMqmE
+RWmy0u9MG7FkU+5jH/T/dzgGTp+YpgKMcL3xMTlZreU0rWMVv3H0Wfo9ywROInAR
+gMWWL04VlbuV2UpQlwWqaDrxkUCzc4XhOsT7g7YUdXModnBgQkI0yTXnMtb1yUpD
+3ngkcInpRHiLCy+7tCWgW8nKh0GoqcIJAmYoqBuN3rrxKVdVL1lSUnfQWr+8xt2W
+xvcWApVFW+wiJCD95tgS/060jF4GV2AhBpzGC80LgpJSWKW5FJo/vsLWtOYna/iE
+N96tmNClNKSsO//U3EB54cNY1XJ610v23BbjenemfmO77vLpt0ZSVwKrh3jNZvk+
+bPdpF68K8Vklp58v9gTr8EJEcWmwdRC7jS/meDXjEHPPxJT1mSRBafIPcVA7MQko
+3/k4hJDWILKKsOLshQLf3l0Z4v3S1KlXF97yKVS6m+3jBW8/TIfOr67wakRq8qoL
+UGutFqJs423BfbCRIsBQ1vKCX1+EKGa6/86T1KmBaD1H1KIs1puv/s/K4FeLBcNT
+6YdooN42eJjCJWrJA3W4XrRY1acgLzPpAZ6ejvK/ukHa+lOKg0HZ2JqByO8OLU3x
+z9fXJ6ag1PVVl68Itw3P
+=HteJ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.pom.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+2ba5f7522268e308066e1ba23eea6c72
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/7.2.1/solr-core-7.2.1.pom.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+10c5ece2600d548ed15c4d2896f042230da5d14f
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml Wed Jan 10 02:18:42 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <version>7.2.1</version>
+  <versioning>
+    <versions>
+      <version>7.2.1</version>
+    </versions>
+    <lastUpdated>20180110005615</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+4949b41e23046028e0fb741c718b3a54
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+c6c00ae6984bb54f992e60df759986b0cb66ead3
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-dataimporthandler-extras/7.2.1/solr-dataimporthandler-extras-7.2.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-dataimporthandler-extras/7.2.1/solr-dataimporthandler-extras-7.2.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-dataimporthandler-extras/7.2.1/solr-dataimporthandler-extras-7.2.1-javadoc.jar.asc Wed Jan 10 02:18:42 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaVWTZAAoJEPmME8+loTXYzLMP/2BzQmOkXqJ8Ku4p13eK6yL5
+0tGBXGmfHiXYtEiTLGjXHKFoGsWFkF2Hq95zjytO9XycFeiwtIK4YCepUHPFDqfh
+X/VrZ0DjsVkiBgj0q9vyMb1ESDsmaeFpwrYU1aRdR2sQGD9ObDzliWGhneEgMUkZ
+NbArcL9nVpNrVXKh6BGILm/QpuHKJwMqta53VHSJtGhRb4AXhsK0mXOgC/H9pZLY
+KynofqWmN/NeauWZAzJVMA/UECVVIQflo593sefSw1+ggj5mloYxhsx1C+TwECv/
+VZSOPpopJXRghQh8O3mdXFEJloPYXlw2mWwoFjiSJAdzl/1cpmaIPpWbKoUu/28r
+ZIWtnOG+Bcrlmic/dc6Xx05xUJafEGXh7P/+GQ0/lvhW206CkT9JgNQCyAJPVNwL
+gWI7ZEGbCifU3Aew59MMBqzrqOx67/FGR9bHgLQyjHpdxS0Uk/CzXxF6Ltq4YWvt
+6EIfRYJ4rJo3EcNnHjqXle+EA30GECi9QkFrms0/edZ/dEQdXdjCsWgKl9a6+8AN
+hs/m+44LcJaYHwfeyzVcNpcJVKV9e5nrbYkqlW+trCxDALzhAwnJ5mlFwE/vtNhv
++wryohD8qNyygyNJQ56jbpAJhryUj1Jdg6aCia7bxEYjviKYVU0HlXSau0dXssZp
+X6NfLwluhswkMK35AQdF
+=HAxT
+-----END PGP SIGNATURE-----