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/06 22:50:34 UTC

svn commit: r8536 [19/21] - in /dev/lucene/lucene-solr-5.1.0-RC1-rev1671632: ./ 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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom Mon Apr  6 20:50:32 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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom.asc Mon Apr  6 20:50:32 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJVIt0+AAoJEBQ1S0L27UT8fbsP/0x0msXahPPWqtKCbow5H9z4
+aPeB95hmfDMHaqtwoZ7vPkxiSXl2XxzpdpRBC68JZNGDfF7zQMDR1AB6s0IQ2+mS
+qXcrreF3/kFvIn0Uz3ZHOjv+WaXBXN+yXBqRsiKjXn7TInXe7r5KnawEcRshyqHZ
+qv+ZgtmfsO+Rf2YcXQWLLCUbzGFw98Sceh43feo9ZP/uWqfxAcS8OQ+NnvLWfOA8
+t4u7WkqPHoyTsocfQtrp1bgpwbDAY7ohP71IL1GTO3PySWJjIGSzH9LIfyPwAltc
+GCq0V+7G9OiT5mafLI2M94FsqAJ3idw6QWcv78wwmzkYmYk5hDWte50+SnynHBB0
+dBJaJl/Tq6I0KbtbaGotNHz3X0NE38Itlvrbp/p5Ma5K4SpUfRX0t39iwyRTqlLt
+cUJY031BTAvOx6xWygUQWXyOyMCn+hESRaRHhkjHkakoDVfW0iWmwZOY+KXLQ8fq
+i4My9elvW8OJtLfNtUV3uJZPGLLa6gyug3tNBomxEkO7iwoRzN9geqnBLk5Od4F2
+KWyyYWXKHMVKNUaj+UcwtqCrmptPtiGV9Kh8c+YysDHJLXPV+qmokaEc3oUyDfY5
+lsw64A8JzuiTvAPN8HuWnce0qd7s+XlF8do0kpL6Q75Mh56evDiKaV+z1TTgd23f
+VU6h0iIKOtrqXNWtH9D2
+=/AZ9
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom.md5 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+cc711a6bd2ccbc88588cade6980c7dab
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-map-reduce/5.1.0/solr-map-reduce-5.1.0.pom.sha1 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+89c1ebfb2609313cfaf9d2c7f2da96297671bb85
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml Mon Apr  6 20:50:32 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>20150406192308</lastUpdated>
+  </versioning>
+</metadata>

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

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml.md5 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+65edf12535a6fa115b661d3e46eb50e0
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/solr/maven/org/apache/solr/solr-map-reduce/maven-metadata.xml.sha1 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+0afef4faefc49eff51c3b880f4c6052725b86eb7
\ No newline at end of file

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

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-javadoc.jar.asc Mon Apr  6 20:50:32 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJVIt0/AAoJEBQ1S0L27UT8OG4QAImwsWNHuTCww5t6EarQ/WSH
+PJ9Uqz1bJ+mMEucxgeY50JT4HgT+uNtzRMaUe3ErsooRu2Z7jijroMEVUps/hXnG
+/WDjtKVS1nmuV4nvlJogLtO5KXybM4pyWVYsMYrGyWGN5FI3pnUHZ/ckvEVplHuH
+aNcdKaJ+FoBjB+Z1eNmWwEE1LqQP5lBlin6NSPFgMl+9fxzNvcvFSjrpzCD3+GHj
+L0NFfzTf5NX3qgK9QuLOe9wGrkpl8iY+OwNZpcamQ8vsC0H1Gy4OhzcnTU07YQaY
+60NH8k2GDmMSltuWzV42V6R7iLSssrUaw69qbsYkpVfrM7vLFcEsrU7MpiZKpxbq
+M/iD/3egdpVrukNreOwo/ksq/JD/NCN8wRWueZU0D9Jh9oewg5JlwS5dS8U+G16K
+qHzYoFN+OoQNCC2U+jDkh4QDKJTD6LdVlRJW4DOMKLdafbOwQYyqWOjX7BFotjKF
+fYI/A1tpacgQQjh7++cU4jjeVDJI1zbEGRpZhLx0oashbE0wQxlTznWGqcXqe/I2
+3HEgSKzQKae7YNwf4df/WCixiDEvfkCXQxk8ctDCkHK9EQH8NfhpG9zpcnfP+N5/
+wBzWiyfzzV8MbzKw2Km9kILH2yDfttF+zGKSEu5wqy4LeaLmVurAWsfJDU4VAvGk
+mwxcxmxh7cDcckPUK0+T
+=uJsO
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-javadoc.jar.md5 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+b11fb386e071cc4a1f80fb8e6624bfc1
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-javadoc.jar.sha1 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+2ce31dfc05c17a5f1032665a2041be01340d8ded
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-sources.jar.asc Mon Apr  6 20:50:32 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJVIt0/AAoJEBQ1S0L27UT8tYsP/jWQ48/SDj5F5iW79oZ7FeS9
+jGgqdYfKOcYgZuS6WdOz2isd70APEfYRH8a/eeIrtA83A3RdPH/YyTH5oefnQsYq
+UYx6wXvmhRSpUbImAEZfXGE6tY76Y9RpWt3rkXiJlMZ8zXeg1RthlyNDJgS0QZLT
+VKOQX5IR3ipM0IQWUjl5VDXFJ6FVto4Yr41M+NF0JNLxMwcZ9WEjJIDGGcpUipsF
+03D0UEeWLzche0WPfmazVZWT1sM0zh4Co7nggHdu7MZ1L569LACnV/ZjRA8VPZdd
+/qVZWske5yAEoKCuQmcz216qGVegnA3J6QkSFkjbiMBOnq2KxDo7SgCkUs/rUlQR
+AOBaMU7IWJAg5UJt3gHmVJHiSjCAfiqoF0g5ClA66XToQ5AwcFKEAHX8C4EvU5qz
+Fnr3lPzpUu7tu7yyZwixUvXRadIHMh0DQcneGuKUXX2OIPwiVCL+7H+VS5lcIkZI
+G2gSxhkjjzbBqeJIPek9YyxzrPvi8aYmdvJd5FqHUKUg8FI2AYExo52REc6HGjhP
+Sx1Q3A/n0vgcakHIqUVirOHBSQOIs8hSptA2ZgusEpbJnOMfkXfghpYA7euoAd7A
+fdE6mhIMxDd+sWaEbG91t67ccdeaKtf+O0WSbQ7FCCq1PQcWOEzg++o5AaxTREKm
+gPUHcH+H5rheXfI9aFXa
+=RPvq
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-sources.jar.md5 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+7ddb6061ace62b8740f1d6e6cddacb67
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0-sources.jar.sha1 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+6cf2b106fa30629dc9c27b615bfe523650a3e3ed
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.jar.asc Mon Apr  6 20:50:32 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJVIt1AAAoJEBQ1S0L27UT8tlIP/R9Tas38vHcCzYHHZgiPKsGv
+npskiNfOKvcjHdeJIRzSvJYrSHgydCXUtNMkL2lJMK/+sj4m4ToOxxEZgYlqZm3a
+uZiqMfk70jrvUteBccRrYzaOi1FLwI4BWyE95PbGSA+N2zV9sQerQF0ZdGa5+zBm
+G5r4C4D4kk54LH6R6OLBoysQWV7i5meWav7UlrBa2uB5jmGLI38HuCu1nIz6UaK+
+VnVGVLeYAYMO5B00WX9i13u+yEhZ4zKXQOvj0MYAo1qlY7oiWWvNsF0JNoqcv59D
+NiVAiIroTG2XVfgsAb+uTGWm2gQyddXwfjs+OaM8zAKRD8aouk8ei3scmREjIhcQ
+GA+9F6UOaMoQ1NSmuYURBtKmTdGH5DFbWIOEKnr3DBxCatJS1yXkooIKrtx4Z0cJ
+muDB4s5TsjvNbJ3qsA71w7f8CYbW8ozRZNYZeR/loD0wBCeHTkIuRXxgrWWYmHkd
+x/YzBHRu6zCDo3eJoInOnOem3jIndFzRoHxRw54MEsvkCvaUgSwA88lb2cM1ChQI
+7Kb9z2FaSl0hONRY4uMCalYWkoSxnAFOI6OcMT6Bit9si34Q/I1zPcY9KAldGFNq
+YWuUNsTCmZsCh1Gwc9ewn84IlJFWR256xR4YRhjoB6V87L1gwcpLrLFlAq0aqEJT
+Ok8L+fQYVXr8jeGnAefn
+=c2wR
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.jar.md5 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+1b640a17a7880f1768344b0e509cdbee
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.jar.sha1 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+d148064f23ed0a8a4f135c8e801643afe7ede659
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom Mon Apr  6 20:50:32 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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom.asc Mon Apr  6 20:50:32 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJVIt1AAAoJEBQ1S0L27UT88UgP/jfRfoKYh85YYlD4lgfO4RCX
+lGsXHblPAH0FjpVM/glU3AFzyMvkxGfEe57riI1HvKvfvONUkuL6m4lvN0G5UNtn
+b04hh+iqBXWou5Tu+qx/npZ0afbsDulUbgINepk02NHH+sTCJapWp1+h1R3QOtf2
+GkIqmpavpfxUp6yBT6A6e/+oWx/lXC7spS6JeobvTUry1jh6oOGalBGzHYbTST00
+R758V5Q/VtUmN1fvW83UYsaKhhEeqoerlNzFnSL/Geu4fLjOXvN+gSMluAK7yq+j
+1GeiB7qOlWEd+9q1CF/4wiWR3LxEx+OrrWDhSl3T6mfPfQh9E5R5oPfkiP/4l4c+
+RRuQwT28XbEi9F3FHtHXKVIAwgqsBS/bjEbZ20gNM7lmp5CDkTWVbOPSwpV2sgo3
+LqvDUDkUQzgJP4NAan9dBmABUTQRmkykoNnolw29z48Zz0oxHEfAM7t2VlDSrmdG
+iKsgioHrpGff4itqp+5wd4otnJv7qGpfTIBze1QsrsBHBrsQxQZofVmn1216bAzV
+QN+fWF4UHwCE9xevZzPCSClXf8A1KnrpbK6XVS6ppAhW42aXuYoSVAQCYFt5TEDW
+jzmsJrPJEZc4KVelI+Xi1PcMTuYnKJmM7iplmFdBKGqD/bEMaTpCVcK5ynRgJEdN
+Vp1I5/WQ+3A2gQp5A4Sp
+=69mG
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom.md5 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+999a414c1b539416c615d910dbb68b91
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/5.1.0/solr-morphlines-cell-5.1.0.pom.sha1 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+bd0b8cb4407793dd0dfa5006d6cb3d5cbc8e1008
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml Mon Apr  6 20:50:32 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>20150406192313</lastUpdated>
+  </versioning>
+</metadata>

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

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml.md5 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+daff72de169ecc9fda0d795924b8392a
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-cell/maven-metadata.xml.sha1 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+471be9d35e2258ddf9e98f5d74baafdee05307f0
\ No newline at end of file

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

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-javadoc.jar.asc Mon Apr  6 20:50:32 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJVIt1BAAoJEBQ1S0L27UT8J/sP/2cVZMV8yybPIFfvMyLxrZLZ
+Wbkb4YwpsBN8njEFIEj8R2rHqzbp1R7ypPh8MWn5IGo/KHIRZg4ccMJkefRknR89
+5szlXbw1jxDXIf9Gx75i99alm4YEY2Wyza/28vs15H6QNKBSPj5EAGP+ZhS8Mjdm
+kjuwbN6wcKjts4UP9oqlRPWoHC+B9l4By21ONljPGByhsbPX/PESRmtgBXLmf36p
+CEt/t21ouXmyJKdAZBOuKTIRrR2pfcygRxrZZ1hZqTcDBJU+pZA+zM+bt1fZmG0L
+msBOk3+L1NVQOKm+xp10LAgVzmT/Ny2cykG5/mrBzt6Gj/+80R0b/0Mk4HfmjLzv
+VeV3tbsxXO29qdWWH/rwgMeLDxk7/iyzlyKYfeIryxDC+U6RjS2FpENAO6CccZW2
+kfW4LqWaObtStYGGZJHbwbEcHBILljtlAsXEPHAbzSziN/phGUFF20OgP8Twk4wb
+441FoU8fVsHwPoUv/PMXTTn0dDHeI+becGRfC3jfjE405o301F+t1Wrrl9R6GI1+
+hkgG/hTTLi3tPgi2sKok0JDKrYFX2eYR0eu97BzEa8oe8ewA3F9Ofu065uSL1c95
+E0snJHLrXjwvpR9tVy2AmFbVeih5K4GUBlikEQOJs7ubl2KjWKcVcD5Gs9btF3iB
++A3sVO/hzzv1Kk2/aduW
+=LuMd
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-javadoc.jar.md5 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+aa8741eaea1d986892228d171b9a2263
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-javadoc.jar.sha1 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+6b7eb2dddf1b7f0359596e6948c4539a6a13548f
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-sources.jar.asc Mon Apr  6 20:50:32 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJVIt1BAAoJEBQ1S0L27UT8REEP/jo6YpWl91Ot5c2cPefnqfps
+Ejdom4su99h7/dlgwQb7s2Lxj7z9zxG6hD6DkPupGK7kANcxZ9mkmpfn8p2Kg33I
+HtimaaQp/rHhU04P3bQO09q1YO4jeaUHuoM1Qye4EmHlx9kAQM4EvxUB+KTuvDsF
+q79HmsXAV9EihZScK0V8eI7SJuJkH9lzTFGjQyIJuKNKvEO7R5SkHLMB/esUNQaK
+f0vf2V85uBjgHesorYc63YK4wxtHwnRftbMJx68/1xQ+mh0BTZfNA/tJ1l4vUEMU
+YCMKqKCfHDbSJ+BX5uOOqQHAdI4uS85LcfzepYn6PBRKIGk/8xXXawWoi2Z/GbfF
+qyUepdfD/GwiXzQa6QV0AL2EJ7SxGyxW66rd4vEUL8Qgbip0prUkk0ZB/jZiX14s
+E8P+VC+x9viZcHR6sBoLHsqS5HPvmeWAAQKRMvbG6HzGZHEwbouhs2q64NRFcdK3
+OqIV+A5MFNCM/LhdCp5QOVck2CciP56P3cA/55e3uREs/+Ojj+v6Wz57ARFaaNyG
+Ssib60RNw+Zx7quRUFfHDpVQhCqmP0mcNuTgmoesjXc1j2T08vP1V+eZAhDJnbly
+PhG5G6qSCXipKzICHjbWjaJy/5rkGjUS4hEy8tnSxj+7F5I9h9X28DfCyCqPwYcL
+yuI29freTAnLZW5vROAl
+=kNJO
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-sources.jar.md5 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+4134f1c84618d23587e22a67cdd11d94
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0-sources.jar.sha1 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+03c527c332f8188df6e220a5db98beb5e371d556
\ No newline at end of file

