You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2017/04/20 13:09:52 UTC

svn commit: r19217 [19/25] - in /dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e: ./ 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-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/6.5.1/solr-cell-6.5.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/6.5.1/solr-cell-6.5.1.pom (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/6.5.1/solr-cell-6.5.1.pom Thu Apr 20 13:09:49 2017
@@ -0,0 +1,593 @@
+<!--
+  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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.5.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-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.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.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>net.sourceforge.jmatio</groupId>
+      <artifactId>jmatio</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-compress</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</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.tukaani</groupId>
+      <artifactId>xz</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>rome</groupId>
+      <artifactId>rome</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>

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/6.5.1/solr-cell-6.5.1.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/6.5.1/solr-cell-6.5.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/6.5.1/solr-cell-6.5.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/6.5.1/solr-cell-6.5.1.pom.asc Thu Apr 20 13:09:49 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJY+BV4AAoJEKM20MDuZMsenBcP/3FfRwcuroOTxoKIZWK/3Z0v
+jgMlJU1pXeubqwcRG0L6fQLUc0pI6F0kHBRZcRNiLzAQGokOeuyr4C132sZJGcch
+O4TeEVILfI8Vg3V71tFpJupikqIv8Cdk4yunYmgFT0YPDTRBoonDEOVZK+YG0Xnz
+l6mtZGfQenRC3lnRzc4uaNZ/wYz1ah7SfDtfCSD5WCGr5DFW0BybGypH8MhEwdHj
+e1blgZe+ZgGZqH5hRtny6C9/ZIMa4N65zndvkzT9mcRJlFfvF2likKSnZMwequUV
+ypEwg7vERCGLS6vGnRkTbyaHMWoMOCiSeBvr8Ogb6YKGvCNxveonS9GpFDO4CZlU
+dnT30JJxZ8+G/MrvCRAQrUIVSYcrC0LWNnalU38baHMFTwgUMF/k/k7tGUa4lXvn
+WZ/C7zicUt+VVip3ByDuNMwgkvRGqeotkMHyAGSzkouAWN+BUCYVjIRUbMpjRx2h
+04VHnURqaq+i6wq5iyvDir16rc44P95ReWW1EuBbttahsFutNWcPDCBPQECHN7CZ
+LsfpI/8EWbfdDV6Kx+w8/iUJUSBZgDMOSo+GIbTjfQ9PZPmD/odddv6n4L3bOjSx
+2bFx01GpqiSotEBwssCYoEHOXKFCfdfBS/A9+rhXF0rcbIQVWEFSWort5MsQsrqN
+2TvR5f/nz22UA3dhTTsC
+=Myw+
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/6.5.1/solr-cell-6.5.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/6.5.1/solr-cell-6.5.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/6.5.1/solr-cell-6.5.1.pom.md5 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+02e2602b33ace5b407acdad0c4611968
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/6.5.1/solr-cell-6.5.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/6.5.1/solr-cell-6.5.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/6.5.1/solr-cell-6.5.1.pom.sha1 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+fb15981ec1c0177032221b692c8c367339de60f1
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/6.5.1/solr-cell-6.5.1.pom.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml Thu Apr 20 13:09:49 2017
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-cell</artifactId>
+  <version>6.5.1</version>
+  <versioning>
+    <versions>
+      <version>6.5.1</version>
+    </versions>
+    <lastUpdated>20170420015648</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+beb469e8e8b90e8efb301e93696ee907
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+71682676a116cc1f6204ba15625676fb3b7b1f26
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-javadoc.jar.asc Thu Apr 20 13:09:49 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJY+BV4AAoJEKM20MDuZMseDh4QAI6107py3fVf+4e+2FrjcHpl
+BtqDWhBd7MZGzoK1agEYCtsoJHmq1ASpsBrm2sAfBXHJIbhm7aJ+GqWpMydrK+MF
+hqnS8PNEtKGnyLIoWlCGeXYbjkodi7eSwuDWJoiHBOzw3h2QhogArL9h+IW/TGZV
+wMaRxCnCy5rGzwuHMbHwFFV5TyEvS5aMmmV352GTIs9nj1cp2Q8aCIpLPfaJ7YUQ
+uhNi7mL77r4NgAnkXNDD+V15bcLTKLzf2F2KUdq+VFLoK25VRKqpJ4LUoizKvsby
+3TxyvO8D8FNo79JhXMd8IjU5ltu7LnEOBPRPGPcnjPMtoHP/dkoZCFkMdncFe+X9
+dbw69UJs0jeMyay5DK7I7IKSijcxXw6SvqJ4bZ88zEI5EodwKNNFix+Mg8CckQ7t
+tBao5U1cgnqgNsY94b3JXnYu0yd/JkPCqfQICoJ0jBCZ4mF/Px+4GsAmUYq3Xzis
+wUZB/RDzTC0WTobZXfxqmmDBsTVM1Tq0OHTLt5ABAM6ONscPzb0IRD2Jb37M+7UW
+In/HUrIIoEp2ermS+jg03rT5qztAkkF/fHYVEjag37OIZuMzCoNgQV5Ad/CYqGYZ
+t3N8Ekj4y2oUw35A6oTEduXI4GGQVXmQql42TKPQP1HGP+mSP1PhSWT63GY3A0u0
+xsGwX3laZZUgShck7Kll
+=rvVO
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-javadoc.jar.md5 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+fbe37aa2c03f7bc96d98033c351333b5
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-javadoc.jar.sha1 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+09e2c2251484f40368797a7973f1f206be09d6e1
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-javadoc.jar.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-sources.jar.asc Thu Apr 20 13:09:49 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJY+BV4AAoJEKM20MDuZMseeqkQAIFJphSgPkZKUU/e8dkq4pro
+smywkA+kySkdas1vAC5TdB3uCovoS9Pas+0x3ENO0lpT/i1ts6E3zSl/GsrG12xH
+pJqrybw1WbSY83GDWCl88P8hiTsz1eI1i2J782+PRcpYRNeKxclUf9stc0i2xK+L
+gfFy3ur/a/8xfbW5IUMQeFkVVrCt2xhTBtQCGsP4aBJasDelIV9hdzfs7sQw0qMf
+4m7qGtATPq+vi0Drs5oCr4nCq175mwHSt02fwG+aCctY9ewdb0GlNlWjKQuE8aA4
+pqH1HaA06Tis3fc/mCmm+rtSiVWWQQC1fm+8ev1rEbMeS8MY1gg2NRjm7wYkbASK
+9QrBxHa7OJeHqBV1UMP1ZF07NxtYAJTr8Gyem1pmd26PzL7RFD86AH9IUITpFrCZ
+oJFRJKG4uSqPJUn2faRp0dcGce/aZO43xjyl6X2PTopS0bJjvYwERyn4Og2QtGtH
+IAMqUzADadLhghfIcXS5MGicAeeJzuUJxB6Snx07/NAgFuUYTIjbndvn1HDalECw
+W0oz9GmqD7N1U6ikw0Y1X1b6xQfrjo/7ZDwEDZcvhXqwFirnBzOjqG2R658uDO1Q
+tMVEN92bXfAiOxbJey4rPLg+r4e0ot646J3L09vmVEc6IdnImhNeZoZXAFOrC332
+pg9Jy5eVRXiuqfr3AoPU
+=1x0X
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-sources.jar.md5 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+ce6edb3058019069ec054a1623be94b9
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-sources.jar.sha1 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+4cfea1410920b0327e0852501e00dadff0984eb3
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1-sources.jar.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.jar.asc Thu Apr 20 13:09:49 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJY+BV4AAoJEKM20MDuZMseX7UQAOH5zI1dEOmsaU2/Uz0QDQfi
+uw7hkL6f0+SM672o/Ix5yySAvRYaaRuCR1KnOsGQCorTbFSLRgCT9BdT9OGzNYGK
+H46adA2fNB1Sc/JU2S8Z48SmD+/YQh/8Iqyj5gXdG58CYcUN1w2G4jOl8jRYZc1U
+CpMYyvIzhpisTIpMwlsOpMZENS1T/n4NQqKDPg11UKioFIg/CCMDSzhFxjU+CMkY
+aoWbPHVIUBZfhy835Z6C+djl080amcmO97QgZFUFxzDvh025nJEpgqSXUJTBPkhM
+rCCxh3GUqq+I9VNr0eodvbo+JORziew8DEG4Wr2vkorh/O9x9dyR1TnP2ixBuvOL
+BhAHSh7Zo4ZNEha1sZk1tU1vUhqY81z9JCdDryMhp+3MFVnBGc+MhWJw8otlIQnZ
+3iNQbs6200aBru5RUL/JI7HDAOoz1ONOOQqNznGqNsInppasnVjx7p8EeIz23VOm
+AMWcRTeeBadYXOt2X77pVIzazoe86FzoNvKb1dCp3mCEISK2llybP/QDpb6w/+I5
+Itdb7tjATtGnC/3tmvVR75FtPEG2qgmqaTuPL9sDXXXvL9inOoxSPwswjDMs3T0e
+909Q4LfXKpI6nkQjsf0jFvb+zf6/ICdDDem2KYRBuLHXSvY3HUWFnAFUHsdpOjMr
+biXtNYpdgym5QphYlgxS
+=1Vo6
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.jar.md5 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+0904c21dc30c07b536a9f3e9bfabcf55
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.jar.sha1 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+3777867517c0c727ce231904551de8ee68a7a53d
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.jar.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.pom (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.pom Thu Apr 20 13:09:49 2017
@@ -0,0 +1,466 @@
+<!--
+  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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.5.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-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.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>

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.pom.asc Thu Apr 20 13:09:49 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJY+BV5AAoJEKM20MDuZMseyZIP/2EAKkZ8sC3dw9SSq64Qyt3n
+0drURRbEV4L+C+qaoId2wOXxiuiMtwpiOCwzo9xvMbJPdfTHhC6sZpCRlhARt+fl
+owtTv5kPxoRZxrTIAOhyjp12eGgrPWINAJLgV0IKD+GPhU6pMc9vDvDg/n+JnEL9
+l6rD4xl8rM5KXRxcbIxHwutmbyfbRqF0oUiHIYXkVTD0FtYWNyMoN9MRrCVGQKBb
+hWAhFuKH0mCZ+VB4hWU4awEAEWbTwSVBAlDOSaqDbtKISuafm+awWI3UshLAp71C
+3kHPCxLG6qrKR5pQCbkBvlUbT/xY7b63bOJSLc8guxIFAfm1q/yqzAc20YX4rA/R
+DcrvJFWQ61GeKWEaF4/s5rJBPc8KWsFEeZ1+pMvKIULOZF/4Jt8ceHD33UGO2OUV
+MsFEWvAPWVZ6MGtbG+lxnN740T++SDnF/ez78F3iDOmklzRjs3NnvLQEgf/LASmA
+SFoLM+OA2bpj20kOQgkfE4CwI5pteMEeZT0mfjGPsZstRRfb78CYl//mOJHgXm+P
+KzWOER6ul65cKBQX/Kw7CzRXwRQpVYPnJA1nku8dR9QYQCwDrO77W+gTfXljOQqT
+EOM9kJ0TfPBJWHZiXM4APTLJ8XknqOtqeTUWJmEmsN+aK9ZRUmZSixDCtwsrqJlN
+V5CJJII6+HlBbkdE5P27
+=+c3u
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.pom.md5 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+ef96d150fe4eb06cd06af739c0f3cf11
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.pom.sha1 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+a047af77ff98ace94fb0168795afa96d23e48c9f
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/6.5.1/solr-clustering-6.5.1.pom.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml Thu Apr 20 13:09:49 2017
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-clustering</artifactId>
+  <version>6.5.1</version>
+  <versioning>
+    <versions>
+      <version>6.5.1</version>
+    </versions>
+    <lastUpdated>20170420015642</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+b50366a6ec6b88323763d33807177e2c
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+03e34577c93a8b80c084ebb54d8b65d745700eb6
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-javadoc.jar.asc Thu Apr 20 13:09:49 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJY+BV5AAoJEKM20MDuZMse6MEQAJDjXME9dQY22dkSfjzpnTUT
+JMdg0cOEIEnKl12YG+aoOvzLZVYqMmrJ6WmHHGpEcqh1RnawnTeOy6U78+BDQoYk
+qnN4jBnblfX+rp369Dzu6C74kdKofjXQYb0C8bo12uOOyMkcyFCs1GyjL8Ld80Cq
+Tyyov92Eqo5e9NSS6uTkaYPPQVi/C67AVE/eO+MMsNt8ejHp/ljgOXfFUNgLitD5
+wYCPK6I1K6L/xgcMyWSprd+tK9aJRBm0q7+eyjrOMFP58E+FE0TCbUIQsvOqocj5
+PGu1Cj55/36X6YlOYklcX5sgrJigJLK0QLb5H8g25islTs+lW+D/Q4sX/8yy3DCS
+ETfuK2DViNrzabjwHd1dusy9rnjd8ITqkNEYdmXYFjAG6ODcMUDWdrQk9LQztkK9
+d5P0+F0GN6p/oaXEvpxIHKstaRdKRicOuXO8JoXxuDF03u9Yd4EmiVIe9hoMLUvg
+/j3mqy6td+QtVCr0VrJGadcfNbG4Mw70S9noLPktfOVvYp9Cd0EUMnoFk1vnxaKs
+xceQCfYeKzEGBXAcKsNV5MY6hKAuDKH3keou8pVYLGSKDmcPGDUzImKUTVSZz2PV
+CCWAMOb3dNbgBDh5oCg41yceTpG9W92QvXrfXYbRnLw4gwf7B62rJEaj8i4UNuZ7
++ler0lBF72TGsLjqJVAA
+=ynSJ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-javadoc.jar.md5 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+e534e62156195d49103d6c2ff2dad720
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-javadoc.jar.sha1 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+a9619924bdc634e3a2c08bf0258a0363815a0786
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-javadoc.jar.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-sources.jar.asc Thu Apr 20 13:09:49 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJY+BV5AAoJEKM20MDuZMseTMYQAOhNcqJAS6VBUZXKG3CbhoJk
+utSvARB0NzQLj+FoW3mzuZ5URSp+JIl99FS91wZ9eGppPct9Y7tlsYXHbv9i70VV
+pIlw5SqeRqvT2hewYJf5J7m72KObsvNijFaLjvxV5FSFSXktaRud3Hr1a0gHskP6
+A/eHrnu0GidIzYP9dL+KghDEwBR+xr52zveGYPGQfagDiD5lqdK5twu90A5E3Buu
+phq+1+KhBmZN2ObBvPW83d98UTCRwhamp/ZIHcv4+KIe0Eo1tYRa/wpIiwU980tM
+Yfte/amythZ/9oIszQ1kE4be/4Gh37ACLGC09uOuOreZut4hV7l3kQRDE4Pqc4HJ
+4R95Qf/TpLfS3KDD8zqMbvC2Z1eRwcV5Q+rwCUR0p86WccNWA/dd+Y3WwNvjHdVU
+CcMe02h2HDMXrzoeXuFIB/Nne4aeAIgXUmyjhr3Hrc1csWDPGrbCqfDWoNbwGR8q
+HeXTypN95Ehc2X9PtCYJ68O/YJuyvvGj93CbX8o+Hua3xeRg7NZnN+TyjChP2u4C
+GV/xFCzYq+SubhEEutf6f/HhXSS8SSTsFhBta3LdRSSs/Ca5JMt2EkejuovUxRel
+531TSpA2LkF3LA3Zz9vFqw2UZum1mvAEQBwI2uEMDM9iDCq/gcuUAie5rMD5fVza
+owDIdfyzjH5VLq0p1JD9
+=8ykQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-sources.jar.md5 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+b7178100e9f9ce8f7645041de56f5a33
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-sources.jar.sha1 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+9f70bb7a255d413740b8a39f71f8a5352252a4de
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1-sources.jar.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.jar.asc Thu Apr 20 13:09:49 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJY+BV5AAoJEKM20MDuZMserIEQAKhKj7gCP5R/1Ws+3I4wzU93
+ive9SnHm5BJ5kM7Lllmgc30t4riK6PZXCtks3e/dPyVRRoW2kJ+NYLrZoZ8K+4PO
+IJ9b47UDEcxISns4gK6osJ/vVUwKEK5rWaMD3G18w1+/ea4jCjUVn9zzGixWbKDX
+H3sxJYb7frApk8TWUWYyNoGycHtldqligZLS22JATzSzO412lrST0Mz0tpb1A2ty
+znuTbfxp8FAAHBfNZvhGCrLmOMjWyQP8avF/bYDf9SPuxxWZO0cBeaIP0kSLNxP5
+ywyCwuBBT84L0xnV+elkvdNU/YreZUn5l3aJph4/1JXqs+07k81YQMTg2fEoiRx4
+sDzYHq+FeFhH9/jfBLw+6GDgVZCC4RT9wMr4Dt3HHs0MymBzRaxrAdZuzNlTBQ+H
+Icf48n2ASOwpUMtzLltJXSsMUi9VCunbiA6M/B9mVjWXvzTPdQRReknNjIrVq7GT
+M3ig/BvRMtEo04CLgBXljMWNlaqX08Vlyr5/QFPToTiqkyYQLA9QZSduvWsKZ+pw
+4yy67YnJQSUbx8oZde3lSOpawHNyXPSRZvP3w4h9/AiKr7Cu8ujT71BIdP9cxxj5
+9JePOvtC3uZEQAax8jCanvGKuBwIJpdMghlELmztrKVMnDWcBZIizRCb9wV+ztL8
+xhDzItXHo4HtvDtLqfki
+=jQOl
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.jar.md5 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+c0faaf5b3d6868b4e53841949223a099
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.jar.sha1 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+02c8fb3a50b1babfcb3dbefc4f15fac37e4ffbee
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.jar.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.pom (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.pom Thu Apr 20 13:09:49 2017
@@ -0,0 +1,452 @@
+<!--
+  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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.5.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-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.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>

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.pom.asc Thu Apr 20 13:09:49 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJY+BV5AAoJEKM20MDuZMseNgMQAJfLz2/ZvoIrvUfkeMAmwMwK
+ZFsMJ58grt+Cjz/0KCkFJDalF7tSFLkOTN86KdActkCLHxDCqxPHX658yzTvNzZu
++03vt5Pa8h/JPL6gchuyAWmIquw1+kVDQNv5jqoZDPULcn7YV6xfg4dUo9sYWynm
+pMHjf1SJP9tsQlPKDyfCcYML8rpdIkGJadF67CHWDLP5iEQlAiUtMZWduqfWKi0A
+suwkwSMFY7HfA6xmaZ7aci90b4eGV9Oz0nlrPg0epPDw4kSwzI+br6TIitYp5mzD
+hz3gHEOXJiJUiaZp51Je1SfWcPjlvNsq2mVU+eSYMuKTS5j9yCYU8jEm4ft/zUKX
+q6FOULmsDDyFY2esyhYRNXlASaqOViQZRhr1tdtWo1eooFnir1tGmGKaMRUwCw0O
+ZohQFt5YXmV3vUhnYTthmeaxrWDk9gXp3kdV/QBPuONwKx0meKnMC6CTNwukPmiN
+duD1xG5TKN7e+hoW9Myuh3/aWVxCV0gK6cSnwH83uDfdMAb0gH0LDjQPYf+6bSFY
+WEUG4O21nZ7w/n+z48HUyq43aULjFU3r6eQPKA+sAGB3Q8gRhZq3m7ESaoOHtERl
+d7e1F4EfsFXstdSgbsFQi5zeTAYnGqA/2rhuKC6A5MMfysh6cSVag177MsM63Z/J
+yw60Rwx4WY/UrHQfvlO+
+=3r7l
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.pom.md5 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+3d3ec1fecbf11abee535e0b8e3a55c16
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.pom.sha1 Thu Apr 20 13:09:49 2017
@@ -0,0 +1 @@
+d669485f72ea3226ca611d2e58f7896bd9db19c2
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/6.5.1/solr-core-6.5.1.pom.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/maven-metadata.xml Thu Apr 20 13:09:49 2017
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <version>6.5.1</version>
+  <versioning>
+    <versions>
+      <version>6.5.1</version>
+    </versions>
+    <lastUpdated>20170420015634</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-6.5.1-RC2-rev010cac1946df29d3ca03e8b829ce051f92974a5e/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native