You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2017/02/01 16:59:36 UTC

svn commit: r18068 [22/24] - in /dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e: ./ 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.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/6.4.1/solr-morphlines-core-6.4.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/6.4.1/solr-morphlines-core-6.4.1.pom (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/6.4.1/solr-morphlines-core-6.4.1.pom Wed Feb  1 16:59:34 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.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.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>

Propchange: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/6.4.1/solr-morphlines-core-6.4.1.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/6.4.1/solr-morphlines-core-6.4.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/6.4.1/solr-morphlines-core-6.4.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/6.4.1/solr-morphlines-core-6.4.1.pom.asc Wed Feb  1 16:59:34 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYkegjAAoJEAUaD692vGUHhW8P/3VpxlKqnx/DA+QEbtplYaGH
+z6Z8rl2J1EDnKcEKXC6ccmIESFj2XZ8knbQwfJmqNzCybp/KU260yhi2ejIwQfAy
+b2Oryg+yUm+L/TfYHThKm/UtWrVXRl9GgccWLA67pjBZstylmS5ygIxLC76PywFt
+m0+I7y0EbLnc7LXV8FcWnQRLlOqpSmnkJK82i9E86XzIOofp7xbHHIxhitA86Bht
+RQEB5eBSRGOLwA0tktk+sJzE5E+oHRpzSfYVa3Ib/ekxioW3x+tHvHMFGhbK5H77
++vsz/fsaS/IMmST5AHkotUASLoijgotLXhtMoUkwR/+a+Jt/kS5P7zkOXI73FvyD
+N4oOqLLDxvPIUNq5F29/Jqw/AbYTJaWGDS8aC+rW8GQgWbHBHudLYh1AOjspjlzw
+FALGKYfBreDfG9p8BmiBe9HkQmVaFjC+ENc+35GfkQBWN+mRTDbk+XD62Q8lhCxU
+4Pzpu04gJij4/jcoYu4Mse+lS6/dH/7xzJ3KbSE9EQBNZ8Kysn8xEzXlEuhupYed
+qo8chvaxvu/AOKa9oOv3nGZOjltqmaPw591M5aCpMD66/gSi5h5A+rVNO2i7WX0s
+NzlGGIyKEcvgEc0EQQzwksa5QOpuaoEJc0IC58vDlKLgcsTuAOt/yeyi8Sr+R4fc
+HMC3O+kneNz2T6QBdezB
+=Wols
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/6.4.1/solr-morphlines-core-6.4.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/6.4.1/solr-morphlines-core-6.4.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/6.4.1/solr-morphlines-core-6.4.1.pom.md5 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+e6a889e4eecc5945980a8390124147ca
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/6.4.1/solr-morphlines-core-6.4.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/6.4.1/solr-morphlines-core-6.4.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/6.4.1/solr-morphlines-core-6.4.1.pom.sha1 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+e3ebe78934015eae9d5656c7148806fe154064a1
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml Wed Feb  1 16:59:34 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.1</version>
+  <versioning>
+    <versions>
+      <version>6.4.1</version>
+    </versions>
+    <lastUpdated>20170201135201</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+76f44e28504254add3b7fdcfc9d20101
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+c4783f319ac4d8cedfccacaf906682d39f0f64f6
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/6.4.1/solr-parent-6.4.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/6.4.1/solr-parent-6.4.1.pom (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/6.4.1/solr-parent-6.4.1.pom Wed Feb  1 16:59:34 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.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>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>

Propchange: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/6.4.1/solr-parent-6.4.1.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/6.4.1/solr-parent-6.4.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/6.4.1/solr-parent-6.4.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/6.4.1/solr-parent-6.4.1.pom.asc Wed Feb  1 16:59:34 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYkegkAAoJEAUaD692vGUH/94QALPWCHDav92OxW5iXXQC8EpO
+/6IRh1KhIx72qaZfa/0Ik1yGfKsGl6CUUJWwIV5Fqhi07wfsEL7AMHd3zq0eXujm
+j5wPCm6bZ6BkrMungwM2tsGGtmTQq7psIbSf5KnDPr3OQtko6UccESykuvBaznpi
+NAzJEhzen6+qHdmzujMDlOTctNrJBdEq39SsSM4gdtMwD/CJ28/npyHrP18hyXrU
+LU3zicTZbVT7BOjy/C7T5La9jC/GIvbSvvcjPUmHmYxQAzAW6433e4PnOWKDXiq6
+GB7Feb3fHXNibDQSasx6Yum6kPkWPoDqC9sji3+hMSFZ7fUnnmS8+Y207E0T7w4x
+9vj0p02lwDz5yESEfPvlDVK1d+UWE2z5AheATE87gVqlRuZuMy/gWqCzRRmV7lwI
+Da5rxb9vJVyR587WGxtBhS/c+yK1CeiHLu5GHwD2tKNP1Yt8zUHSJwzJOe3Hnrxn
+ibz8E3oYwwjWjvAzpwgYlGNahdeI8kNAM5K/B1+wiQDd8M7fcQPfbOktsMMyWIo0
+4rSP2q2TkZ2YNIu1Tr4NRJlUVNGHPbZp3IO3pYAXB4+kLP3QauzHbwQTi/1/u+4h
+rchsXIjGYtGXSiXsTNlHvmIl7ZSiSQSyVCJYN3SPzHRj1xVHt0I+CGZBpYqBT/YT
+isMvpH3FDXe0onlQUZv6
+=aEq4
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/6.4.1/solr-parent-6.4.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/6.4.1/solr-parent-6.4.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/6.4.1/solr-parent-6.4.1.pom.md5 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+05359e56602f026f261b2e6ec68a80c9
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/6.4.1/solr-parent-6.4.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/6.4.1/solr-parent-6.4.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/6.4.1/solr-parent-6.4.1.pom.sha1 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+8df46bd8917a11a2ec2097581b309c7961e40e10
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml Wed Feb  1 16:59:34 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.1</version>
+  <versioning>
+    <versions>
+      <version>6.4.1</version>
+    </versions>
+    <lastUpdated>20170201135105</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+fa573964dfb5e2189eb24ad0c3063398
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+c20b79602a1908a9e685cf64f973bf37b0a11310
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-javadoc.jar.asc Wed Feb  1 16:59:34 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYkegkAAoJEAUaD692vGUH43sP/3RVdrGrEO01shQ5l5BOQQrq
+Iu5x+jc+3c6DMEmGEt9zDoKJB8/5nBI0MABlxzCt82yYImAcbU4KfNchCMZ4u9ou
+JlOrxAJX+ZLNZxhRoynxKfQqbPriSmz9c0h97LFqSdTQS5SA5yvYLjRyvGvXiAKF
+L4bmMdxrvKbzPysur4x61up0h0NbVT1xsH9DE3U0wfnLeAzwf5sqTQJq2reDfrRC
+NPSCMIKflAlhk03VPdUv4L7YsXCkiFtkU5a5/sia/wBwNXysBK/D1KfI9GNrCUYw
+mXti4Zkn6nDiFdpHSDJZF5QNciuVhD3asMtxBbVIEmEB29zh/THoDI0yUDkBH9m/
+n5+RhZmql3+aUq0Mw1J6CJmxWsksvFUZDawJ3vhHJNOqKE1NYdo78QSimCt2Yaqu
+ze0bOe1NYPE506xiIPxmbpOjJNe3i1Ca0/HLZb4kXN70CbrcDvsog3Q5RHyG+82E
+O1ZbdiYWfXHDeA2ZQeeg0bVEZGwJaISU+GXBRZVK0BMr68wQq7kUm8JXwDZSxTVd
+NJxH8sBdWKj+Tp1ahVr/gd1Uxdv/ASaf4nAPed71CGlBOB8+MhSYflfKpHdsiv65
+qjacL1sAW3uem+RTcU9UvGnK4EJC+VvhdPBBcrSbRMqWncJUiCtZitF7VB08pWqg
+JYCwkGpH4lIen+UAMzgc
+=hxNp
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-javadoc.jar.md5 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+83658e2dcbef1cf5507e823ccbe07e39
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-javadoc.jar.sha1 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+f23aec9e2ea6493c1be3e683dc2ad0946675bf88
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-sources.jar.asc Wed Feb  1 16:59:34 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYkeglAAoJEAUaD692vGUHydAQAJ8OmpbmVaBeqn5w/GMXEzJ8
+QeTCFkPIKzdF+BIKDOuTf1NS3R4mWkVjH6JuFa3wlx0jQXR6d3VI1v2vOZ/WXP2S
+wF4eK644M8yuf8ySOk5PqKUU79t5zRDAmw18p+zUFBR52DNceU+xDFHkquzR1nEQ
+x/LEPAvY3fq7YFKsx81ac+9KblOeUVPiv3EEQbm4vprc2pUW1T9874tx2VJdN9hm
+JCr3EjBDiaQBlGipowbWiXQswsx0hqAHaklL0eqZ2PbkGrVEGYzveZCXwi5erxbW
+UIzEU2A266Dd13CetDRz8RQ49OUXEM2qOAc29TVPsFiJtmq290Jrm+s7pZYHN2oJ
+ZPUZro6fygorHpqKS6HtofeEo9dEAh/5IJIWY/JvBtj4FZZ0T8Pu5lTXRxbEZzE0
+afPA8iujkvKKuLaB80i7w/Mv5DLoSFDzdpBCmFkzI+HFabq28NrGjlkt0xEt/n28
+kOUIkwt8FKArBGExsbyiwExygAUspq5RoS2fcebBpPRNObgGLfyLQluE7oGUK7Xa
+DSFi2oCM31UGcp4ZIgkRLsi9tAyTqD8MurrCqYkeY9nHtthvxxwhD3ColfmScPNb
+GXSdNs829OdgPPjmE8XoBirNkm7mk176bF5zVolYfNKFEe0vynciaN9rhFoeEnwa
++AiIhQqPZSKH812ABSKI
+=/gqt
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-sources.jar.md5 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+4b67fbce12a984a5d3c7ee8dcd3287a1
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1-sources.jar.sha1 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+7f924a004622afdc3d2fd6b6a3d343e58cf0ad50
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.jar.asc Wed Feb  1 16:59:34 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYkeglAAoJEAUaD692vGUH9v8P/RKz5mj0/fLeXS90bY65Z20E
+QnL9PX2mxoX93lnih/oRGYIQ3Rcw5cnpCZt5QTy/W2h6yrWzr2c40kYcswFONSbm
+QF4NieTkd5n72yg3a9xIgLvEpe2fQCBgJs0S/iwetGTMH7SCGoH1MVvg3tSUGGJl
+NQQ+Nkrlw9HJhnhqj0hjkYLk1cucYD5CDvZsa9o2Rkqpcw8BEuyF8ke2vuLadaBC
+Nom7T+3iuNRUAkXzG6G+lq2wlXVIzUe1SpWJfmMDt6YXWPpWksiSCKjov9D3Qp1c
+PWMHor0qh/UkcMM2Q81NiWnhAAKeo/ifrZo0486hM/XGx6aSQufVlhiElnzOJ8bd
+w1ZYPWunPcgUP45WodBob8k/HzNRr9T+inTF68DIkfuPime2lYRkoka5gDRWJK0v
+PVxGEgPmX9lEHSZjfCYIwbA0iY94q/D78NO2XTTOBJ0hICh4AMbtuq0pkJ2eKhGz
+oiium1g/zGCC3vax6h3fE7w8Tc22TSEpCe4U8IiP3EsJLW3IONh4zACf4B9HRCpE
+/A7zcpMwlw0Rfu1++zN7jBJy9zIhULRgbQvbVzpMEUQn1B6+6rIBAM+LHTsPgy1N
+zMbPOVjhuToZYF2VqneiwNBx1OCtzk5WyLtH9MeTc7ymIAoJ51rvbbxvhtJV01Tg
+YHss6SmK4ewBC+n0/WJE
+=tDt7
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.jar.md5 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+e5837673435626875ddd5c619d44bea1
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.jar.sha1 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+5e133aaf9b5761072067e35fd79bb4557a9a27c5
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.pom (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.pom Wed Feb  1 16:59:34 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.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>

Propchange: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.pom.asc Wed Feb  1 16:59:34 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYkegmAAoJEAUaD692vGUHrHsP/RDdNQJ2XA639lE1wMbB2/lZ
+xs2MLML+ivdHGik1G623QfPmaFVyc5ZvugG8xiOsbUWrPLtAwPp33bHf3I83HeYp
+E0YmkjLrEx2NbDG52IglJ5fRJcGGhIqBxMZ1VqwDCafCghsEUK59Ppor3oIwgLaa
+un+FZcszO93MnRqn/RvH9FwAqWEFo1sEqcqcuFx3b/dSjWbFFgU/2zK5a2Tbepmr
++ZppJv3prGKKNrpmwxKOEcLRis8hoHE0BILRbmM10Zswo7RfNGfzfeDalA0ZcFSZ
+dRE2DHnvE3LGqPSDNDqVjpmXOlSEb9z+6LhqkHmvZfUqIUzd61Oy73UchsOBPBle
+SsWvKE5ez1v+FhyYiIn9LJlm0gEHqorSY6chm4HFibwhrHBYQ+G7Enk5txSDVTSi
+KX5iiTn1PjCR+U/yZ20a58r9EymVZrXZJbJ11fnqX6oGvlFvmTm2DmRmFYBR1bAo
+QTK4Asf2Qgpc+hj4nz9An++7Yrq8A9j6Jqg3wt54Rs57R7DmHOowoIAycb1AyObt
+DN254mqaMGNpAUkoii3KUzOYgD4bHNlKomw5wmdjqXNCaXNMajGkqX96CbBXCOFA
+Iw9hcNZOiXsmcE8zvAIUWmdL/uWVWuiEdEkcW1efngPhpM5o9fTeXmsAOJtK/mvR
+YU7YROt9ZC2Vgj4SlSFS
+=RNAl
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.pom.md5 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+524d7727e78ca8ec98618141c4c8f36d
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/6.4.1/solr-solrj-6.4.1.pom.sha1 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+4c909beeaea94b5b5d7ccff95f94777ea4666cbd
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Wed Feb  1 16:59:34 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.1</version>
+  <versioning>
+    <versions>
+      <version>6.4.1</version>
+    </versions>
+    <lastUpdated>20170201135108</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+384a1d849dcb01c410f7980a30ecb96c
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+309639495c61eac6e8f82e11663098bae206e4f2
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-javadoc.jar.asc Wed Feb  1 16:59:34 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYkegmAAoJEAUaD692vGUHl08P/i+3E/nlY3OeLlyk62dQMylT
+fAzvMknKd0TwOHk6IIOcTMJslkwbuyQtBJ4QwaG/h6g8cHsSe7OXIrdn26Bvh8WF
+5Pd8EitlUZ71hSPVuXiOxxVxdaqJcZ1D5TVBc68DNYLFEXaKly/DgDh7VXXLVWit
+biGc210qUkLeLGeTJ4Vjps5QAn1Xe7dxPHniCeyuN1JeugOpG7D1Ngy8akmHSx7p
+msNvnmqo37/lTRDY5oc1pCRHoeldrEhhPyOd+7S2idigMvbi3Omn/5iGhNnQbjfi
+O6n9wW+Mb8iy6UIUATbAvYnTEABspMU9WoIakY8dNLczvna7kJ4GEbYai1VsovkL
+DBTvHgRb2swZyOadfec57HeBkM9OR6A2/20HWMm3yC2RX4jNKlEnq11bOFXNfT4X
+HpQ1ywPlKIClfWl/kj9ULDlRa/IacSLA1gOzrMPdRbyI7Uuw4aKhVCd5Bz3U1tc9
++Q12ckR7IBrUwjrZWYQZgnExDMve4+Gy3WbZlaMmN+/JG3YBHK9sbmt901NieJQT
+GqwI4QZjsloTELVbos86DA15LXq+/TJGvaaXjiOe5suK1RYUUpXw4Z7ve3ewi58L
+DO1sf1tzOio9QC0V1xjD5ZuZwaD45MZL6Weq59+Zmu1Esbcz/j3flI1/Hxl1T9pZ
+RH0RXDK/1ftTjCK3hlwH
+=qQBo
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-javadoc.jar.md5 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+9438dd8ad6263b3097225ecc80f227c1
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-javadoc.jar.sha1 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+649153e9de1ea1ee4301dae2eeb83eb2ae8b8d92
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-sources.jar.asc Wed Feb  1 16:59:34 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYkegnAAoJEAUaD692vGUHDsMP/RcreG1UtT1GmcBWipM99geA
+TxwhqvF26+L6mnkpytDX+242fychEC7qiy9iMykaransqjRErNyRUa0T58Wz69cx
+KuoJgLXyvhkFR8B6ebNH1ITLzE2pH2eLm7QRLDIQNLOKs1SiOVd+7uj7Lu/yNX7i
+aUA4T0L+57a+XVHtaqQ6xsZVWpDzbD875+YfkKHCEtafXqTCrMMNhUuRUKjMgyoq
+7GM/2O6TuxmKX+YE8OtO+QqbwE7eZxLn2Fbq8XdIx3Tyd6rHBmkUf2aEZixbpxkm
+LvlqNJk6e2/uj8C4Qifls9kVOkyjYZEQJjCFGdIxL6YCEimd8M6yXnVjwm4yNGMd
+fHins5lE3jD53grq19KQZXNorIuxoiN31Fmgj57ePjg5d3T9pak14/hWbW3IFn4w
+8nkIDAhczLFkv/d+D1yy32Hks3k7YRG+3JiNOWdoOjLtSFZI/zb/9yGzpNj57qMA
++j5SJIzFYs3yFitL/WNYshehY6PM5o00OpAa9fL73PDJ6QbMGF9WYMCFLPbWSTRG
+Q0KrP6ZZoZetEqENsdbxdHwJveoi2urSr8Us1sBKOnISr9tELizfAiIxfNUf2dzg
+8DahxekNOaT1NPbWGRvqjFR1u/pxOF+NFKMgrHesyCiV3xEQ4X61+QKKrBb/llRA
+FTw9XkbmLwhGLPJak7NZ
+=jRJl
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-sources.jar.md5 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+499472c240a6d5f174a8c1577fa478ac
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1-sources.jar.sha1 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+fa5ab3f9575f3539b896d664c1122f2384d4501e
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1.jar.asc Wed Feb  1 16:59:34 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYkegnAAoJEAUaD692vGUHEJIP/3DhixK6QlvO2/hI5rCs9/Z0
+TIO2cO5LOtzDtaNq0Av2riVCmjVvChAQSM992Lr68ovIA2cig4WWNFm8ITcMlSfj
+DfOCkROMCaQsP3TPE73c8vT8/ZQTgtXjsNk5bdCBhe5hPGZXkOB3QlVRggYY4rTz
+UL0kVM7ymkzzYXlbn9nGYii1QW7moO54csa3/HhQddULrfUKeLT68V1l8Na2z2fB
+ffE74frGYM/VLS+UoD8CwIDcO8Ok5VeV2EZUoPuVKI+BPZlXkYdcKrWPs56ZVhvZ
+h2bZaJPMAM3LS39BL6jQWG3FcMMuhNrOJTDoxrQH/O6+yjeH+C1bLuFrDynX/c4F
+FtttuxYdxAQPJLB3fcoPU2Ig5/AGIXsfExJE9NYF1YP2DHxFkzpTHFGmmI/las+i
+qFIB+CoqLoM36Gaze99j7SfV/m7NQdCPokPPWH8RrIstdQbRclRuH6/oSk4tBM1f
+R/+kpPMiNwOeETqx0x+uCXF+dEIXFoOzPE7pz0lTv+I/aiO8HB8a78/ZkCaVmWni
+9+1NI1w2BHL0+OB6Z/7d1so8wg6yQfBBhNeKjtCaDlYMAe7dcVpPkLSjjWbz5+HH
+hG9zsTS1VgAICW4fMtSbSPjvx/2oeA/vlfm/bWxZUA8lGBIkEdsYjRrYs4I3epIS
+kwKlI5VwRspaR4sJ4IgW
+=H3eE
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1.jar.md5 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+661bf3efe5cdea8c41a3949ee1cab98d
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.1-RC1-rev72f75b2503fa0aa4f0aff76d439874feb923bb0e/solr/maven/org/apache/solr/solr-test-framework/6.4.1/solr-test-framework-6.4.1.jar.sha1 Wed Feb  1 16:59:34 2017
@@ -0,0 +1 @@
+b23a764d2daf41e042b06166a59e01951b9cd164
\ No newline at end of file