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/01/17 16:00:58 UTC

svn commit: r17848 [20/22] - in /dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124: ./ 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.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/6.4.0/solr-morphlines-core-6.4.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/6.4.0/solr-morphlines-core-6.4.0.pom (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/6.4.0/solr-morphlines-core-6.4.0.pom Tue Jan 17 16:00:55 2017
@@ -0,0 +1,837 @@
+<!--
+  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.4.0</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.facebook.presto</groupId>
+      <artifactId>presto-parser</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.airlift</groupId>
+      <artifactId>slice</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.sourceforge.jmatio</groupId>
+      <artifactId>jmatio</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</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.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.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/6.4.0/solr-morphlines-core-6.4.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/6.4.0/solr-morphlines-core-6.4.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/6.4.0/solr-morphlines-core-6.4.0.pom.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJuAAoJEHB7fZ9v24EFLHYQAIGPZ+ZZmfEAmKj03Bp3RktQ
+xKx8Y8Olas0sL7YLt7wrT2kNbPnSTCzCNCipdtnYTRJkjsJQHz5aPcDbdSBDPLjE
+cdx9+TfJtYPXMlMfkrTU8GP4x2CbpiiP/hvT9DbfyOT4E3HzK1yxE3ikzMFHCfEs
+DhztIT/8pjQjjjgAHt5UVMHTpbVZhOOPobm744FjiZ2lyf+rbFSPpJs+S/l1yHl/
+sYmk+vdo/ZOQXLCCR3jlwd+8VYpQeZtaa6sF5wqKPA2vQf1eIuPrKvINcBCu5GP+
+Bzp3I4ZoAZ0RU3FVtVWiSaR3fvsSjgyzvfOx61fbnkXA9GJQsJTAEKuWglLZN5q3
+ZcJlFQs2N9A4Xb+TPJDHYKhwJnT8AAuJPtiDuhukY8qFKG4lchOFyQ3cSnBmddeF
+u+Tzj8x8N7zHcC2OZAES4yC/HJOgCLQdaoBSko2/jGel6SxsunTAjvZ+R9u95BVw
+dfmmDE5Ho3h70qeCkv5xaL+oLzJpwz2LzK3H1hfGtYeG12aHvr1eqDsvhl1eJ54f
+WBB42W/YmJj8KSMSGXqfny+D07ZdlqBxbbPb4jiCAUNdmqOCVuB71Fgib1eMm0gG
+Bu1fDlA0aauWMzeHJPewMCTYfc/T1abfahKYdO0lnOE66n6DbywcJHhWCr3qnOpB
+YGrqXrWqjQFFF+R/gNts
+=ONy1
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/6.4.0/solr-morphlines-core-6.4.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/6.4.0/solr-morphlines-core-6.4.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/6.4.0/solr-morphlines-core-6.4.0.pom.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+aacacf979d8de3c6520d53c11ea4e339
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/6.4.0/solr-morphlines-core-6.4.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/6.4.0/solr-morphlines-core-6.4.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/6.4.0/solr-morphlines-core-6.4.0.pom.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+4491ff29a0167c803f11e7134f4ca6addbf79cf4
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml Tue Jan 17 16:00:55 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.4.0</version>
+  <versioning>
+    <versions>
+      <version>6.4.0</version>
+    </versions>
+    <lastUpdated>20170117150402</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+e79b1e346c52a7cbf9e75006d595f3ec
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+cab9b55a5875c103f07765f85e771098874db5cd
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/6.4.0/solr-parent-6.4.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/6.4.0/solr-parent-6.4.0.pom (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/6.4.0/solr-parent-6.4.0.pom Tue Jan 17 16:00:55 2017
@@ -0,0 +1,195 @@
+<!--
+  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.4.0</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>java9-tests-disableHdfs</id>
+      <activation>
+        <jdk>[9,)</jdk>
+      </activation>
+      <properties>
+        <tests.disableHdfs>true</tests.disableHdfs>
+      </properties>
+    </profile>
+    <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.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/6.4.0/solr-parent-6.4.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/6.4.0/solr-parent-6.4.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/6.4.0/solr-parent-6.4.0.pom.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJuAAoJEHB7fZ9v24EFVDQP/01XCDsW/qRZ/vhV+zsg9lRt
+F2jkfzbIq1RmXmOB3SIKtqFps00ZE12MtOaoUcrMjU/n0as4sPS/tCaYPQ0LI05U
+zHTxGPbRpnQzgyspMnzW0wWVY2WukAWcoq4g08LbWOcP4x8+BoGXSH+CWz4cK+QC
+at4SkWMEAsyM6zYZ29YfTVhnaUA1xURGjygo2MLFImGHk2d5MGMFetHSgofECx1t
+KyYpT7bpEgK/ld0L4WK+IngN0cCzd44xq0HyUWrA5Hf6Sa5GZgaOdeVB+nvsuEWY
+z1hd+7SY/JpqAo0n9OH7ca8ZaZoLb55lN+swIMB6mrIsBJB4d406pfqT7f13Iuff
+xWczib/NvVsYvTx7A5szY6SF2720KtW+fD6gucnp4ZihEDSkEIsV6WxyTm8A/ha3
+HwoqmSnhkwXgDjIdvwP7KyaJeNBPXaKTIJGwxgACBHIKc7l475kKKthCLyjGkNnZ
+NVAm0MMA0zUwA5YPQqtp1R0j4SRMlBPgR2gtFtNkBUa1YSyaz80dcn6R1Ecx03Mw
+rEVeJ6WLHFdxhN7AxMZQ6BJsNoniToeenhVgIGQtC2XII8+CaL17OTrHqSR0D4fo
+6ERox2Vy05MnHjDNkuTdL7lOpGdqr1wZPg6y/o+xFsmezyP0sDzoc+JUG1AklSuv
+cV8IMQCsP1BSadjt9ao9
+=S47I
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/6.4.0/solr-parent-6.4.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/6.4.0/solr-parent-6.4.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/6.4.0/solr-parent-6.4.0.pom.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+eae5d5c2c07124395745d6b479e2c094
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/6.4.0/solr-parent-6.4.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/6.4.0/solr-parent-6.4.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/6.4.0/solr-parent-6.4.0.pom.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+4ffe60f0000fc40588aced5066dabf4cbae943ce
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml Tue Jan 17 16:00:55 2017
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-parent</artifactId>
+  <version>6.4.0</version>
+  <versioning>
+    <versions>
+      <version>6.4.0</version>
+    </versions>
+    <lastUpdated>20170117150323</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+1867851c0de68722f6b98fae4c58ddb3
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+3f0b492c2b212bc1c608902d345052fcd076b872
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-javadoc.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJuAAoJEHB7fZ9v24EF3G0QALhp+YaDq57kE2uvO67VklnT
+7UoJ17E1Y9mfjZEkBYOODAZqct18BZxxj7XEXiDECHqQ5TsWjVJeQMeWJb6rdhWy
+VK9JyOi0mTII7u5yTLOd1JzvCQNnfhZIIyE087zVEbGDW1VaPypZxcZyIrtO9ui0
+XeRwxZ/qktP57+mcEZRfPiLY6BL+3cmfkg3UomL8/w1eFUDC7P6bstuCaWCcX7M/
+5Hqb09nHdoTOqzJt0sotDk3YgTcckYxuSqsWgph12TvBBOcLvNDgXGFUBU+ags/E
+mhK7J030zlFEr2yxxCoIP+6xMRaS07Hx7p/k92Mmb7z/isq98U1mdQLoYNg+Nfxe
+P/o9Qdnj5cpyDxD/tehnw+GQMqJUact4l+mF3r928DsC5xgqlpS1GOYe+IzqgRps
+rtYlxsmvd4hc6dHF7LaE1UXaxMN4XwqxDCrO6C3THrkFCkDH+TkLBTLKo3v76yS3
+p3AsD7pLiAa30oDxBaJwki5v+PSJ2lJz/mdzeWK+XIUKfAnpYBNHxVER9NiZh23U
+mavPyaXNCwesD0O96Iy0jPYKV7Mw9Gu7Mtt+BcXL6lA86ibAWEcGLlDOt/Co16Gu
+LSPpojKIvGWoYR9bqRLNv0NCMAtrGDvkRTvBVviBqwpAxjrZ4mSnuZfk2N/PAt9R
+TWl2XfuYH2GXzySZ7efg
+=IgUV
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-javadoc.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+12fecb34267330c689f97f4d7b898ac8
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-javadoc.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+95f62ffce3fc367c22f2097efcea96be84c8aea0
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-sources.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJuAAoJEHB7fZ9v24EF5c4QAJs5iMXhF/Vig3vJU5175g+T
+t0T//rcGfOdmuEPlRg/PY67TvhpNjZi1cr4C0alReusHN1ugcrUP0AxzxtMGhK2L
+j9G4jEgR2vHhELf+vYdDUFDwpeu55oBbPgmgEvmw3g685Ea+CD8K4wZZ4jUCb6F6
+jidKd+NKcGxJA7oL5UWU0/BO0rlnc8l4QY9AhfckDz5q1OlEOcpKG1T+06+0sdnH
+HvwAX5DY6lnHP0uIevQ8R+EiAUiGTnzurnGJHpTDZg/8MRX6/HMJEVUlrZKtrC8d
+K5cldJNdL9WYUZORw7f3lW4Teiw6hTFFikalAdA3XsxTv9Kc97czEdRDiqOBE35R
+DXY/A8W9WuIAuYUldxQvrf33av356t5AnDVix2e655t0CyO/FGclklSVBxJmesXu
+H0vIIjdiHJw7rntyPPb/Txbi2FS6DSfqomhFPmUPuXvNx/TuRJQ/bJ9ndQjECPyW
+gwm+Zod7oVqiOz1ObaRB2elcsVnoz1j/pdXDATyuvyZyKv1Jx7UBn4qJvjtlO8wH
+QdbMnJH6IIKaygN/LHNlCrQRED1qnQ7xlqyKUchZPBwowoitOnI1ZPTRY/1xDSTQ
+eYEa3BJN5Wcuh2t+DDjp78hQPlKWBP4E8QOXgDcavPiln6ELQNUs9g7yfLGSeoeu
+joz/DZZINMdpxIuxaXpv
+=9XeB
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-sources.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+bca31d3bfa49b4835b07498b79d3b06d
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0-sources.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+f1ff80fb25e01cc9e9b751f34612f0056bce28d4
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJuAAoJEHB7fZ9v24EFjRcQAIOepvxRm3yrj9AzWXc5dsCE
+pUXdWju0fcIEpNFThxPfeA6RN83sUOhNtdJafiaGqQkxv+9PPgT99fzMk+CxQPxO
+EU7JRduETsw4+reCE3al9flwf6htiwCAeE47RyPvcf1EMX+zj9+O5DTptkjao62N
+ocJ65EsilA7/oR3Kc8oapk65p9ca4VI/kfqHrbSdNuS8b8pxfcusyMzeg/fogQSX
+qUnOOY9jJK/+TIAL1EHKQFj4ThrhFewicOQVR7iPHDPL4ev5n5hNQsRIk6Ws4fAX
+kQAf9kYEI1khrlUr0iuMJ/cVSf2/kr2LSB9Ag0BnJ0xDuRUHFxOkl4cC8XBjBi1C
+KLkrl/HLglSiqLDHqd/hIH3QZY5Mpf0Lxuv/3gHdp9IPR14V73lUciqltXYnyBYH
+GPu28PNr0CRe9Ni9kl845NwOtzSHK07t0D2afxuBwhgLLxEMEG0enj1egaQajJYw
+oS3ytfwu9SFep9rv2x6eP/9d9A6p6fFsPcGAxUTAgScsLCoqQngwmzrN6XOB3onZ
+em7WOwYJeSnRw1aUiQeZA0FgAyAAuvJyH8CHHhXz8CxdOzqoiS+WDu+ILT2SVQ/A
+1z0TentD7USTiKntmFRWNkhbsTUPv5mdSv4g65CrVSeLeyL2KBk4055idN8ugb5o
+8FaT3kqjTGsKDrDfZ5Yl
+=vtt2
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+76263d91a2a0d3dbac1489eff9688b31
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+fbd09f76fdf8275a0d7bb712410b33b90383d4b9
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.pom (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.pom Tue Jan 17 16:00:55 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.4.0</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.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.pom.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJuAAoJEHB7fZ9v24EFRPEP/ijLl0Uge1JTE0n0ll9gkJ60
+qDWdKw0Sj9xUmoEWhYNiM4Wd6J70WreuJFi4paoUH95GBEw68QHHpw7Nvzs58QYS
+M+rMaTSBWZrCslQuJjHSiRAr5bs4efkmjyWX6LigjsRVIafXpbV2S7LoSDvFxbyv
+kDP1OBBZ3EUhdqvJV20r8o/r7l4sAp3oaiediM0LBSLpE62GjCCuqPyhTRWe4EsY
+qfNL5epQzIcpFFVYOw9Kfb/Gz6V+Fx/ae9X6SpcLb0LlbF4iNdMcP/09q2QZHALK
+/aRdFDEnj0GC24c4A0ukKY04qDnFtEY9FdaGEWcD+EF7bb1bELuOQrDoHAguckAX
++NlHk1LlcSzXlZVgAZn8ahf0qkN9vXHb8nyq7oqwMVDvMP1+nJlemoxbmNzje1XV
+12URJyPrgBg1PbENLfStP3NoiTxeXHgJsFbMbh3rTWl6Gw4HF/5uG/p7O7pnqwKE
+VpmYcfKvn67J71EIVjFvPNxOycs7KHDpqO4kGJe0rRhG7SDJRsMLlBVn1iHmQV0s
+PbigeB2cEhXdx697GHXIENJqZBq0iV0n1upXpYe8PDo1x39AMFXJDDireJ+yRl1n
+Jm0eTdCG3VWePKpEEHxS3v25YIpIHnh3xVZ0/UdVWvxLWUeUbbnXxci5y7uA8gnk
+8R2kj1DkaEa1zt4aiFl4
+=v6FW
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.pom.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+27588128ad8677401e8637fb90f51263
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/6.4.0/solr-solrj-6.4.0.pom.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+86e7a2d122c745c11cccfeefa477bc133b25bb64
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Tue Jan 17 16:00:55 2017
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <version>6.4.0</version>
+  <versioning>
+    <versions>
+      <version>6.4.0</version>
+    </versions>
+    <lastUpdated>20170117150326</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+9b36f908010dec7f17235891d1a2a9ba
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+62f89afaa90aaf044100ceeb6e792b8f3de3a797
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-javadoc.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJvAAoJEHB7fZ9v24EFM/UQAKVJymgHx3h4xJ/QV9s0Ld4N
+y59Zjmp8t5xxP0CxzggW5ZT/k1Pf1H7wbh9Mte9HLI3rXg/aIluMWNrf2/JVOg+L
+tTOs40tDr5g+VmUY13pPgY3EbRAk7K/WzqO+XEWHuv4usDsl5FR8DIWEciyia8sY
+VgD6MDoCgkvxxNjroEHjyu+TZG8/UIiK5aJ8RDYl/YJUnkjUrdbhdDuiP6igpFVX
+cwmWZ43Sl1BHcUDhPWNmvkk6jmBQzwRyZax/JXOF0rVw40923iC9Q/RCDE/cBAPD
+uR3fXssGly61WEGZ9uq+TRjTGaeER9oiXiiXBswZSk5tNFSOzTnNDWUokuq4/Gyu
+u0JhHJlxkwoSb/db7KkWww7NGdmToxKh4cJNJ3QXwe3BXALxiWKQCsBU+LrZjw1B
+koLy7TJ9AsGYUmVgKRVcxgZq5Ymhy0aLo+ZZshvlAo8EsktGSk0IePCT51PngDkD
+yFneBmWYhtt0N26oYL5uvK4U/EVTtuuxe950pW82H1cwN/tFD7+RHlvzNEkukFxt
+Rwn9DfVqxjvVNppZ0l9Q7VVcjGn7Vt3gZdOv4+zrPfZ6iwZXUI8hGxa0Ak7yvmqm
+Bs+pUWNjOL9qbMEdGpoEv97nJD89DZZEYgV5C6exfF8LteUyYvZIq1kzvfBKQFIB
+al4lPGhcCjrQj2IfqXEt
+=b8kQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-javadoc.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+284db4210aa835cd6b982d5298733a3d
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-javadoc.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+efb7318fcd7e0895ff8f00c0350e9ad1c0ac6927
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-sources.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJvAAoJEHB7fZ9v24EFd9YQALUdzIvKQdap1IJSFO+aOp8B
+GhSOzk0k1MvOQqwgSmb51/sXJoxESCVwB0rQcwed2GqAmBiAfaw2ewp4WKkJmT3/
+1/8i7Q7l7L8K/n4aDzfFILbxwx88/H070j3TAw7qJlPAQlxjOjbC78zfgfG4Qyus
+9i5Ni6SAQjMM2KFaVaHDCRv59rBP7HSnbQc4zVFOZjEdHxu7t1uAu4HHqyPu+xcm
+GxzMLV49/vlUyqIcpLciiWRDWd+rXy4DzlMPeyRQ1uVAXOcaz8K83hdm2sWjcfEX
+IWvAJpkRVR6keJyP7svDS7nW5xEDNxEQpWEPOysp5aChr1+oblD0pcOt6dYmlyoS
+UqQUr111EQMeMf0mv7lXGhD9qCXTRwl2VZzx1JZq6Qw6rZt/U/8JQ+IZ0G2ky+Dj
+VVv4bdveK5HodME9vlzv511eNtUZYWGPKvz3HBX21y9RIgPm8fI60Gn9NZ4YgnOp
+3MYlcVYhp6Scs2AwP5ZCaPxZR4/aatAs2EllBSXusBk2o6e4s3mJEytnjtlE9eV4
+pM+4Whfu7eDpF7xSphJYCnB7hrLy3cg98L5vQOzr31rRMwnQwBPPn7ke7eYRKDHS
+hGfGbx+KdHuv4Lat4Gy5WAYTaf1845e1pSTwk+XjBQi+H1MQMmVQ7Eb1zzWEoSE9
+sD+iw30Z52JOJfIAJTlY
+=vkaR
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-sources.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+936e33d65cbacba46d70462a0e303e38
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0-sources.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+0714060802c2956c46ee9123aa3ce0478c1b7205
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJvAAoJEHB7fZ9v24EFxZ4P/3JajnkOdWdZy10wnlHQNFyW
+wEnZOO1UUHoTh8ZXfIbAGBgugG4xGqivtYkGmD0HgXqfYaFLn0klRykLUI53Nw9M
+nEwYz6OZ763DR3KVOVd0ohoL2QAfZuQZjhO2O1EYHjV/ZujXunZz4DVFeQUWYr4a
+Oz4ddRX/N5E68LOYi6qCUhBH9vLsWy5c3i33jWjpTfKNpJKVHT/Jj1EfzeHH2GdB
+nFUGIC2IePQBKdyxCCoKjQJdtt9EFIbSS0SNlm5xeWWqHPTekg/EeIQKmEPMFqAB
+/wh01uakQfTsuASG5sKLbEEkXR/gZtpbfnICBQrECNvrGGdKX5piWQX7ZAG/GsfI
+hkNxQcKjTEH8bW9+Nv3zxxtp4AH6wgxiUUzGdqslII6WREnbMgMpkP1FPlH3d4ds
+bSJvKe54F1nZEtkJv8dMDW2PyFr6PFi/drvNkwmH446J2ov6qHydr/Z0CqKZdmma
+HiAMoV6MEbMXZkksyFqioTSG1K2ZoMr3L8FpWwnPgxJ/2jf3s6L0RInZMoC2PoYA
+W7xuC+IYwJ2jndi3tObtQa5CLtuoRMD0JjiYYcDgdZl7gCIiKwtcDO65spyQpOV6
+S1p2z0xu+Ezz+Zvc+77qWo02OqTGJj22UzHVd8gvdDXl72lyTg1biwTv4pnt66ec
+zjgr0kvq08wqINwCjm2O
+=5h/U
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+f9373b0433b7d28ae6097ec6b9b5f337
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+f6b46c9c941880665e8b42585c1c95a2c98f9e86
\ No newline at end of file