Propchange: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0.jar.asc Mon Apr  6 20:50:32 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJVIt1CAAoJEBQ1S0L27UT8TGsP/2fdtJne9wmaaPoRMXcQzqGU
+IOdifLo7cxtKuv0yha6ML5ylczfj6OMO18Q/3Vg96ovRjN6c0QIseIYT8d/NyJSt
+05Pk+C09l9FtK6JzZVcBBrdVT9m00OHx294iRURZ5c9gvp42E2rGU4XJJJp739J+
+JnhDwdqSLWZKWyHA8bb2nypbIbXgsTX5uBuP0d7gs2ogzi77+76EGeWOilox8unH
+z27/kKhA/P+PjCah9OLTE20s75CRj8MrCFxOCWpbSMXQopLQ+AydY8Svz+RPIPmV
+1tiM0xYDDlD25jZY2tsWvZWGicmneyJ4WOSfIa88vzDMjkRCNboV+KBEdcz9Yr/3
+TplxLEQys8fQz2gNJaUqvy+umX8N+oV10+5zskjmiXJvtD3m2ZcRVsjEYd5ruwCu
+pc5shZjTz+fIhm5k1RW+kbIMj2zX4Oc2gex/AaCWdyWWwUL2K1vIqX6ECokmjWSU
+HP1e7gwUcJjMeIapVHjmMO4b5RoIdT06swybGo0imU0StV92OTDTlnWAz2xtyh0F
+12aFpYOsDyMLyHsAyHDn4mVWyP/9R/6jkbPqyoI4dPvoURR1VkpGKLyTbyZNsRR+
+Yvbz66aiAFVWUzQyfxP/KC7h29dIU4aCA3LzOPHrPW5yVoRHzFOmxN8TDBV8T7L3
+guTY08/A7IiOK3wbwbO9
+=kVZu
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0.jar.md5 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+6fa3f14d9227ca8027b66262709c8c22
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/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-RC1-rev1671632/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-RC1-rev1671632/solr/maven/org/apache/solr/solr-morphlines-core/5.1.0/solr-morphlines-core-5.1.0.jar.sha1 Mon Apr  6 20:50:32 2015
@@ -0,0 +1 @@
+e7589c2791b745f2684f14ef0565083d52f32d14
\ No newline at end of file

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