You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2015/04/09 19:22:09 UTC

svn commit: r8568 [19/21] - in /dev/lucene/lucene-solr-5.1.0-RC2-rev1672403: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/lucene/lucene-analyzers-common/ luc...

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom Thu Apr  9 17:22:06 2015
@@ -0,0 +1,798 @@
+<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">
+  <!--
+    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.
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>5.1.0</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-map-reduce</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr map-reduce index construction</name>
+  <description>Apache Solr - map-reduce index construction</description>
+  <properties>
+    <module-directory>solr/contrib/map-reduce</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:svn:${vc-anonymous-base-url}/${module-directory}</connection>
+    <developerConnection>scm:svn:${vc-dev-base-url}/${module-directory}</developerConnection>
+    <url>${vc-browse-base-url}/${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.solr</groupId>
+      <artifactId>solr-morphlines-core</artifactId>
+      <version>${project.version}</version>
+      <type>test-jar</type>
+      <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-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-spatial</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-morphlines-cell</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-morphlines-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.codahale.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.codahale.metrics</groupId>
+      <artifactId>metrics-healthchecks</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.drewnoakes</groupId>
+      <artifactId>metadata-extractor</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.concurrentlinkedhashmap</groupId>
+      <artifactId>concurrentlinkedhashmap-lru</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.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.pff</groupId>
+      <artifactId>java-libpst</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.spatial4j</groupId>
+      <artifactId>spatial4j</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-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>de.l3s.boilerpipe</groupId>
+      <artifactId>boilerpipe</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>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.sf.saxon</groupId>
+      <artifactId>Saxon-HE</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.sourceforge.argparse4j</groupId>
+      <artifactId>argparse4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.sourceforge.jmatio</groupId>
+      <artifactId>jmatio</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-dom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>fontbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>jempbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.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-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.eclipse.jetty.orbit</groupId>
+      <artifactId>javax.servlet</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.htrace</groupId>
+      <artifactId>htrace-core</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.kitesdk</groupId>
+      <artifactId>kite-morphlines-hadoop-sequencefile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-json</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-saxon</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-tika-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-tika-decompress</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-twitter</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>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>io.netty</groupId>
+      <artifactId>netty</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avro</groupId>
+      <artifactId>avro</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-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-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.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.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.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+      <scope>test</scope>
+      <optional>true</optional>
+    </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>
+        <!-- TODO: This is a hack, because the shared test-files folder seems not to be
+          included by the dependency, maybe because the dependency test-jar is not unpacked? -->
+        <directory>${module-path}/../morphlines-core/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>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>test-check-forbidden-servlet-api</id>
+            <configuration>
+              <signaturesFiles>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/servlet-api.txt</signaturesFile>
+              </signaturesFiles>
+            </configuration>
+            <goals>
+              <goal>testCheck</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom.asc (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom.asc Thu Apr  9 17:22:06 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJVJquaAAoJEBQ1S0L27UT87qkP+wRpiuScMzjFcQdtlSsQiOJ2
+OATyjXjjQA6kUpFoaE3c/AUiUkh/8cJ64B3F+sMleB3oqY2uGc92HeoP9uGtegNA
+IIKwiAw65pifaCiOE9DE83EY0F3UBIbcSjCnvncKmApAAbTglOQn50lLk66aW0Qa
+uZltjZWLKYDQfVI+YkVTkwuj1dpm3gI+e+53pe8Kmly9gwAaryuby1c0ESeUOYGF
+rK36jKNASB+oSU8ZceMn89vUX5CzOK2mx7QbG+x7m9GV/9XJFUKY5wXAG0CGxDlS
+Ui24MJLB5KvHzLCtH/oLkgL3RKDWrXCfCes5hdrKFhQDE/WwInAtdhX8n34OSrn3
++yqy8ZsX84XmCbn4VlxHwWMk4lGDPw6LDSHP65qeh3hCNu52OLRqPB6lr7deI8R8
+NOXxsERAYiGq3w3xG4YUyHNq6Oh+5zSAFVrwVOeFfOi5D0xGYzxDlLTKDV+R906K
+xyX0/9W66sZl+k5b3poZbPGL9/r1W2bUVqmjJHXKjo7qsNvxB9hThLk50aJ4irbU
+a/fjgYKhGPHqT7nuauQ9FhSsk6Opz2XH4F87He6UXy6+V0Ry9k4LqdgE3R5zj91K
+GUyf6iyveYR50AgMSDtNaEoPESO4HADVgMtiJwbR3f1+DQcMC9bRtgBMeVhjGWeS
+XNSbeBRbYoBmfhyaxbm5
+=Am7A
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom.md5 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+cc711a6bd2ccbc88588cade6980c7dab
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom.sha1 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+89c1ebfb2609313cfaf9d2c7f2da96297671bb85
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml Thu Apr  9 17:22:06 2015
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-map-reduce</artifactId>
+  <version>5.1.0</version>
+  <versioning>
+    <versions>
+      <version>5.1.0</version>
+    </versions>
+    <lastUpdated>20150409164023</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml.md5 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+5951ec2b164b9028b7fdd3a242c9b404
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml.sha1 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+7df85b8fc072d608fdc5624af08de7bc9444fee6
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-javadoc.jar.asc Thu Apr  9 17:22:06 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJVJquaAAoJEBQ1S0L27UT8l0oP/j5Zzksxjfdy/9FLaaUq5thV
+qu9140RtUENX9qLsndtiHtspBBucPyq98AajtvlUP9eZpP6589epqQp+3MraTj3r
+bsNN4VK5UTKymD2d5avywzaoB7+RLdSvdp1V2XMoSga8wNxVEnKq2OUJsAALUfkx
+OsxkjnltWBVCMSu4lB28gx8wkHMRcYN30hA0RQ7yNL1NGW4Bg9UGwXX6EgJwLOUP
+0w7W1xzZRwfk9JAZw1RUjQuGwInGYmWpnS/JfWCEQUXrMiblGPcJlWxgRQs57FsN
+Lp84z2CfNlq90q+YHAlsRwhroyCdmFpyV7f9xIqzm6imsHIt2Zr9N8yxf8mvAYx5
+ak/e7Z3oEbpXmjlePcsRiwVvQyhIMisXmoKSGER0UjtaqfaG8D/5VTBkYVhbKUyx
+YvSxWys+TkeL4gCRYqHwGHrW5LosKypJWSn0+tyjVFpej8Q6MmCWtj5Tb3Ui8kHG
+DNq/6baCYLw6k1bwYxwwVnekXI5ofQCjDy1dr4/zFdqpq/C9yyTcHJFB4Nj16OpH
+iJ5r6+W3wnUjJ2JaqZ0dIGvWGD+On8o5ImNPj4zN9Bq2uMw/ugL/N1BEuFsA9Kgh
+gm/t2dz4vWniGaSbv2dXR+mywYyx+s5XWiTNd62lynatfex7UXK2jKpcIb+ozCZP
+BriCfkhwOhLFlf3aZsxX
+=50cH
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-javadoc.jar.md5 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+9528c4b446f86900e0fef7aba466640e
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-javadoc.jar.sha1 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+10343e249e003dcbd46f4a7d8d25c23d1778f589
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-javadoc.jar.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-sources.jar.asc Thu Apr  9 17:22:06 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJVJqubAAoJEBQ1S0L27UT824YP/i0a4Kb1Na5IVDzTCRHs1r/4
+r1XuIdB8e/Dj62elSjVnGPURL3lymJTC5EKIU1O/tZg5wSZTS1hYxi/j8ci++4x6
+2q7tbSSZ6MXPOzuFqZ3/7Q/lJKgOSI4W/93067tMmcPl/GF5U1m977DhEW6h1HlS
+uB0fAGbzMbo2CKb/cRzi2+GYeddhwmXJ58q07NMlmyYWz/WQyQuYFlI/yDp7EI6G
+Hdn11ccUjBNn7lie/locw0O2T0fQdYEbYymV1AMQmFiBX8sgXboZpKVYRyoH9SYl
+4zjnS0MSqGMmdzrvnqdm5GByqQ3vq3B8Ingds37QCHKAyKIy9hTi9XMUpeJbk46Z
+PVstNFI7l5io222DnWnmQxmp1dTQa0cIaM9wWf+HnsGsLQsELTzLfbuQvUxbY+mU
+YeWlABZQEDtOGfVU63L8aRIwjsVRkOC9E+WgSVdfL5o7B9VPfZ5p+oxdbTxECCIA
+pq35UHyG4loFaDYShJrnfmaulRL77NApY2niCRtMNLZJWsBBg/NmdeJRCFJ7FfnY
+qWM0+bsNWu5zJKHPNUB/IsVSHHeKhKBLT5d8lMI29Sa2As8os96idZFDb5wzDO0o
+hXJ9q7u9i5CJNJERq12fpApENK1Oq1EhlkCzJydbU00AlKGBnhMopj+R11P7Ozmw
+337wuP5rknORv3p3G+Uf
+=HkBU
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-sources.jar.md5 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+37e1b0467556c35fe1b33ef71726e0dd
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-sources.jar.sha1 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+2066d06cb6c3583d411392898dd34280acce2ec1
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-sources.jar.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.jar.asc (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.jar.asc Thu Apr  9 17:22:06 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJVJqubAAoJEBQ1S0L27UT8C/AP/jnvM20qPqlUiAPN+GGfNqRf
+TE4JwoHpqg0c3UlppHLjt8njNyJ0Xu5mlUmGy2tsHmLh0g7yCg5ZqzLVf48InQId
+lR/+jjgTPylTk+lUavvSKdLCWrbAAiaBJn0h1rG7laX+BLXYTKbBHT9+hcmi8T5F
+jZONQKIrQue5L7nxZ1ed7AYCVRajLMBUjymm4LJqy2LcrUfluW335Ji8Snx6TU1T
+/5mW8KeQkh7nbeEw8qC3kG1ZWMmWEDGKIVb89ckPIvl72+7IyuX4ZGL53SJNcE5g
+I4D9JkjsTAVRHzQtuzTT5rWTaFQuAmN82TXCwaG4LhG7SvOFhukie6vbqDDtz/5p
+64ahvI+0HD7vJXxE4ulazluA7c+knBbo9U9+YtZsu2gK5PjnuxbRwZooqceJFsZ/
+uOoecZlapUfe1xcBXPf13hTOfNN0GIh4douXQhdJUKBOe8sB+nKz3lnezTSXz3fb
+anlQ7BYZaWXo+MJGQLttLSGh95J5NgviStIA0msR64He+qY468xruwVJAgh5oMiz
+yOEq+WVhdGhhuD13ZU6FaF8GA4HveUOAn+M0A82KMywKgvdr0d36N5aUGB4cdbXP
+zJDDD54WlZpyqacPhsKB+ycRRbughfNz5srEoFBbDiexaVmOAcu6+r4lW3BPFkDc
+9torLJAIdmVkhym5DGIW
+=aFd1
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.jar.md5 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+3a97b49785d3b8eea3785533c268c1d7
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.jar.sha1 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+cb992e6653a5a957bca831e8b06035d0292bd116
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.jar.sha1
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom Thu Apr  9 17:22:06 2015
@@ -0,0 +1,779 @@
+<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">
+  <!--
+    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.
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>5.1.0</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-morphlines-cell</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Cell Morphlines</name>
+  <description>Apache Solr - Cell Morphlines</description>
+  <properties>
+    <module-directory>solr/contrib/morphlines-cell</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:svn:${vc-anonymous-base-url}/${module-directory}</connection>
+    <developerConnection>scm:svn:${vc-dev-base-url}/${module-directory}</developerConnection>
+    <url>${vc-browse-base-url}/${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.solr</groupId>
+      <artifactId>solr-morphlines-core</artifactId>
+      <version>${project.version}</version>
+      <type>test-jar</type>
+      <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-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-spatial</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-morphlines-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.codahale.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.codahale.metrics</groupId>
+      <artifactId>metrics-healthchecks</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.drewnoakes</groupId>
+      <artifactId>metadata-extractor</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.concurrentlinkedhashmap</groupId>
+      <artifactId>concurrentlinkedhashmap-lru</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.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.pff</groupId>
+      <artifactId>java-libpst</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.spatial4j</groupId>
+      <artifactId>spatial4j</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-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>de.l3s.boilerpipe</groupId>
+      <artifactId>boilerpipe</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>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>antlr-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.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.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-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.eclipse.jetty.orbit</groupId>
+      <artifactId>javax.servlet</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.htrace</groupId>
+      <artifactId>htrace-core</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.kitesdk</groupId>
+      <artifactId>kite-morphlines-json</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-tika-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-tika-decompress</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-twitter</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>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>io.netty</groupId>
+      <artifactId>netty</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avro</groupId>
+      <artifactId>avro</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-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.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.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.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+      <scope>test</scope>
+      <optional>true</optional>
+    </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>
+        <!-- TODO: This is a hack, because the shared test-files folder seems not to be
+          included by the dependency, maybe because the dependency test-jar is not unpacked? -->
+        <directory>${module-path}/../morphlines-core/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>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>test-check-forbidden-servlet-api</id>
+            <configuration>
+              <signaturesFiles>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/servlet-api.txt</signaturesFile>
+              </signaturesFiles>
+            </configuration>
+            <goals>
+              <goal>testCheck</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom.asc (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom.asc Thu Apr  9 17:22:06 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJVJqucAAoJEBQ1S0L27UT8bSIP/0vI77DmWjGuQAKdNsM8sa6o
+yi3SrsEVhyH/A09GW5eve1KijnVRFuXsOeLBRF5JamTi/VhcmvHDJbA/Tj6QTe6c
+wMooWBjIyOV+eLBI9OM9+6NQtP/SHNVPN21Mi8dLz7/jTyey1MWpfDTtZBwQbYqX
+LrPB1pW9HKMmsYjbzBNyzv7RT4uZ74Y7eXRguMy1ZcJps3bapgNS1vlNNC0Ewrze
+E4goTQa1YprjVSBqvqq3XKP7gnFvlBVG+efGnsKRT3rqbnrjSzU4t/xCrfYezDvJ
+1U6VmVaBgPD9dlimtTQawJvvmCKKrdK4wid5xSwXx6dqG2rDET36avSUXGv+lVgm
+4sBA1u/wgF6CnFYSpFRvyWS2X/QrzDUA5sqKIqVoB+yRjn5Wzm9yLT89zH/laROR
+20Ww/oGkKJ26fx8MGVBzYmeL+eERRFFEpH3EQ4K4CLj4P+OFP4mX6uHA1sEIst3k
+fd7Wgp+6NBgbN/GopLe02X/CbETfWadyE3sy6T6zsF0jVCHj4+Uate354vNzbh+d
+jZMpzlPQrmW5YN9udKOw1Pc/o9bvRIGb2Kpj2aFrVNorSXP8c2Na+Qn32Gx6FCM+
+FgLt4do5ChmH9MUkFy6CiJXtJxfWaX+GMuUPEIw94yIJgNJG9S0xR78WpWXmrMyE
+s5dIviAqyi0vcSb3dNVp
+=EcTT
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom.md5 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+999a414c1b539416c615d910dbb68b91
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom.sha1 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+bd0b8cb4407793dd0dfa5006d6cb3d5cbc8e1008
\ No newline at end of file

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

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml Thu Apr  9 17:22:06 2015
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-morphlines-cell</artifactId>
+  <version>5.1.0</version>
+  <versioning>
+    <versions>
+      <version>5.1.0</version>
+    </versions>
+    <lastUpdated>20150409164028</lastUpdated>
+  </versioning>
+</metadata>

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

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml.md5 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+adae7a41547a67b0c82c60981f133db8
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml.sha1 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+8b1fb9ad4fe4a18d82aedf633439500c7c6dd98c
\ No newline at end of file

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

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

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

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-javadoc.jar.asc Thu Apr  9 17:22:06 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJVJqucAAoJEBQ1S0L27UT8QNQQAIchp8TrSuMlNIgS/iSRpyO9
+AlmnI+nKg/ksaS1pQ/se4nArfp0EZ7nVe1XfHoIjIwAIREJS+tSnILKwUKm5XtAG
+YqF0C2COm2OFiRp3Z9jo7Uq2oaxFc2+fCftXGnKJRt71xEdHLT7eNnfyJ0L8lG/q
+zEgUizn5Pj6CGZREJiC8yOrsXsXN4GAay1XYHOx9q6TafRyNyTOV8Zkqh5q5r3TI
+gMgBJysbdrFD2aUkhAGgTaUxsWZHdhSF7hbJaUR6P7EwjWGRYWOiDkuHWy1VEZwR
+q/5nD3lSsQGeACG3u1nCmXlSQpJ0lXttjg4X94NGUiQHns0xw1oKxWfmBXuTzNlS
+6z5Kq/7DhRpp0PPeIR/AdMs1sG3Gok5zRE578rP4wFk7nlL13UZ+BbdDER8VJHqM
+ORbfC7pe9jFak+mVeID2l+ITNg3uRmXwVwzjabZAxzFrcM0ZnZFpA9Zin9FYdy8N
+dl/9jVvHppXXxQjlvTbzq+he4nVYnK8cp1wFMWynJDF/1zYNyXQ/aWyO8nN/5a8O
+crtKdPW7ulDnsNAgiZHxjZfkBYJ9hYV4U/nXLhCrO4Oj7IqNd3JQVCCnF3Lh8pHp
+tzv4le1Y/oJ+Ia3IOKPo9QZ1EUWGh3A8hGMwHbnwOmqvZI+vJS8a3WXv+HckJtus
+Yg/OAOIzfjucn+mWGVMt
+=/drV
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-javadoc.jar.md5 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+a1bb9c2987305531bcf8e321c7d44dea
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-javadoc.jar.sha1 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+e079b2c77717367655d7e8743bba73230888e99b
\ No newline at end of file

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

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

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

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-sources.jar.asc Thu Apr  9 17:22:06 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJVJqudAAoJEBQ1S0L27UT8k90P/2gkSgZfL3jqftzCQ+eKIx8f
++Ys+iMQoD5DNbtJSN/p8U+QPAKDD2cDvJ0i9/fEtYaBnLkEyBmywKMIX+MSRC77F
+LC6BbrWBVL7hf1XtB+BZelPTDWIWB3LuM3vkh0DFspyejnPVkKkATrvgqf/7f1+I
+iByC8Z1qfT1kWoIpUJik004k42QMdeu792K64o2hih/liF6wij5LQnpt6GmlBqdx
+02TG8qq5v97/gDhjHeb3Kcu5WDeDLP7KoBj07JKb0J4sOqX8Jo+TgFHiBbelbfUE
+CL7OBHbVSYS3Iy1EIHivd/cy8bYTJ5p5Mv+lEc50mw+hZNy9/moOUxMPCgWITDoQ
+T2LhfTJlQ3MrQbUfFK+oepa4RAEQoCt3FXDqpuOVc3KbYaTRolAsexemlNWgRbhb
+MrLJ6HNL7ee7Sx9ztVonh8du3A51F27pekhZfDfw4eUUdbaATdkLCwwYSOF9L++l
+1B0qlVr6rjb8fZ44/Ti4OzoPGMC4xHUcKBXAX3mMWXgEBM53pouK8ZP5pPyOih54
+1oijrEFrCeNvrMehOTR+6DgVP5leuRXrHy5udbvOHHJ092+ZkK49uRweHT4rOsZB
+2IoFGQ43V2LKK7lSUFeYvxBAWu0ft+w7WECbVqDhTG9L2+P8GVS5ukTd3FZL6s3V
+i7Gnaxzo3LEYiFrca8EQ
+=Nmhe
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-sources.jar.md5 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+3c13d25d0789d02bad834594566516fe
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-sources.jar.sha1 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+9d75e210c30a00335a12361aeeffe3ef1a96e2fc
\ No newline at end of file

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

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

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

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0.jar.asc (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0.jar.asc Thu Apr  9 17:22:06 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJVJqudAAoJEBQ1S0L27UT8AMEP/3sDIYggdtdenq0d7Eco2gkC
+S9RmCGk+vxbCfAuviIE0fwgVgiCewfnNRuP+j/8VPYb5i0A7/ImxmtxJ+Gledby3
+Q6F+4xaFexuKzC8dGrIHcSMRek49C7ureDg6ByP5+ZZWdTYnN15gRaCTfmMC/CX5
+6OZwqquC96SZSXrM0WBkzvmyIsg+myCfP/HoCvyF15gnWOgVSpSijwuUalzrOvsh
+ro6UDMZYKLasNevWm9yiGPih0C4nl+SAZ0Nlig+d73XO8DWLqJpEUZQhE3TPl5tR
+iL4tU/tZg36yZ4kZ7/YB27G6jMScXfYrJ+03o8qo3PmPS+tIX4EdhTziXYIs5sfO
+swe0LEgnmLAzOLyWAGZk4OflMlodZSEAumHDR5vSGY21Q0odu/MFgIgsam+DJWxh
+8ePFsu1eINukGF1STz8z89Se6ygBLJqenY5K6UlyPa8F/zmqqrdn64Ea/z7Heam9
+nOUjYGySOxkWKDNBPWFoAwzJApOKgp3SjdVU7SvNO5Tzk0uLLjLmjuCaJ69/Holm
+ZSF3Te3diawpp8t/l3/h4OLROJf3L2dQy5+/diRDhvlfkP090GSlUYFeEJWzmK9Y
+U7PkFa5OC7fZZBJppn1VFZH00tptc1HMY5jomLyT9GIAjexLNOwUVIM2oAoA8pWA
+wQaBra6E52mjDR8sdqsN
+=N7ZX
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0.jar.md5 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+618c37f1e0c223339cff3f1926f89cf4
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC2-rev1672403/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0.jar.sha1 Thu Apr  9 17:22:06 2015
@@ -0,0 +1 @@
+e4ac04623e1cca91a2a05aa74a18911f71558dc7
\ No newline at end of file

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