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 2017/04/21 11:50:12 UTC

svn commit: r19232 [20/22] - in /dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75: ./ 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-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom Fri Apr 21 11:50:09 2017
@@ -0,0 +1,853 @@
+<!--
+  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-morphlines-core</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Morphlines Core</name>
+  <description>Apache Solr - Morphlines Core</description>
+  <properties>
+    <module-directory>solr/contrib/morphlines-core</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-cell</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.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>com.typesafe</groupId>
+      <artifactId>config</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-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-healthchecks</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-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-hdfs</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.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.kitesdk</groupId>
+      <artifactId>kite-morphlines-avro</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-core</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>
+
+    <dependency>
+      <groupId>aopalliance</groupId>
+      <artifactId>aopalliance</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.inject</groupId>
+      <artifactId>guice</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.inject.extensions</groupId>
+      <artifactId>guice-servlet</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-bundle</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-json</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-server</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey.contribs</groupId>
+      <artifactId>jersey-guice</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.xml.bind</groupId>
+      <artifactId>jaxb-impl</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.thoughtworks.paranamer</groupId>
+      <artifactId>paranamer</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-all</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>net.bytebuddy</groupId>
+      <artifactId>byte-buddy</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avro</groupId>
+      <artifactId>avro</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+      <scope>test</scope>
+      <classifier>tests</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+      <scope>test</scope>
+      <classifier>tests</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-app</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-common</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-hs</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
+      <scope>test</scope>
+      <classifier>tests</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-shuffle</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-api</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-client</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-common</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-server-applicationhistoryservice</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-server-common</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-server-nodemanager</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-server-resourcemanager</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-server-tests</artifactId>
+      <scope>test</scope>
+      <classifier>tests</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-server-web-proxy</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.mrunit</groupId>
+      <artifactId>mrunit</artifactId>
+      <scope>test</scope>
+      <classifier>hadoop2</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-jaxrs</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.fusesource.leveldbjni</groupId>
+      <artifactId>leveldbjni</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.iq80.leveldb</groupId>
+      <artifactId>leveldb</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.iq80.leveldb</groupId>
+      <artifactId>leveldb-api</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-core</artifactId>
+      <scope>test</scope>
+      <classifier>tests</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>jetty</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.objenesis</groupId>
+      <artifactId>objenesis</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.xerial.snappy</groupId>
+      <artifactId>snappy-java</artifactId>
+      <scope>test</scope>
+    </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>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom.asc Fri Apr 21 11:50:09 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+d6AAAoJEPmME8+loTXYEu0P/2YZGz1ZouPsFdyheowPHaxt
+jg2msB2x+ljE72FXCMBwffezL8fcFwKTV1xxnnJqK6z5UAuTD3CQ/IdBwH8ZCCQ0
+s7Axc63dzymivAowNdFh+K1LH7hdm8I84/Fgd3PEmqiyxdVeSQ4qQe1q1uXHa2xh
+zo4vtkPqUt81eEuTcbfyF5WfjvPsEO0YvMQfffuzlVat3N2UODGGh+EnZIfY8E8Q
+yapEcf1X8pHmFQTaIZC2RcGXszlmlfzPXWb2l9jhhMRtarsz87pV4sdN+waVNMOw
+U8Ue5+W2YQPq6ETjEB4PinkA64nQz+P5a3pNUm/rHGKdkuMe6YYqKJKGrtVJByeK
++xg7tPcLlTNzKJ5Q5M1WAzRAicRcQmyJ3xR5NQxq/LoLXRfsNavNO0fQaYkzvEIH
+dotYUaFHN0JUoBt+l67OiMGsqcU+S/lGYbratFoHqFe+9cSh4Z8Ut3kro3JtSmib
+8mLK/wiHiuN3Pq17d2/iNcfbJL8Eg2fE/sP03FGLrKiD6x38rx/KSIu02m3wmgL4
+DB0e1rd2lzEBl300tczNWzaUldLVZ3HtuH9bHTI0/rctkJaa+vf6nZujRWMIF2S1
+WBCgArIH1PYRJhIgdCM5lrHU8XlrNrJZt4KWgomlccbTnsrXdc73qz+jj59zpwnB
+EwfL1pTv5u8EeTowjT76
+=/LLQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom.md5 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+5a02361683557ce9839abd05da619fa1
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom.sha1 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+cff89eb99ce9baa57902a363b3a9a25031119e19
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml Fri Apr 21 11:50:09 2017
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-morphlines-core</artifactId>
+  <version>6.5.1</version>
+  <versioning>
+    <versions>
+      <version>6.5.1</version>
+    </versions>
+    <lastUpdated>20170421102640</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+92db0de698384017152f128bc8eb46f1
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+785d3170e2a328e69f8488064da205e105e31bad
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom Fri Apr 21 11:50:09 2017
@@ -0,0 +1,186 @@
+<!--
+  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.lucene</groupId>
+    <artifactId>lucene-solr-grandparent</artifactId>
+    <version>6.5.1</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-parent</artifactId>
+  <packaging>pom</packaging>
+  <name>Apache Solr parent POM</name>
+  <description>Apache Solr parent POM</description>
+  <modules>
+    <module>core</module>
+    <module>solrj</module>
+    <module>test-framework</module>
+    <module>contrib</module>
+  </modules>
+  <properties>
+    <module-directory>solr</module-directory>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Solr User List</name>
+      <subscribe>solr-user-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>solr-user-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/solr-user/
+      </archive>
+    </mailingList>
+    <mailingList>
+      <name>Java Developer List</name>
+      <subscribe>dev-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/lucene-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Java Commits List</name>
+      <subscribe>commits-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/lucene-java-commits/
+      </archive>
+    </mailingList>
+  </mailingLists>
+  <inceptionYear>2006</inceptionYear>
+  <repositories>
+    <repository>
+      <id>maven-restlet</id>
+      <name>Public online Restlet repository</name>
+      <url>http://maven.restlet.org</url>
+    </repository>
+    <repository>
+      <id>releases.cloudera.com</id>
+      <name>Cloudera Releases</name>
+      <url>https://repository.cloudera.com/artifactory/libs-release</url>
+    </repository>
+  </repositories>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <configuration>
+            <overview/>
+            <windowtitle>${project.name} ${project.version} API (${now.version})</windowtitle>
+            <doctitle>${project.name} ${project.version} API (${now.version})</doctitle>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <systemPropertyVariables>
+              <tests.disableHdfs>${tests.disableHdfs}</tests.disableHdfs>
+            </systemPropertyVariables>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-check-forbidden-apis</id>
+            <configuration>
+              <!-- for simplicty with servlet-api and commons-io checks, disable this: -->
+              <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
+              <bundledSignatures>
+                <bundledSignature>jdk-unsafe</bundledSignature>
+                <bundledSignature>jdk-deprecated</bundledSignature>
+                <bundledSignature>jdk-non-portable</bundledSignature>
+                <bundledSignature>jdk-reflection</bundledSignature>
+                <bundledSignature>commons-io-unsafe-2.5</bundledSignature>
+              </bundledSignatures>
+              <signaturesFiles>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/base.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/servlet-api.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/solr.txt</signaturesFile>
+              </signaturesFiles>
+            </configuration>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <configuration>
+              <!-- for simplicty with servlet-api and commons-io checks, disable this: -->
+              <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
+              <bundledSignatures>
+                <bundledSignature>jdk-unsafe</bundledSignature>
+                <bundledSignature>jdk-deprecated</bundledSignature>
+                <bundledSignature>jdk-non-portable</bundledSignature>
+                <bundledSignature>jdk-reflection</bundledSignature>
+                <bundledSignature>commons-io-unsafe-2.5</bundledSignature>
+              </bundledSignatures>
+              <signaturesFiles>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/base.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/servlet-api.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/solr.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/tests.txt</signaturesFile>
+              </signaturesFiles>
+            </configuration>
+            <goals>
+              <goal>testCheck</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemPropertyVariables>
+            <java.util.logging.config.file>${top-level}/solr/testlogging.properties</java.util.logging.config.file>
+          </systemPropertyVariables>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+      <id>windows-tests-disableHdfs</id>
+      <activation>
+        <os><family>windows</family></os>
+      </activation>
+      <properties>
+        <tests.disableHdfs>true</tests.disableHdfs>
+      </properties>
+    </profile>
+  </profiles>
+</project>

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom.asc Fri Apr 21 11:50:09 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+d6AAAoJEPmME8+loTXYZ2gQAJrPDo9jg9yLnTB0Kuo1Tc9t
+dJ/yY+mTzsECbnvAWXG/AWryT/NM6ZapOCzQFHpK/g0K33BXCvnVXlxvxJtoJ6gw
+Mr0mK5Cm6e+q48qayWbyWY8iQn2CEK7QqLIOw38cRKhTe/aLMb5/BqOezM0gxvhg
+Q3vkSY27A7cBg/sxpWR4hZdmpuNVxRNBNL7IgPc5rda9FTKDSKcWZVvhgJ6xgNxl
+6VsDzFCd0FHv18sW0M+B9Orzur6d4jTOEKyzctZTPjkh4dxlQo/qNAtWYKFez5FJ
+xiFXGvrb5UduIz3l9IAFMSEjBxw+mq/ZtLumfu6BbpS9CuhXTkIuD7m79nkfmB/D
+dAGOXlkNIaEO6u3sNbhee/ynlY9s5ua2uz93gBXUsn4aLKK6ipo7R8JokVfl/5ev
+p3Hp3RGZVJNXCxOaPuBGH8Qku4LP33UbnSGU2VUx57R39jjuvRtwZFGM1trWNnAe
+uNbDPEezqzPXm1rwXQZqWTeHfn/CPwdCiD3GN/vLnS7bqqBSeDBr5jaRCJcASMwO
+WIbHyPIL8Mq4aVsR5f5ldfqBupI1SEvRsl6IoHBIzxKSevNFb5BHjzsKoeMZEkAs
+YXPFXp6ka0PTNl0eggVsyd4VjjT5OkLxkcI0DtctSc86080N9280qICDW3VOL36h
+1dEIyYLOwmAF6HKZEsnF
+=L56L
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom.md5 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+6169d70cc98650b83a3d32338d78acc3
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom.sha1 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+2909cc82d7ab198458ee0f8b8db8c4ef7ef03fa0
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml Fri Apr 21 11:50:09 2017
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-parent</artifactId>
+  <version>6.5.1</version>
+  <versioning>
+    <versions>
+      <version>6.5.1</version>
+    </versions>
+    <lastUpdated>20170421102555</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+ff745e01df0209bdd6a551324319eed8
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+a7d0a2e6951baa6c0aa6e0195340396d12b439dc
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.asc Fri Apr 21 11:50:09 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+d6BAAoJEPmME8+loTXYaA0P/2s2AVimcWX5Ck0L/js2OO4O
+dg91tLYWW3zRgs6+uWbtVicTMn2TlJCzVptBjX0zrfwg18fxMbaFENUELMxPXgSD
+TGyI5FhmUrtoP8IEaOmdUq24jwLEVviDYhW+j8pfqPCzfCQgskeAu2D9ziCpiUnL
+kd1ke9ad76rraxz8qkV07dLEJo69VssOzUcwfMfZhZKnbXXfkLaC1BNAF1T7jX8Y
+q8bmYGlxgPS8yZ3XKZirYrRXkcaDyjtDz5hopCurVFpWCMLlwpKtxhsxT4o0DuYV
+HQClquLu2wBJSRNN+BQwx9TaMGXwDUlDWzSJ2dhUeEeT60A8X9Kcl1BiGyDBjH+T
+wAbbTVAusdmK8gJrvR3Y47EWMtndxDssrZ1kkjwp91Zmflw/JAf7xjSr5WzjmwSR
+lQHSyWRajdsfFd7MJhhBEiQvwBHhsY1eelTlnVieA6I+5jU1Xc/a94kSr2fQV19K
+JmulHqRwvu8WhFUFPonL+G1BCnvEIUVbQuIu/JLDuZg6ikm17TNFI2NXdGm+Xq2O
+jFS7DwIdt+L+JmV8/I/2BPmAf2sqhMsZ/N+8BsvOWkIRR8cgwqvTk6TkjPQeHOWo
+nSUUuLj8B8Op0NI2hmI4LDQoto4x3w2LzNYpeq5GgYCGclJ8qbs8w4JJB0qbsegX
+pyMIcZAVQUtoiKI8IJ+4
+=CojP
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.md5 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+ebc6d78a43c102ab304d046ff45b9f09
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.sha1 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+6e337bcc58822d1dd135e97646be6e9db969ea59
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.asc Fri Apr 21 11:50:09 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+d6BAAoJEPmME8+loTXYJAkP/ieuN9Hb4h+Z66p6BkobUPmR
+0eX+0FZxQakGimQ+V6DP5rLjiIDVyqIP8FxMPgY1TMqPjseYqq9tqKH/6QaF50P+
+Zuw9vwbVRwF2moB4ds/gZQGNpw9Yntwqy0M2fq+FWwLLJUxPPCJUW3HS+q/RA/+S
+/lfB4D3/PbldOZR7YF1pFt6q+aBInRXiXEloiSIjVmqqQYKK4pawLBU1fG7Aec7s
+MEGk4sW61pStHoHVjVgyVkEw6E4ngvDu2yLhPQZURsTV3y3GvMlFuqDq3NlvsVx6
+LTxIuB9mBDz+MYL+I+pX3hBfa5dLvwsQan2GsP1wSEmPMq2FSNejxf8qO/qxi+IL
+ZCFmgzQE5pXrRLrVzsqv7avTokNziG0xT5awCN6BhUoByvhkKkf6TdwjlC/YmPUM
+3Vg/GB2cFV4MWTsJ6qiuvaW66jNz8YVWiffO46kPkLJKH8YoBoQVfixdyULZLRO1
+50YElaBdAx+g19JCSYB4IRjUS7tLaw1nqZlX9Lb5Ru/L1LEaYXMZlpyRdiOs3A21
+cyKziIolkujJMZwzpzIiTdK7H4r8XWMHk10Nyf+otyQyX5ORXvJ4uDx0KChqXAbh
+PmnDmZp6KJjsNsBAaM3K1cMMw9rQqTlmpNs/wvN6lzrGX6qR+x5Yep4upQG+fWO5
+5ZMfBEcIiKNIrnGt3HE7
+=NIzz
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.md5 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+1187e2596203e473abdfdf96d1024483
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.sha1 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+c679d04e23d9dd2acf4406745c4c36a057eefbce
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.asc Fri Apr 21 11:50:09 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+d6CAAoJEPmME8+loTXYCIEQAN1DaKpYZmjLAxp34heKavpl
+ALcYGtDFwpTcRCbCoc2n6l8k4uBk94SmvVx6qMHr29V87ku8EpoR2+9a74l1flEE
++W6g7LjrXWrcDgofq+mKGDtWBjGpI8TAmU1BGlOX+1iMzYx/vJEVIjLBeN/RtjEo
+VpzPlFzF/j2d+Vhywm82e8FJ9aRb9KXcIRmMZjXin0nJaxL5Vp0kS+oZgJfB2who
+WwQzpu2IsqdzKvXcIvAcmRsXqYMkIKODicJNKDCmmaAB7yQBZzfa+jZLRS7OhN+9
+E0IeEzKQGibLcPafNCKd+6MDbjmpu9EIY9lG/BCZ9Y7oMCPWDRZTUK+kd7yv3LVD
+FLnHEtDgr68nu3P6/elhJ5P7wxA5iC0Hly6KxcdNMK8QLNdo4AI/ldT1CV6tLotR
+ujgF/e1TVRLwUDdXJYmRQv5f3OZI4raRsb57S8ybiQ9smdO6yh0gHi8UYbS+Izlr
+hwV4KDzuWa/lBn6DY2DuXc8dI0SE4+YzOVO/ylFPOOVw4Z/1adGTUYpxEa/cA2Mz
+CEv02yKa0YSFfticxVQbBQbtxuExE9/IpMCzsIPe0uw7K0eP7Z8Zta9m4RlEERNW
+KO+TAD+gAXoy2D8xOJHkFlw5YkTZfgp/HvUUpWUqiKRHqOdHn8ZXxAeZBxgvklVN
+3JczWChbtqT5G5K8Lggh
+=1y0G
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.md5 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+a377a5bb178998f8bb1aba3c13ee6dda
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.sha1 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+5a4ec485e480b024a1ca19d378931fdbe2aed04a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom Fri Apr 21 11:50:09 2017
@@ -0,0 +1,117 @@
+<!--
+  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-solrj</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Solrj</name>
+  <description>Apache Solr Solrj</description>
+  <properties>
+    <module-directory>solr/solrj</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>commons-io</groupId>
+      <artifactId>commons-io</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.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}</sourceDirectory>
+    <testSourceDirectory/>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- Tests are run from solr-solrj-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-solrj-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-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom.asc Fri Apr 21 11:50:09 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+d6CAAoJEPmME8+loTXYlzkP/RqpjjtxbwlCHocN6KM2zzIg
+5z4Km0w0iB3M4EdQOcdo2GRmHbr+KnfSg5POb3/ehZRwUxha82OfY1/02O/nmn2D
++MAwEKw8SdvLu9j0wplKzOKqahzfi97WoINz0fozBFum+zuNEK1RBVsoks/gNQPj
+zZUa4DIeJwG1SRgcjhDCTLyz1Tk9oJphS1j0DkLoE00LBAmoNoZUBTqcbFlE5hjH
+YkYq174cD5WUE12YRu2ngejbNJvh45EBvjdr+bk44DtRkLee7URCXkqvV2nkJwd5
+tMLfD92AoJkW736QRPYSkqnPZVvGMjldlZu8Mm0EK46yroG/KWoM0FGCU2OYj3Up
+hq+KuSxzx0Osd6vrhshvqQzn1/Hcc/5Exx2lNT08E2J1SCYYYQ/ObeVZtdiZ2dpy
+5jFndqFwTttg0uSdaPX4izjqrlIHDZipKJpCIEKPrfZ76257vr1wzM/4Tqcoy0v7
+/9VaFh98UZTsjCPdZ1HBvIn0O8RdQrgZlRI9idzuUzl59w7/bGJ/95vm4e56H8U0
+1McSAzpHl9V/tqNnqLAE28J5g2i8mC06sG1nWAtoqkvZW0G+V236HC//KUeFRFSc
+JggRv2Jfqc6obJRF7JaGnfhlUjad3QoWMayUQRvgQXhRPr/cpwSHJDO5sgJS7/Tx
+IBU8nRGD8brntSXgvZ9S
+=gIDx
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom.md5 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+a63c341c0051f3e92b66e00e59da9e30
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom.sha1 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+79b056463f9a0bfbcb4adcab715f7ef3bd6fe307
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Fri Apr 21 11:50:09 2017
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <version>6.5.1</version>
+  <versioning>
+    <versions>
+      <version>6.5.1</version>
+    </versions>
+    <lastUpdated>20170421102559</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+32d0bc16908d03723c25b0ff738851ec
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+9a392cd3faf1c8ca4f4fc40f92591b6994d14337
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.asc Fri Apr 21 11:50:09 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+d6DAAoJEPmME8+loTXYSYwP/2oSG4Fs4oxCNCJTlu0S3ILQ
+EvkFLEP3qUhVBFK7TJciUFav66LiI/AYAN9LfS1UwPXGyolUpotYz+kZekMzGy/b
+Tx3/pMbOUgEhXbCJ/JRHcr2H+8/4FZxcCHX+HCWY1X/3KL8CqAmBKu6IlhaAoxlK
+aLOawwdD6mv2+lHBIgcUEwlTkir37EqsHsKhq7P992AhB4ULjGNRWPlC4WEUu7if
+EZ/A4cdqXFEyR7LLSJ/QfrK6XLldNkdObq56sAKycWyzQdOtoR2YLYm0Eo9A0bk3
+jWgqdPPDDefM6nopmWaMLz1VkyAGrHQuw2+9Mamift7tOoqroaH0MeP1ZV+m2YVx
+8Nc4zEFaPJEBaFpVE0klhK9Bg/HdN5qdBUVfqNmBdTaQD0cKsZDiw2BMPVAxKKXI
+HeHSOXXZbA8MxDRzkbNQE6q5LNBkKU0vRfmCi+yxidwvqeJ82TWHYjFLLbbGoglE
+4J238+Iyjyk2K3ncNivaGEzzsUBWljns5+wj4voI4FRpw3ikdSQkzp8cdIP63SjY
+2WhP9cwZC/PAKWEoJt/bJ9Cb9pMtVOzLPMEWSdUHvYGsqBv70TAxp1ORlLcJkATb
+Iusmyn6Rj/ERGu5GGUY18ZGZWSrCgSGmrzBmDL5NEMenOb6StENXEY/vrDMmmwQa
+Dd0jNpDX3Ufzem4x2H4E
+=pQrJ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.md5 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+fdeeb9589682ca7ec878df1059da5b35
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.sha1 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+7376e6221b5802b9d625106127edb47e04fac69c
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.asc Fri Apr 21 11:50:09 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+d6DAAoJEPmME8+loTXY8TYQAM8lRTColbJXuumKfG+Uvc6I
+P1/hruAYgnWC3m12fVSuKyK3XxCk6qHuCo/3zVtUuasKZwTYJvynVWGPYlIvs7m8
+Cp+SC7EUxUc9rrmGdtwvJGHv6IdifjQmvG+BHzV46j6U9H7780XK2SILwt6yN96F
++sTDgCabxs93k46qaSmb+lYEDR+EO8J4pOtUZDobF2WA2YKiKce3qc+gQJqWVAas
+ddR25cRiydxnWlFbqW1wFo/3JIn24Y2tGtuAokM36Yw20ZaSp1/Un0GGANheZYGK
+D+JPCuVg/WHWS20bxH48oTPafxEE4AwiY5hKSWQMslSROXt4thXPvZro0UVNt0Ps
+Zoo8yPgZqBRqNnbHxcBsYWai2YIh4CdYP6veCYoVpTOcmz9vwtfaqA4jX9WYIqjm
+84Td76PakVd0sWbd1vUZ6keVs2p49kZabeexIguDG04zuRe8rmMzw2dGkSl+XU5f
+coNaYNEw6CFNjS4Mg1wfS/zgupysiFvdnGqW+VzSy6qyvFM2gVSsj9GUvsdeSDN9
+H+OpTjz35H0lKcmACoOa6QJOqYmLCAswXfBaB//8jnv+eRRROuYB70lcp5etPhaB
+BwwQwVmaXnfcr53kCKq6ZLusY//vTz2K7Mkev77riFgcTlcBK4FtO3YwprcqgfTS
+UEpgfchOEbaDN7q86Nfb
+=n/xe
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.md5 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+f8a70718e9b8f6375d02034f7d1cd299
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.sha1 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+aa57346a258593fc5a2c1d2642da62e26ce8d6e5
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.asc Fri Apr 21 11:50:09 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+d6EAAoJEPmME8+loTXYwy4QAIIVMoKfLiF6I5QScKOaZxKB
+2PJs5YBc0LESMUV417akTp9ZIReueigjh4HRMRe85vQ6VTDC2db4LWXB+szsR9ON
+9S81S67GJ6bmy5ZOIcu3TqBHQKfhTynb8TFQy3yfUKMdni4zeOSZZZMYsg5zwQe2
+eM8JWhfJdYkfVpzNSoXqcvkZ1WIgRRqDXNgtmROtGMCC273/A0XvU19ZMkUsX9fP
+ks52MVyNq+y9JjX+IvbSq/GZF4OXUckNRluvGvVdp99MKWoF2Nda6KRU3peJ0h/y
+Vzt1KesRmTfAa8+PP3i0nXbLUV4jssbg+xZ8rFjMjmt/9bKS0DwYIIsSCs+xBQD5
+6SvsI0ymXWNArnXioZPM90YMMnShIj8qXXJMcESgbnrhMpt+YVt4stddpkTaGx2j
+pYiqiDa5krWK5PNwXx6g9bBQqJHiO79uHkosJGG3UB74z7PrjxFWT8IlmL/t2v1D
+8Qu5+z7t+K1YPN61ht/SJGF0kzLRd9iTdDbl6WTSdVSlVOmVCa8MUPTXP2v16pOc
+UQACQl16vLPvSpuazkzLdlRd6/8h6YJWuBc+LQ0sUS+8KgrGbI9fIhiI0HuW7vdN
+Leai8mqn/iTpQtsy3a5ByTdfNoZ9Kk+LzXnAMoAwaDEtaxTEU6sDRiElPMYO999s
+xS5wVOb05VuCe/ABp9kE
+=H+S2
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.md5 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+fb92aa5529a7c4bfe0c1e08ad0110d5f
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-revcd1f23c63abe03ae650c75ec8ccb37762806cc75/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.sha1 Fri Apr 21 11:50:09 2017
@@ -0,0 +1 @@
+6e1ec0827291fca6de3ccb26bcc4e7cfbbab2bd6
\ No newline at end of file