You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2017/04/21 01:14:30 UTC

svn commit: r19229 [20/22] - in /dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/l...

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom Fri Apr 21 01:14:28 2017
@@ -0,0 +1,853 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.5.1</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-morphlines-core</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Morphlines Core</name>
+  <description>Apache Solr - Morphlines Core</description>
+  <properties>
+    <module-directory>solr/contrib/morphlines-core</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-cell</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.adobe.xmp</groupId>
+      <artifactId>xmpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.drewnoakes</groupId>
+      <artifactId>metadata-extractor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.juniversalchardet</groupId>
+      <artifactId>juniversalchardet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.mp4parser</groupId>
+      <artifactId>isoparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.pff</groupId>
+      <artifactId>java-libpst</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.typesafe</groupId>
+      <artifactId>config</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>de.l3s.boilerpipe</groupId>
+      <artifactId>boilerpipe</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>info.ganglia.gmetric4j</groupId>
+      <artifactId>gmetric4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-ganglia</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-healthchecks</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jdom</groupId>
+      <artifactId>jdom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.sourceforge.jmatio</groupId>
+      <artifactId>jmatio</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-dom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>fontbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>jempbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox-tools</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml-schemas</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-scratchpad</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-java7</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-xmp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xmlbeans</groupId>
+      <artifactId>xmlbeans</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.aspectj</groupId>
+      <artifactId>aspectjrt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcmail-jdk15</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ccil.cowan.tagsoup</groupId>
+      <artifactId>tagsoup</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-tika</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-avro</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.tukaani</groupId>
+      <artifactId>xz</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>rome</groupId>
+      <artifactId>rome</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>aopalliance</groupId>
+      <artifactId>aopalliance</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.inject</groupId>
+      <artifactId>guice</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.inject.extensions</groupId>
+      <artifactId>guice-servlet</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-bundle</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-json</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-server</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey.contribs</groupId>
+      <artifactId>jersey-guice</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.xml.bind</groupId>
+      <artifactId>jaxb-impl</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.thoughtworks.paranamer</groupId>
+      <artifactId>paranamer</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-all</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>net.bytebuddy</groupId>
+      <artifactId>byte-buddy</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avro</groupId>
+      <artifactId>avro</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+      <scope>test</scope>
+      <classifier>tests</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+      <scope>test</scope>
+      <classifier>tests</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-app</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-common</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-hs</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
+      <scope>test</scope>
+      <classifier>tests</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-mapreduce-client-shuffle</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-api</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-client</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-common</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-server-applicationhistoryservice</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-server-common</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-server-nodemanager</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-server-resourcemanager</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-server-tests</artifactId>
+      <scope>test</scope>
+      <classifier>tests</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-server-web-proxy</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.mrunit</groupId>
+      <artifactId>mrunit</artifactId>
+      <scope>test</scope>
+      <classifier>hadoop2</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-jaxrs</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.fusesource.leveldbjni</groupId>
+      <artifactId>leveldbjni</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.iq80.leveldb</groupId>
+      <artifactId>leveldb</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.iq80.leveldb</groupId>
+      <artifactId>leveldb-api</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-core</artifactId>
+      <scope>test</scope>
+      <classifier>tests</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>jetty</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.objenesis</groupId>
+      <artifactId>objenesis</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.xerial.snappy</groupId>
+      <artifactId>snappy-java</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${top-level}/dev-tools/maven/solr</directory>
+        <includes>
+          <include>maven.testlogging.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-morphlines-core/6.5.1/solr-morphlines-core-6.5.1.pom.asc Fri Apr 21 01:14:28 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+UpzAAoJEPmME8+loTXYI9MP/jkeMXrCJvL83+cCQGk5Bgua
+5lB5hwTa6T1nQ5QfTiId99EnkaCYkXG7LTvu4Yo8WrKWnV48sQdtRWJanuHGKVQ+
+G9z3ZgCanNuQakl0WWwyqau8BvfETKhUUbgv/ix25qLrEFscamWCInyVhb52ya2S
+eBFvkIHBVBgVDteUrcoCOKvGhi59ETyTAd7PY3o2O4EqEOeAmkGnevnLSy7fVGYv
+ntVrOJROAUZT3uWsliOcJFONd0KdXP8pa/Xd8EKffW7FdqRtnjMudltPfaQBsa9h
+oudOmVr/1VvjIBc40xxRCED0DFCc/WKxKNgSb6uM/2WoPwaAmiO7xnjVBh4Vfsnv
+FavAE7tnAovj6zFtSz3PzxJ8IZSWft/DhSxivu67wjWlCO9+N79ltlHBlHH+rmoa
+J0oXcUBs2jUZ2TJnID9g84kq0rR5Je0qF+58uU3MTkhI5ZN7gMN9Dvjz0ft7PDAm
+EwATrE8jNkt68ZcUCqRRHiM35zzrBGBPIJHp5c57P4skv/dAwVOSDEpnMb1Wo35w
+49+xno4bc+BT015Sncvt5wMJBU21kLBAFjDMlGfGlN6u7SQaXnQT/0XCw83JIRdw
+vwmkp8BY86W3pyWslZzWXi/B5ZT6qQlnkn7I6wkERRLl6SzLqKXi3ZYWXt+0i0JU
+aeH1otkFEJR3MC6nA1fL
+=XNrO
+-----END PGP SIGNATURE-----

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

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

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

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+1f0117623625036687bbbd860bce5998
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+a589e01998c876926e80f216fe9a47a44844ed3f
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom Fri Apr 21 01:14:28 2017
@@ -0,0 +1,186 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.lucene</groupId>
+    <artifactId>lucene-solr-grandparent</artifactId>
+    <version>6.5.1</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-parent</artifactId>
+  <packaging>pom</packaging>
+  <name>Apache Solr parent POM</name>
+  <description>Apache Solr parent POM</description>
+  <modules>
+    <module>core</module>
+    <module>solrj</module>
+    <module>test-framework</module>
+    <module>contrib</module>
+  </modules>
+  <properties>
+    <module-directory>solr</module-directory>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Solr User List</name>
+      <subscribe>solr-user-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>solr-user-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/solr-user/
+      </archive>
+    </mailingList>
+    <mailingList>
+      <name>Java Developer List</name>
+      <subscribe>dev-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/lucene-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Java Commits List</name>
+      <subscribe>commits-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/lucene-java-commits/
+      </archive>
+    </mailingList>
+  </mailingLists>
+  <inceptionYear>2006</inceptionYear>
+  <repositories>
+    <repository>
+      <id>maven-restlet</id>
+      <name>Public online Restlet repository</name>
+      <url>http://maven.restlet.org</url>
+    </repository>
+    <repository>
+      <id>releases.cloudera.com</id>
+      <name>Cloudera Releases</name>
+      <url>https://repository.cloudera.com/artifactory/libs-release</url>
+    </repository>
+  </repositories>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <configuration>
+            <overview/>
+            <windowtitle>${project.name} ${project.version} API (${now.version})</windowtitle>
+            <doctitle>${project.name} ${project.version} API (${now.version})</doctitle>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <systemPropertyVariables>
+              <tests.disableHdfs>${tests.disableHdfs}</tests.disableHdfs>
+            </systemPropertyVariables>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-check-forbidden-apis</id>
+            <configuration>
+              <!-- for simplicty with servlet-api and commons-io checks, disable this: -->
+              <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
+              <bundledSignatures>
+                <bundledSignature>jdk-unsafe</bundledSignature>
+                <bundledSignature>jdk-deprecated</bundledSignature>
+                <bundledSignature>jdk-non-portable</bundledSignature>
+                <bundledSignature>jdk-reflection</bundledSignature>
+                <bundledSignature>commons-io-unsafe-2.5</bundledSignature>
+              </bundledSignatures>
+              <signaturesFiles>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/base.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/servlet-api.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/solr.txt</signaturesFile>
+              </signaturesFiles>
+            </configuration>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <configuration>
+              <!-- for simplicty with servlet-api and commons-io checks, disable this: -->
+              <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
+              <bundledSignatures>
+                <bundledSignature>jdk-unsafe</bundledSignature>
+                <bundledSignature>jdk-deprecated</bundledSignature>
+                <bundledSignature>jdk-non-portable</bundledSignature>
+                <bundledSignature>jdk-reflection</bundledSignature>
+                <bundledSignature>commons-io-unsafe-2.5</bundledSignature>
+              </bundledSignatures>
+              <signaturesFiles>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/base.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/servlet-api.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/solr.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/tests.txt</signaturesFile>
+              </signaturesFiles>
+            </configuration>
+            <goals>
+              <goal>testCheck</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemPropertyVariables>
+            <java.util.logging.config.file>${top-level}/solr/testlogging.properties</java.util.logging.config.file>
+          </systemPropertyVariables>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+      <id>windows-tests-disableHdfs</id>
+      <activation>
+        <os><family>windows</family></os>
+      </activation>
+      <properties>
+        <tests.disableHdfs>true</tests.disableHdfs>
+      </properties>
+    </profile>
+  </profiles>
+</project>

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-parent/6.5.1/solr-parent-6.5.1.pom.asc Fri Apr 21 01:14:28 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+UpzAAoJEPmME8+loTXYKMAP/1DOAyaW1K+0H+u05EoYz1rQ
+dgt34OrjzEmbkX3wGUTt6DeysSuBJg5/BJglukp7DvFhT2cv0vaChJLy1Bn2VUHU
+uB/BOtXjAxsIru/nZeuLjNGv+rrk8Wlpfl0VaHyw0JICQ49Rsugn+BUwJWkN8i91
+Ne6COBpODHS8ltZ11SrqnO/EUJ142iAX+T/5UEskzS+hSXcl9t8Zz0oW3fKsFG79
+5AfUSfB5rdu+XxDBKNj1iWrAVxbYmova244lY45zeyNweFDQHUhQ7/fjnoQlWGS8
+Lgr3/88fCk9BXLZlst1sPeTeX+LXUtY14DkactWf7IatEbK6PeiNG1s45jO+218r
+AHgBeU4H5687dM1rQnF4YdlICuR/dDteLK6XZZ9t4l1yx43zWQ6i5qwmfpKksQ9y
+sE5fCYldN3Zn32TFgDShDKXEPgPajkx5tCv8yV5pYOi2/wxPeeSfG5yx7X1IrfYQ
+9aGbuJK8VTfk7p5N0qvwcX3bokuQ6pzREX+KAMBssC8ZtQBYqjHRVz8HW/T7TCCL
+ssP7xlwl9l43i0N0Wz7IdLKpAcpD25esGK4rCjDu+POISXbyW/7nXaDrX1G/aC8H
+B+9AL8dvQXjdHrs4MjQ9+ojx8Z0DkGW8nLz/zMYJQsbjduxfT1egX5IjKl+sgM+j
+i2R5IOKYa4WPbR8jDsY3
+=n/ko
+-----END PGP SIGNATURE-----

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

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

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

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+1a72cd32a7f49d43f0706d096a866e02
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+e5f46a3e880d40bdb10a5557e01b1447871507e1
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.asc Fri Apr 21 01:14:28 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+Up0AAoJEPmME8+loTXYsMIP/0iKn9KuwG+qByfoYMZhCZix
+Q9hD+5PrfnCkXQM/TujPD4daG2+eHmqlgID8q6RYXpQ0lVxUjK3Q/K+jPl9Nmpqe
+qA0wXp1x5JBP4FP3TP9Z6xjNpNk53Yxq5PmiKqMDm3ylmDdad1W83GYDUYehFG9u
+RHRFgq+mkVC+td7J/ZarADAIolLKwphpk/Afw3uQc4E36RRFgX8eQcXdQn9NGzCB
+PGa6KehMmtxfIWdWGuxVoTq9kBmdM9l80mme92Ld9zv9pjSC7F6sSA9rAtVHt+E/
+pfGgB4TQoufZRCvGbuERw2742WKvDEzEBAvWUQ1Gc4KkJgDWlJKkXfc7lloOGguz
+rnA2v2ReboHyisriN+NRoRfHTTCwKR6M9nyi3Tlnfdu2dp/lUggGhbIfzumCR1Tn
+mz/v2iz+gUCn7ba9GxikMdZY7LX25+8YXEwR9uimvKmlaQB4RSVf0ty58yI7E4gA
+7S52fSz2XcB8Cw4J//YGuqb9EISl3uguoA+DYTBUfxm3PfbEY9xHj2YiYcqiYkZO
+XGiJ3T77m4/01xD6IhPImgJH2GwATdSq55kr4ztiqOTGzB0WTRs34mGTiQ+/zKh/
+N92LJkhsuZcoL0KAUq4yPL0/YRmwisHLVYJyrHFOxdntIcUkc7Hy1ZT4BQxJN8Ch
+VIJYOMaCuV9qop1NkY0k
+=LdB2
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.md5 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+dc5549d652b0b797c37a6a898872d48a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-javadoc.jar.sha1 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+9a06f708851759047501b14a4ee21ccc60d266e3
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.asc Fri Apr 21 01:14:28 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+Up1AAoJEPmME8+loTXYk7kQANNpP98bsI5xx7B0WxH9WiTb
+Ul/ip6oeJ1Y6PjcqZylVd0lBEw7tv6vvHndI6n0plvPq3XUn8KodQy8xiw24KSdY
+YemgeFgw84O3KxCPJu3kRAfL2UKefIWmJKStP+V+WMKN1/C8luXnMofv0e1CM4x+
+eVrlBCPuJDKqzH1vjqUIUj58HsdmVsTkSQqAFbyHYVY1PJcHTcKeiNP+WUI31JKx
+pW80Vev3ji743uDGZqBFgZtnc5XTWhnUz1W4fAkcPNkwcGkn7pOqxIXO+9f265Az
+vPo/IEbG5jIjyOaK3jyIbcfeV9y509ruiVhLUx3KjRzI051/QO5BCAe40drmAVIO
+LDltwb1y0DaXPOh6Spdsw99ur+TVvPEj/EohsTBDPRGmViV+w4QyS6rUNkWCTuR3
+F9l6zU29To3mwg6WJleJgkMrpM/I4/U08ZSi29pawk3KSJEUd4lfwWhw9pt2xunN
+vfxaggrHQAt15Diw+IPCD9DynLz+u9Vq+PhL7BbSlNeN/eWbopF4xx0OPM/TGNOQ
+sujRqMl70fb1m1BsWUwOKQgAw9+KMNmzu/ab3VIxPazBs+aU7ce4kCYD/zF90PXK
+YCcTTM/dhUpMyWdOhzmJ1PbwSA+DBRdYoNLL7s65uDYCcO5vLLfoYh/IPyt44xZD
+iyLQnqzYGiNpiTp7NH/s
+=Ak8l
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.md5 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+d32656c448817be6cbcd49cb55451159
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1-sources.jar.sha1 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+b28523e2f892370965bcec18303de4890deb7648
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.asc Fri Apr 21 01:14:28 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+Up1AAoJEPmME8+loTXYAwUP/i9Jtbd+vXCAXGyOdkKRVQSM
+HyE5XFMRFRI9bJssr10zvUjJ3ia16MSIr0/pj3qQwL+4S7D3qRENYps11zR87T2t
+j1wCsiyH4321NwX2WmXzmMZrx4WiDn7C4Z2eFfVTDcS3zoWKTxz0ylyvJBGFcqsh
+UdumMe2xSCojDWN1XeWh3tTtayLsbAAVKU/XYBE2AmXiIJ92aZsGYaxpV6Si4Z7v
+JV/ms7a/5ukNBZXxfz7xx62vck9lhk8DqRN+WDbJ7gd6kX9GvBDwLlxagvSVzs7v
+kgMSdOv1WSUFUHhGqud1SlwjcS/LluYY335S5DVs+2S+z7WLk1kNoa1KBZlRobHI
+hLwI74/faVoDJp0NpOhnGklfuneeUjkLrLY8PpPTS4NnvtX2gGTuNk+yqiB+H2SM
+yb8mbP+x+M8zQznMGRNwNwB+TxEDkafYAdkUlG0kz0MDLK5hBDMi6+ZsOXeovLq8
+I67DhIpnhSLDONMbifmXDkHIdNm5srp0g2JxKXdVgcaiv2KNrlzvXAi7HGt+FucI
+KrqIdO3S/+Luy3LAjFWcL6mh3stk/UtkHoHOFHxC3Tsx0Gnlq5sukiVRPK0bdTJH
+5S9Dt9iAyveJDfvv1C+FkR3KYY313P3CnwzC0aFowxdf9dk316tatmxQmh//ijjv
+ZQnmXYxRAoxX88654J68
+=6UA6
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.md5 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+8fd89c372845dc5466c7bbb0d2d41a72
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.jar.sha1 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+9cbd29c77a56ee739186ff67914a0a1255db720a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom Fri Apr 21 01:14:28 2017
@@ -0,0 +1,117 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.5.1</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Solrj</name>
+  <description>Apache Solr Solrj</description>
+  <properties>
+    <module-directory>solr/solrj</module-directory>
+    <relative-top-level>../../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}/src/java</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}</sourceDirectory>
+    <testSourceDirectory/>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- Tests are run from solr-solrj-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- This skips test compilation - tests are run from solr-solrj-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <phase>none</phase> <!-- Block inherited execution -->
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/6.5.1/solr-solrj-6.5.1.pom.asc Fri Apr 21 01:14:28 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+Up2AAoJEPmME8+loTXYhEcP/3V1TMdciC6qvZHhbHx3RbJK
+AA75ZlGE0U40BBudt0HStYib69W7ZFqSpMa4TMC57wePYP66eMd6nH56rqO0bHX9
+jCG+qb86GpN7ohXvHKTYMtixg7IVgZqM3+48k8nZjB/nrmg1oi1Tt02IT25jb+Lj
+LcHd8oeXC2VmhNhE8pUWrDcMAeDXzAumCL1IwJb2TWVrLwMXoqWC17N70hWHdCnu
+up9jN3QHAiaPC2gnBBGd6ouX90x4xpYBUvmORmYK3W4Ql4Rp7RoUd6Yc/TzE3lMF
+i9jZroOIMVU9QhbPJArMYsDs3DJEQG4UTSszUYNOsvxgw17Tqj50mLO1KqV7Dinp
+A/8sGqeHwIJXA9reufbSdioGasuQ6X6C+kRjcq5pGuFsatE6OUcyHEltRNuXu9A1
+f9Gy9A0/zcgL1mlKnttPbdyt1UscO38MnXvuq1Fc8niagN7GUX+fTlYnUPghcODh
+0DTh55GkVU+PejlpbGDl+wjpWkEF37FE4HWSgOsCH6i504C0PIqZqT+Yw7dZzKsQ
+N4jN4dPpLtZ/fO0tiJi7iPGTA1ULmtU0mjknP+vYDUvCF+am14HY8l6ijkCXQurB
+9H7O9POkj+F4Yf5fjcZ+MqtSqxUy75Rjftsz14Cqe941XrDBxMFNpvALRVY3o/uq
+ptoK2lkF2Sj1NIUNbdtj
+=dcwE
+-----END PGP SIGNATURE-----

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

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

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

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+377c5bb28ea957f149bc6f6551c8b1c8
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+1f6c96d32ac6c382f6194e5408cc1c3975e3f186
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.asc Fri Apr 21 01:14:28 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+Up2AAoJEPmME8+loTXYXOUQAJ90Odr1V0vOG3fviUQm4PrB
+gJlas7lwjqvKnWSaNm95p91j1ESWXif+80AdMiaiDP6lfBx7v5RRuvlohYLmVLvM
+4jXbr3PFoUunx9ddUVeObHXkmcU/yndgGeVmegLPcbPLepLxpU/pbIjaGQNEhJ/Q
+je6W5Efyj2+cMbbRfvqo1U+rxkk6cEf60SQEjPlAckI8bhD6D4QUg8AreqAEnWO+
+c/h9PtNOS26BDzAMkyMKHsvG5SFfnJUxgHynObcgHjvjoQZq7m3H4oPmbM7CEjBs
+nTeSSAvOjyL0lunNX2fXALP/sAkzNBfS84oavZWlhKlTDesGSsoGCWt0s4Nt8tC9
+2fabgtf+EIDzRLCY7VbzNbMvp8HcXYA8q5Uds7O2aLY3THT6hs/nLq6ikud7t69+
+RKUPFs38ztYWHVX/tmuxfFz9zLSbjP0UEAHBWiyJGaY5uoCgXtbD2FcWo4ESd2qU
+p4gvSyp9jznlG+WAt7Svz+oWywZNtX70qkZwybtuaEwFLay2DtYM6blO3zFQ7kPS
+pmzZJ3E6/7TwI7a+uo9Et1hUFq6IWCwAY50RU+X5roouGILD0KGLE56n0iMcxPiL
+UGpmYaEunnFf38NsFDPd7y7JaIW8YNya9Aw8W4uASRCVpgrSRJHaXuPkzg1aXlqu
+Ml9hgLDW/QGAqU5FOz1Z
+=ogbG
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.md5 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+722865122a3c59285c736dd16ca833b3
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-javadoc.jar.sha1 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+c6f15b5caca923d807793a961a7567afd2988c39
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.asc Fri Apr 21 01:14:28 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+Up3AAoJEPmME8+loTXYvMgQAMxM2cxxERYGtP3yZlDXgSYu
+3svgsCj1kzfTuz6c0+Q35Dtv1ex0ReAqRH2cpgZsazoBDAgk9b8xuQGgt3U8KSDi
+oC1k80hxiKdEh7Qtcft07wQZTjwgcmhb/k8vaqAGCTE2jTtNoSSIK9qBCjSqooDy
+Hhj5NuJZMxGOoVg1XDKGn0JtyKM8Q1vtYWkyQkxZ/h43unMmpFHX9KnoIPb3hHJG
+pRQouERGGkawESnFc39Oj5hziOJUL+NJJJOaB38m8qVt2sTQdiiuMi6c5fd1mhyA
+SxpEZN0JovgA6uMlKPY6HsPpILzqAlhgIqELBRgSg43gKhe6o/Bpl0GxqSAHVxTE
+PwvULUUXuAo0jglPgLNh1xiDGr/xUM93NUhtCz3sQh9NqVfEuR0/5MJlJnOyQ8aL
+Em/HCE68HiPgh7jIyTA50DZzYh+GzezS9asQn/tahEa/xnBeypcTBL4w+oztxkze
+NwKeWm/DIBE20oLKwb5wycXcJQRN/yT+wQN6hZlj5+G4qntvZjjky3rksvpfmZRO
+7hun1kOZV1mkNQVxvP9n6m3v3sb7lpltP0KIrbBSZ41s9Cyjr7fV7S//zXXfJpWn
+ib/n4/WkX8HaK6GEXwgMgpRGvFmn91ZmSCSXNk1EAEnwEJ9xKx7cTVx2IAj3AOlp
+uEmKM/Jjt/ivKMLxrt3j
+=e4ty
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.md5 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+c6a3c9b9fe8d307e1633086499223e53
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1-sources.jar.sha1 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+2934f992a60517a3fc71f3bfdbb4aff6a034f4be
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.asc (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.asc Fri Apr 21 01:14:28 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJY+Up3AAoJEPmME8+loTXYnLcP/R3fn0U2qCRcbNLQLHUgfuEq
+AisgYZlmLLuEKldDwvxzXdzNlPIwVhOAMdBbinI5JkxYSGAgKrn+hVtF7/4qrBQ4
+Hd9FeBZmbvtMm6K/d92d0lvuSnWWUjdj00o9dyNS1R2OF69tUUQgIVDGnNbak08F
+m+fz0ijZk89gfXDY+C1qp+n6WcoXVdbJSiYU36bI6r7ishwPd2DyYQZ6sHiH4nrL
+L7E8KGMYgkXOeR1wK43frQzrkcUKqWVW2Amtb4VhKpgArXT1HPFU2VkiGZogkb85
+oEajWHVvEhiiaaciD33fJAh7Cwt5Chhc27r4D/w2777qkkKX/kVm1KDaZCYYbRHc
+tclnXNFpHSG1Udj5NB3LsZT4db2Ht98J3rDMzXhtVPdggb62VjCjzbFebtqjnTix
+Ou0x2cMx1Fsv4XAaBuwrtMpNBWaMPysCS0EL2hFvAjDNfl4UavRYOOmoVxop+WyT
+uZsKFQ5ANCJoFZCUHvBj6a6Ji1HZsvPyGXqVXQKvFCjjWF4wBK+QcyFIHX9d1UIt
+D+a2UDQx0EAQkc2dhOhjNzn+d72ZG7uSVRiP4hXNQnPt/EoBaqlKLF9d8l5tofT9
+4Ra+jsbBCtx56hxBtLk7o29VtfodkRST6dQJixG52tTOsmWmXSg9KQm40Ir0Rapv
+MbBqFTEtsHUImFRxev90
+=rX8D
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.md5 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+da70a1f7770d7e4ee7f0495e954a8db7
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.5.1-RC2-rev7477dcd111b6950d4105623ad2cfe60faea463da/solr/maven/org/apache/solr/solr-test-framework/6.5.1/solr-test-framework-6.5.1.jar.sha1 Fri Apr 21 01:14:28 2017
@@ -0,0 +1 @@
+842d5ae335ce663ea2fbcea19353bd655b5c1af7
\ No newline at end of file