You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2016/08/20 10:34:32 UTC

svn commit: r14886 [18/19] - in /dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5: ./ 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.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/6.2.0/solr-morphlines-core-6.2.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/6.2.0/solr-morphlines-core-6.2.0.pom (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/6.2.0/solr-morphlines-core-6.2.0.pom Sat Aug 20 10:34:26 2016
@@ -0,0 +1,812 @@
+<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>6.2.0</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-morphlines-core</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Morphlines Core</name>
+  <description>Apache Solr - Morphlines Core</description>
+  <properties>
+    <module-directory>solr/contrib/morphlines-core</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-cell</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.adobe.xmp</groupId>
+      <artifactId>xmpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.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.facebook.presto</groupId>
+      <artifactId>presto-parser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.juniversalchardet</groupId>
+      <artifactId>juniversalchardet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.mp4parser</groupId>
+      <artifactId>isoparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.pff</groupId>
+      <artifactId>java-libpst</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.typesafe</groupId>
+      <artifactId>config</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>de.l3s.boilerpipe</groupId>
+      <artifactId>boilerpipe</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.airlift</groupId>
+      <artifactId>slice</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jdom</groupId>
+      <artifactId>jdom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.sourceforge.jmatio</groupId>
+      <artifactId>jmatio</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-dom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>fontbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>jempbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox-tools</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml-schemas</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-scratchpad</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-java7</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-xmp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xmlbeans</groupId>
+      <artifactId>xmlbeans</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.aspectj</groupId>
+      <artifactId>aspectjrt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcmail-jdk15</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ccil.cowan.tagsoup</groupId>
+      <artifactId>tagsoup</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-tika</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-avro</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.tukaani</groupId>
+      <artifactId>xz</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>rome</groupId>
+      <artifactId>rome</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>aopalliance</groupId>
+      <artifactId>aopalliance</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.inject</groupId>
+      <artifactId>guice</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.inject.extensions</groupId>
+      <artifactId>guice-servlet</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-bundle</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-json</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-server</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jersey.contribs</groupId>
+      <artifactId>jersey-guice</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.xml.bind</groupId>
+      <artifactId>jaxb-impl</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.thoughtworks.paranamer</groupId>
+      <artifactId>paranamer</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-all</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>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.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/6.2.0/solr-morphlines-core-6.2.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/6.2.0/solr-morphlines-core-6.2.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/6.2.0/solr-morphlines-core-6.2.0.pom.asc Sat Aug 20 10:34:26 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAle4Jh8ACgkQ8RmUH25o2mH02wCeMShuDmsLm32fyAYCu4pohbXp
+xg4An1Uy9defkfaFbK17bNZz5KIkBxNi
+=66Ny
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/6.2.0/solr-morphlines-core-6.2.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/6.2.0/solr-morphlines-core-6.2.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/6.2.0/solr-morphlines-core-6.2.0.pom.md5 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+3128e81afa326158bea6bbdc37fca26d
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/6.2.0/solr-morphlines-core-6.2.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/6.2.0/solr-morphlines-core-6.2.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/6.2.0/solr-morphlines-core-6.2.0.pom.sha1 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+075771228a930f55886f9f9255ae5b70bbe42920
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml Sat Aug 20 10:34:26 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-morphlines-core</artifactId>
+  <version>6.2.0</version>
+  <versioning>
+    <versions>
+      <version>6.2.0</version>
+    </versions>
+    <lastUpdated>20160820094252</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+4c48c2ebf30f338e65393a421a320bf1
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+44e12621e88f863dbe0af697c12e29d134c3d5fa
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/6.2.0/solr-parent-6.2.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/6.2.0/solr-parent-6.2.0.pom (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/6.2.0/solr-parent-6.2.0.pom Sat Aug 20 10:34:26 2016
@@ -0,0 +1,195 @@
+<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.lucene</groupId>
+    <artifactId>lucene-solr-grandparent</artifactId>
+    <version>6.2.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-parent</artifactId>
+  <packaging>pom</packaging>
+  <name>Apache Solr parent POM</name>
+  <description>Apache Solr parent POM</description>
+  <modules>
+    <module>core</module>
+    <module>solrj</module>
+    <module>test-framework</module>
+    <module>contrib</module>
+  </modules>
+  <properties>
+    <module-directory>solr</module-directory>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Solr User List</name>
+      <subscribe>solr-user-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>solr-user-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/solr-user/
+      </archive>
+    </mailingList>
+    <mailingList>
+      <name>Java Developer List</name>
+      <subscribe>dev-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/lucene-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Java Commits List</name>
+      <subscribe>commits-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/lucene-java-commits/
+      </archive>
+    </mailingList>
+  </mailingLists>
+  <inceptionYear>2006</inceptionYear>
+  <repositories>
+    <repository>
+      <id>maven-restlet</id>
+      <name>Public online Restlet repository</name>
+      <url>http://maven.restlet.org</url>
+    </repository>
+    <repository>
+      <id>releases.cloudera.com</id>
+      <name>Cloudera Releases</name>
+      <url>https://repository.cloudera.com/artifactory/libs-release</url>
+    </repository>
+  </repositories>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <configuration>
+            <overview/>
+            <windowtitle>${project.name} ${project.version} API (${now.version})</windowtitle>
+            <doctitle>${project.name} ${project.version} API (${now.version})</doctitle>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <systemPropertyVariables>
+              <tests.disableHdfs>${tests.disableHdfs}</tests.disableHdfs>
+            </systemPropertyVariables>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-check-forbidden-apis</id>
+            <configuration>
+              <!-- for simplicty with servlet-api and commons-io checks, disable this: -->
+              <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
+              <bundledSignatures>
+                <bundledSignature>jdk-unsafe</bundledSignature>
+                <bundledSignature>jdk-deprecated</bundledSignature>
+                <bundledSignature>jdk-non-portable</bundledSignature>
+                <bundledSignature>jdk-reflection</bundledSignature>
+                <bundledSignature>commons-io-unsafe-2.5</bundledSignature>
+              </bundledSignatures>
+              <signaturesFiles>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/base.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/servlet-api.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/solr.txt</signaturesFile>
+              </signaturesFiles>
+            </configuration>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <configuration>
+              <!-- for simplicty with servlet-api and commons-io checks, disable this: -->
+              <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
+              <bundledSignatures>
+                <bundledSignature>jdk-unsafe</bundledSignature>
+                <bundledSignature>jdk-deprecated</bundledSignature>
+                <bundledSignature>jdk-non-portable</bundledSignature>
+                <bundledSignature>jdk-reflection</bundledSignature>
+                <bundledSignature>commons-io-unsafe-2.5</bundledSignature>
+              </bundledSignatures>
+              <signaturesFiles>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/base.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/servlet-api.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/solr.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/tests.txt</signaturesFile>
+              </signaturesFiles>
+            </configuration>
+            <goals>
+              <goal>testCheck</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemPropertyVariables>
+            <java.util.logging.config.file>${top-level}/solr/testlogging.properties</java.util.logging.config.file>
+          </systemPropertyVariables>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+      <id>java9-tests-disableHdfs</id>
+      <activation>
+        <jdk>[9,)</jdk>
+      </activation>
+      <properties>
+        <tests.disableHdfs>true</tests.disableHdfs>
+      </properties>
+    </profile>
+    <profile>
+      <id>windows-tests-disableHdfs</id>
+      <activation>
+        <os><family>windows</family></os>
+      </activation>
+      <properties>
+        <tests.disableHdfs>true</tests.disableHdfs>
+      </properties>
+    </profile>
+  </profiles>
+</project>

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/6.2.0/solr-parent-6.2.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/6.2.0/solr-parent-6.2.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/6.2.0/solr-parent-6.2.0.pom.asc Sat Aug 20 10:34:26 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAle4Jh8ACgkQ8RmUH25o2mEnYwCbBtjgPX1UH3WCDUjJZ8LpjqXF
+Iq8AoJAGQBFM+yHG7HJKGNzt56qZxCAk
+=lF9A
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/6.2.0/solr-parent-6.2.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/6.2.0/solr-parent-6.2.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/6.2.0/solr-parent-6.2.0.pom.md5 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+0fe9ef66e7f39d9b026aa9b03c4f5f03
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/6.2.0/solr-parent-6.2.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/6.2.0/solr-parent-6.2.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/6.2.0/solr-parent-6.2.0.pom.sha1 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+6ac1cf2decc0fe4bd94a8c256f729219b157631c
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml Sat Aug 20 10:34:26 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-parent</artifactId>
+  <version>6.2.0</version>
+  <versioning>
+    <versions>
+      <version>6.2.0</version>
+    </versions>
+    <lastUpdated>20160820094234</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+d418eb777e5b2cd19ddf8ce3878034cf
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+7025fc8afc5ad0b9a44100da51d53ce7ec51e484
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-javadoc.jar.asc Sat Aug 20 10:34:26 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAle4Jh8ACgkQ8RmUH25o2mE0sgCgjmWGbv9VP+31g63Hg6ax+ojk
+K0IAoJWMX530Tg6J/ncboEV61TZWRqJT
+=98kq
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-javadoc.jar.md5 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+09e1699af961d1509238a6f83ccf6349
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-javadoc.jar.sha1 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+2ca2a6f25bedd983c768b11a38c8f41d0a95f7b5
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-sources.jar.asc Sat Aug 20 10:34:26 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAle4Jh8ACgkQ8RmUH25o2mEEmQCfe3nSEVCOqtDbIIMkP2mf2Eqc
+PmgAnRO1xuxAhbvyQxy5qawbqD2FgDrd
+=kv3z
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-sources.jar.md5 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+fa1aa372d801c3a5375a2fb9277e2195
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0-sources.jar.sha1 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+e23117214b65a049f03dc9438818089b32d53ed2
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.jar.asc Sat Aug 20 10:34:26 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAle4Jh8ACgkQ8RmUH25o2mGWkQCfScFoL8bOwX0FCoAUF+QMowPK
+3YkAn2bNEEZDNM4A/01stj8hSlDiLb7Q
+=CJqY
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.jar.md5 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+f3069fd3f15fa8c5706c68b9dab10350
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.jar.sha1 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+b1bd13b616bf7a1f038b49faeae2b98823cd9a6e
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.pom (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.pom Sat Aug 20 10:34:26 2016
@@ -0,0 +1,133 @@
+<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>6.2.0</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Solrj</name>
+  <description>Apache Solr Solrj</description>
+  <properties>
+    <module-directory>solr/solrj</module-directory>
+    <relative-top-level>../../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}/src/java</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <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.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.pom.asc Sat Aug 20 10:34:26 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAle4Jh8ACgkQ8RmUH25o2mE9DgCfUUeqp9H0OyBzRxO+CYttXbBv
+oOsAn1hRkQgUNgNWAg+upPOK3k8LjeCM
+=QdvU
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.pom.md5 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+fe71fb48278490e62e0dcbf31a49c8db
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/6.2.0/solr-solrj-6.2.0.pom.sha1 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+ffd842b8a62fffeebc0f726acd20c86ed21af8a1
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Sat Aug 20 10:34:26 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <version>6.2.0</version>
+  <versioning>
+    <versions>
+      <version>6.2.0</version>
+    </versions>
+    <lastUpdated>20160820094235</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+5958c6dc207a6d1ddbfb48c8849c7ac7
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+ef9093832d5e8b3b3ce12fc3ee3abe3e9210273a
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-javadoc.jar.asc Sat Aug 20 10:34:26 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAle4Jh8ACgkQ8RmUH25o2mGlaQCdEV30oozcDYwjkC9a9Kb9+fSf
+SpAAnA26IZ8+nuBO3bmUFVaHn/WfayRi
+=XTVK
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-javadoc.jar.md5 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+4243642f59edfa359281ab3b3460d132
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-javadoc.jar.sha1 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+01e4dec37d747b50d68f516d9441812a72f25ee9
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-sources.jar.asc Sat Aug 20 10:34:26 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAle4Jh8ACgkQ8RmUH25o2mEv7wCeJfTDT3KPiqcXxLQIToAnEGsX
+90IAnRMnLr52SyXIV7KkK0s+dtkEUp/2
+=vMEH
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-sources.jar.md5 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+afeb93ac837c5d6c28383d71203d9bce
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0-sources.jar.sha1 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+2bfcc58c235a8f303d3d24786efc908965d213b7
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.jar.asc Sat Aug 20 10:34:26 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAle4Jh8ACgkQ8RmUH25o2mHuAwCcDQbL02aSeORuWrIGvyMv6k0r
+++sAn3zaRZIV8wupc2OdNf/6Xg5ecbWP
+=gHZX
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.jar.md5 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+d6d6ec97704e93e49449c128260bc58a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.jar.sha1 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+5f5fab11c331a9198bc35bedf261a1c50c1e8d53
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.pom (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.pom Sat Aug 20 10:34:26 2016
@@ -0,0 +1,434 @@
+<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>6.2.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-test-framework</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Test Framework</name>
+  <description>Apache Solr Test Framework</description>
+  <properties>
+    <module-directory>solr/test-framework</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>
+    <!-- These dependencies are compile scope because this is a test framework. -->
+    <dependency>
+      <!-- lucene-test-framework dependency must come before lucene-core -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+    </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.lucene</groupId>
+      <artifactId>lucene-test-framework</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.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch.randomizedtesting</groupId>
+      <artifactId>junit4-ant</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch.randomizedtesting</groupId>
+      <artifactId>randomizedtesting-runner</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.facebook.presto</groupId>
+      <artifactId>presto-parser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</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.tdunning</groupId>
+      <artifactId>t-digest</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>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.airlift</groupId>
+      <artifactId>slice</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</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-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-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.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.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.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>
+
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/src/resources</directory>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+       <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-check-forbidden-apis</id>
+            <phase>none</phase> <!-- Block inherited execution -->
+          </execution>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <goals>
+              <goal>check</goal> <!-- NOT testCheck -->
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.pom.asc Sat Aug 20 10:34:26 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAle4Jh8ACgkQ8RmUH25o2mFZ0wCgj8Iq7rJ2bB5jZIisKIeSKX3F
+7hoAnjAVbZ85V+S7SC7Exv/womFTum1I
+=hgGg
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.pom.md5 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+c831cb8ee75041d093c863146aad3bac
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/6.2.0/solr-test-framework-6.2.0.pom.sha1 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+1e165dea6337d2dfd65939056419cb161de68283
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Sat Aug 20 10:34:26 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-test-framework</artifactId>
+  <version>6.2.0</version>
+  <versioning>
+    <versions>
+      <version>6.2.0</version>
+    </versions>
+    <lastUpdated>20160820094236</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+330c5d5ff4779a567be77bff4ebce137
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+859bff18fce6ea9b82a4bba6b717d96065fd5fa9
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/solr/maven/org/apache/solr/solr-uima/6.2.0/solr-uima-6.2.0-javadoc.jar
==============================================================================
Binary file - no diff available.