You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/06/21 12:13:53 UTC

svn commit: r14072 [18/19] - in /dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006: ./ 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-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/5.5.2/solr-morphlines-core-5.5.2.pom
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/5.5.2/solr-morphlines-core-5.5.2.pom (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/5.5.2/solr-morphlines-core-5.5.2.pom Tue Jun 21 12:13:46 2016
@@ -0,0 +1,787 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>5.5.2</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-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</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.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.concurrentlinkedhashmap</groupId>
+      <artifactId>concurrentlinkedhashmap-lru</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.juniversalchardet</groupId>
+      <artifactId>juniversalchardet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.mp4parser</groupId>
+      <artifactId>isoparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.pff</groupId>
+      <artifactId>java-libpst</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.typesafe</groupId>
+      <artifactId>config</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-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>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.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.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.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-avro</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.kitesdk</groupId>
+      <artifactId>kite-morphlines-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.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</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.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-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/5.5.2/solr-morphlines-core-5.5.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/5.5.2/solr-morphlines-core-5.5.2.pom.asc (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/5.5.2/solr-morphlines-core-5.5.2.pom.asc Tue Jun 21 12:13:46 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaMkvAAoJEHGGsG4e0TnnGUoP/36sI/uhyVRN64tthU1fkQ8t
+VXHBGa5aAQheXMwEcCLt/fSjBR90rNPTeE4jslj/1KEaAJKeszpNCenefjc4x+f9
+Osu99TWFc6QfmbTol4FfqEV5jAmUbeKqK6voj7ucpmMf/W0Hc5w01js6iAEIVM1W
+8LIu+PfAs/suTDfejohHK5EcH0HtMi5LSsxRt0uXNz3x5C+DJ+EFSwhgVRLXquik
+woc4cgjDXG45fWgHe7OTwMIGFzhwOtAC9UqtLAHwKC6NXJK688m5QMbwd074b7SK
+2BvqLlJ5HoLAnw6/xJ8pUmi5YuRAJu0K/Yd7dFfU+QsdKn1JVOkwvGI+eW/zSAKO
+X+BZao37VX1kWvigWG9iQfncJRvYOFDwoYAT1hArHkgjVM3zOVvoG0SLpbw3NqWY
+0C1BDUE9ty41bov/WRQT4rg9WKbd5oJFq9eoc5gi/0dyQavrqX6AVGRalkdzXpkK
+5aOe1xzNNZE+g3pWLPgxibgotFvhJwuQfDOOEoAnLtHv4PUynoq+v/RnYXHyJo00
+MuH/WK5WOlJK66VA8et5VMBBwq2DdGGd3TKa4wnC+CTb/+xCce9fdhwDnCURXOyJ
+Gj+V8wHKsvce51owmE33DrFxHRMdekPXfUG1kWDlYa3xT0xPb+z67Eye91+78cPF
+8N/LpB81y13iW/wtDt2Z
+=q26Q
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/5.5.2/solr-morphlines-core-5.5.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/5.5.2/solr-morphlines-core-5.5.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/5.5.2/solr-morphlines-core-5.5.2.pom.md5 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+9643b05a78e02db529c4ecd5f36c6825
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/5.5.2/solr-morphlines-core-5.5.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/5.5.2/solr-morphlines-core-5.5.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/5.5.2/solr-morphlines-core-5.5.2.pom.sha1 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+d516714623c9d8644e70808d6a6789771d4a708c
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml Tue Jun 21 12:13:46 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-morphlines-core</artifactId>
+  <version>5.5.2</version>
+  <versioning>
+    <versions>
+      <version>5.5.2</version>
+    </versions>
+    <lastUpdated>20160621045650</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+f6adb676691523cb3d4292456db79219
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+b1b31e13688791e44b4813055064eba3010a37d5
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom Tue Jun 21 12:13:46 2016
@@ -0,0 +1,186 @@
+<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>5.5.2</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>
+              <!-- disallow undocumented classes like sun.misc.Unsafe: -->
+              <internalRuntimeForbidden>true</internalRuntimeForbidden>
+              <!-- for simplicty with servlet-api and commons-io checks, disable this: -->
+              <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
+              <bundledSignatures>
+                <bundledSignature>jdk-unsafe</bundledSignature>
+                <bundledSignature>jdk-deprecated</bundledSignature>
+                <bundledSignature>commons-io-unsafe-2.4</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>
+              <!-- disallow undocumented classes like sun.misc.Unsafe: -->
+              <internalRuntimeForbidden>true</internalRuntimeForbidden>
+              <!-- for simplicty with servlet-api and commons-io checks, disable this: -->
+              <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
+              <bundledSignatures>
+                <bundledSignature>jdk-unsafe</bundledSignature>
+                <bundledSignature>jdk-deprecated</bundledSignature>
+                <bundledSignature>commons-io-unsafe-2.4</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-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom.asc (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom.asc Tue Jun 21 12:13:46 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaMkwAAoJEHGGsG4e0Tnn5oYP/1RnAtvfYnfixw+G29uILYN4
+sCxTMBASwdtEiNgX5532rcObG18eQdLGBjO6Ps17mSxREMYBAvP+XjQ5c45JRnGk
+5lhu3nI1Wu2l38e76VuMmEDfOUYp8Ngpvq5hIYcB17oksJS36xMZvZex4srlbkaX
+VxUBcbNQAMeK3JjtdhXaHuZtV6mMYUceXj0lyuK70MwJminVo2PKLYyGhLQChPUK
+5hI8YtS/VscLPMxEAoW1qxLphLThfEfDxSOs32JZgMb/53cL9meA/WYZcMn/fsdQ
+Y92wuQMu5yyXLRTvMtpbqu/8rXV0PWfHX/2+uPtrLyVIYrIaLTGuP0K4fcDAAUrm
+dauSl3hJ1s+zmlWXU37/BT6hj9+/AgUUowYB1Y6zh5chFMGSvkLCvIGy1q8q8nQt
+/53nC9DsM9p8gi+qK+VMk2ZrcGChKxChrgvCjpSWYy69or1HX10AZ+pDgw2Hj199
+DeASJCyPSxvAAWWmTM84GDIZCP1bYOV6k00y6++h/Jy33R2tqN1MKtku7d9i4Yit
+leWrjx7n+ap5CJD+e6DVxAyvA5NnazIpd5CsPqDGMAxGiMk1rJV9qRhyUIhzKfXt
+0A5drV1UDAYaFEOIYrnvc7zr8A3YrPhcHab8X1+o6wLkBhU5X4cKLRru3sw3VPxy
+xjJqoZTGVG5fRdIlu67s
+=C6Ae
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom.md5 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+44ad942ab41cb735285ad751dda3d684
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom.sha1 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+38967d5cc0a3c85e6b1aa5cd4da3310454c4f48f
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml Tue Jun 21 12:13:46 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-parent</artifactId>
+  <version>5.5.2</version>
+  <versioning>
+    <versions>
+      <version>5.5.2</version>
+    </versions>
+    <lastUpdated>20160621045604</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+9c9d7bca85194be37dbf9590fae3ad4d
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+de10f91934b13a080bcaaab0f751f7fbbda724ee
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-javadoc.jar.asc Tue Jun 21 12:13:46 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaMkwAAoJEHGGsG4e0TnnR90QAJsoJAmolXWh1r5EgwktP5qx
+YJaJTE2Cd5AKu9joELnUW/vtTTOgeRDlCW8zMvu2peztAdt0+PxAh+0hf0l69BzY
+wdluIFJ4qdvlRkT6wM5VYzZF0mABl49jFSJpOh4PeSVA1PPSAGuYEOfoaYfLnpKn
+9i8FVyk2z5eTONn+KEJTngt9o7hM3pELHAKeUMl4Wo+l6yVhgb1ik+NEdHQadwtq
+EaMTYvBUrubNYVhGY7TADJzWcXrg04WyfOaBxK9YAScJEUhU186UuU5sx9un65C1
+MkZO3ajddWvviSTyrGz5A3gijFYfWHnLss5XUX4JbSy168hzSQiM4kyDX4x6ySp+
+gF9O6nDoONtWKEu2kMNGs6vCwEm+ETud/hDtd2VDU3vJxMsHi3QM6RmeF/xo+e6M
+W4GkSrV7zVTqzI6NlHW0/u4KwGFsAuc9CROQTq6DdNr9siWvV0LcVzC2u/ZvsH8R
+8+uFfu2RICOyCzfwN+z7Rs3haN3c65FC8Ocn0U/r3+E6APMRzBTnGUqjqWS1B4lt
+yL/vRzG/R3bDBSeP+uUUwQrYigqsv0ilnqghNRSrAkcRfdGBEAVs+jSYgJOWNH9v
+6mCvpocxgJWm70kBvd521QH3X4xcOoJTb4kpayuMk/IKuwjlqpsMnoCJNaOGog5X
+XNjTiwfxTYNUqDuRf9LW
+=Nl8Q
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-javadoc.jar.md5 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+04162340ef85e821b8543004809b9aa1
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-javadoc.jar.sha1 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+8d671c87536685ba161e71bfda1a13bbb879a606
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-sources.jar.asc Tue Jun 21 12:13:46 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaMkxAAoJEHGGsG4e0TnnIJgQAJggfbvkfV4ifAYjUUG0rsbm
+qHGkKDbF/WCz5FkK23RuSGkSiDii2KP+oMIP9GI8cEhp2LIncxlUWWOjWBVPKc0P
+U/dby0IHiQIoivmM5dBsydus5f/3sS0OyLnIEjb4DysMQlyGsph6N8cwQBeLvYm+
+s1z4rE7FU/nvvTHi+TuKalFW98VXMSrS7pGjCjGCzDUJtyOcDrEgwubTloLOa+xW
+G5t2b8hPqfPFXKg9Nhvd/NI7hL1dx8/6Ky9kk29NOrldC316/i74c2yvq70tGguV
+bG4eTcwTGUxLSC/DGYeNEBu1t+mu1ppF7RlOD3cfyHo/pGtCRGWmUDXu6NCggG1n
+cNbZMA1C6fZBeGJ2yTJq1HmX0Srq8yBnp3OPA7FIDXqqkmcV40ClehIFm5s+Je+z
+fVQw+IJEsx9AK15PXzJGgo76fYTUDtOx6+Yok7+vQrRURoKCy7vgDjyGTs8qNNNs
+5t7Pl7uRoCJ2IuC4zIl6uUmQPObZXRmWiVFq2jrfYqkYkUJIxu+6lxPYanfsp9I9
+1VMWdShV1TP/JSIRraNI+zevo4lD1d/G/r0SmRli1T7CuXYlgMHvsxypeoTN9iHN
+FW9vkuGqzDHupaq52yz8V7ohIYDUmWEqJoZXS4sg6jpj7LW+32qrIX6s/gi79Y5B
+qNkPMCpuN4TcShAYoKP/
+=wynd
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-sources.jar.md5 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+0d448a0b3e85631e19da352cb4d6e7f7
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-sources.jar.sha1 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+85dcf2905b24eedd7119c6213990ef02a3f3f80d
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.jar.asc (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.jar.asc Tue Jun 21 12:13:46 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaMkxAAoJEHGGsG4e0Tnnma0P/1RY6Ptxbk0YyPtPrlYy4CDs
+YNJecpz7txbh0pOsXd2UFaAcQyqkJbNTYWiuFkJk1zxQJpDZ2cEIv/yKm92ACMcU
+pLnzdyQwPao3xVZvlnlDJvBcXRTQskoUWC464iNMWysZDSPrukhEjmR9j0z39glm
+wlAj80U95YZfm5qhVzPb16escieUoqYjy5NkG9rU5VsaAH4pF0bGJiJxbY/piVUR
+xJmSI2+mby9XKjhnYNXE6yfowAfPQYwjLGZ58a5lfx7cOcF+3UmXB/paq/p+Y0ke
+uI/JJxfWjhazYzEFFqZu3W74UunoY/06jTabfCFTkaBEy8Lij5ibN/MnnNsjb+ex
+VSRuQSLFHpWpO380hYlj2W0ItsUudGKZ8fnlNH0YnxTlpuqwrFV0ONtYBFeQ0uVc
+A2YKivdN8BHt4jP5wqirPB9vBH4R8sEwIovLGEBG48y6d94reNlGQiqlA7udhg7V
+pwsVWjGWze73nKbsBTkwjtSUGMfvNB2C2YL8fkgGlSqPGQJM5t6Dt0WMbZZ4bDEg
+PuLEtiafqWsrwhlgNDK0/NR4mhsoi0qreelphdbSrZxKN84gADP/gpnwduGXJ9ce
+XI18gXoXbqkeSvlfBdZJfMsMZ3wDXMcxVvATEpQsdzlza2PQEN8YwGQINLfsQnoW
+bxKNtS1mfaDjW1POZGfv
+=SPmj
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.jar.md5 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.jar.md5 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+38aee44b8eaae39f070227d731f4bc36
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.jar.sha1 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.jar.sha1 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+24cb67254fe5acb7c77ca652e9c60b185a70fb84
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom Tue Jun 21 12:13:46 2016
@@ -0,0 +1,117 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>5.5.2</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-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom.asc (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom.asc Tue Jun 21 12:13:46 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaMkyAAoJEHGGsG4e0Tnn3uAQAIPoRdd5nuBcgP80INfcvk9C
+gmt1yVWGlgk/dx8DBHMDZtb3OAAy9TJ8vxSGSTaDACtFXQlNkbhCu4KrXdfhh9o3
+bNaSwtJBxIgbJgxmOEwrTwLF+mJ4ycsprnUY/iTiUYUm/QKFnzKV8J0s1M+QRXYG
+4Gr5t/yB4jGEoXfroUs89iKdMMeIqLwLl6GKerq07XjjkXDXPGpPL7PpE9JirFVe
+ylkcRZNxzlRKChH5MT1sh8jMO5D+2DVziROG8C8IWgN/Fjw081Uj88QpnNIkMyTt
+5PcwTft8uPKoXFyd0gRTfFurFEM+vNhwgDYasAYt6AJNUIoX5pVvGyvLWsAhtnMZ
+FP52hi3/Ogz3HQBRy1cDa3iCktBhh31lzHbLWM3QBFGcCW6bqffbcSALJbPE3Pfe
+5Q0ahlKcUBl+ljv1l0+Au9GB5+QvgRGQ5FN7M8bNw0+n6hpoZpJldf+/KSJABj0N
+5BpzbIoHs/1PGd/rIJCf0gizrphrW7MC+/3UEUAVPE5rvPi03lx2JeHCSJJjp/C/
+/6tmcQW99/jf+tkHG+73eqBKi9DV4wOCTj/i7nKWpz4M3cgQTTLIHb/0rPIaHMrZ
+aeI9UVs9MNg0m3k0rUQhlck+RO2TS5lzV3LNlw66zaYswTQT/ME0xitD2X5hc21g
+qHwcWi7OVAfEw0XiVP42
+=Jblp
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom.md5 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+bb73094d9afb87f3c538ef736fe6a1f3
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom.sha1 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+976b124c5a9cdf7f66a48666185048f84a8a6143
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Tue Jun 21 12:13:46 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <version>5.5.2</version>
+  <versioning>
+    <versions>
+      <version>5.5.2</version>
+    </versions>
+    <lastUpdated>20160621045608</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+b4fddcc6fc5df8149cf2a5cb47cedf59
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+10c30845baba58be6f6a93ded3343fbcbcd49302
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-javadoc.jar.asc Tue Jun 21 12:13:46 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaMkyAAoJEHGGsG4e0TnnI9UP/1O89svcL1DyF7vLgz7KlTXz
+8m9auiLdtbpUbpCtPwX0f8WZlOoLjruLrrbby3QcQQf4FLkmUC7yA6A/CZV020EJ
+8LHcLjyJ0Pz5siVRWamYqQG9NfVWWbr8TGuwirF4zbjNbKFRLHsiHgyyoV15nsp/
+UKJN5j+ejnbmg2dz26hwOcFqx6N2WeQtrPMM1pQYiypz+Oi4jZBdFLuxNWAzLRy8
+kguG2k7RNjMdHsWoa+IPGluTQyOSXMQYolDlRY48BIA9PKZapK4u7UaMzE5R3IFa
+Mmw7ahti5ZEG4pcBAcMthD7NKASl4YugQQvSZcPZIKHV5nZhEfwHypaC0tqvy0Wx
+GAYcHpLLctSYlLgHFXzvmnYblYV13FAq6CmXIUPWbRMcZ2Boq30YFCLKbDZ5cxAq
+MoNrnXoRqzwVVhwg46RjiAaJLo44iE2e1nG2jSIflhC6/aVRRBhdCajDJtwXTU4m
+FmikkEEleMOh9Hq8gjZZ/O75MdUvmle/240QPBZkbdUMcIkdxON97ZEfswjX3thP
+CvXSa2LaeRFFz3D4cw9QNzahfDMmRLzHqISpOximEIN0ggk2b5r0lDZ4TGXxd6WG
+sAeLv8Qxzmd+EmmzKAeO4LBq4pliKCoBnm/sE+h6yG0bXplykrQNiiKciFgtkB6R
+VC+LSZvpZ2aYqx6MdfOx
+=k2Q8
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-javadoc.jar.md5 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+24dc1cad5cb23031f7e72026c843cf36
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-javadoc.jar.sha1 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+fecc4ae795c09cba194bd2c094807a9c6b0f74d2
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-sources.jar.asc Tue Jun 21 12:13:46 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaMkzAAoJEHGGsG4e0Tnn8LEP/AoAYQszUhx/9JGB85OiNOdA
+LFCxu5fwWgnxEYCCkBUJKqDrVXdiMoZI4rapnwJ6X1utW8YNmV7vBKkFaB2pGDoD
+WQuumb+GCoUCohKmfnywTzILoNty9WeDzU2YBJ81SIQDd4fh5y1us6XIZmcGKExa
+3wSxEc+212MVcMiMEItAdA7WdT9rqmKWKiQX8drs2ks5zQMqb6a/tc2U+LSv2O+g
+ZJigSt8iiuM3PZBLAq38NosIYt+vX9f6568MTZTAXzRUnkbjaptUPBDu07Qhcozm
+OhNv/X9EWzI/84glDmKJi4xSCHa2a/LMavFCkghtszpntPRrTUcNILWQCsmMx9mO
+KiCaY+e9DXigYRkdLgrzZT/yPEJyt+96ddK6jHN+BJC0Vs2rcalHPhb6kvgBNQpe
+5NRjrEcF1r2voVUk/LG5c0lfTFdabp2lLKQryqAjGob8LFJp6G18Qci+LLmOQXie
+4X7Br/EYbczxWdeykfQvpZSaUPIlRmss6fQHw08XCHKWNvgNkkcBgLBd6QSyCYXh
+sfuYxhF6BUjkvSkvybiGi/xPWrhGQyV9klOjNb94eukQOqFKfRIEyVPaob95sU5W
+qEqBRlyjE9kg/GYSgWaZLTtL259Vhr3+1T5JJMlK3A6Ll04AAWUmjglK6B+qwMTV
+6zZgoj8zKPsKEqS0en3l
+=+YEC
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-sources.jar.md5 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+9b74f92bd9322e2ba6a4083bd290e3b0
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-sources.jar.sha1 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+b73d471ba2c45bfb9dc18b549c2da8e3ed5aae09
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.jar.asc (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.jar.asc Tue Jun 21 12:13:46 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaMkzAAoJEHGGsG4e0Tnn46YP/02TPMNpCuXyuLmJpEbDcTJK
+lpXQqpXHandfm/0+nX0K2VYPno19S9AjkMZ4AkgoMdEvkvRLQB/KsZFSlQcr6keN
+ucsq/jBaV9V8sBe9FUC2uexH8xm4hbuLlBh33iZbBWiQTVdiIlCKOrcYY9LDF6Ik
+Sh0KxIZBf6pcD2dCCi7ZHQxAPJr/8xi417h/mmXYc/fLBGw3nJMy0VMZSrfhGTN9
+WDAQ/rCDd3zxR0IqI9vYWH7dYot1i1GfnSrYidSL+SkksDZ+R3rlVnpF1W/v/BHP
+uVhKn7KHV+0kCfp0QIWMv2MFAoahB/7NBD2/j4sRHMixj/HSow7nxbtjH5NvCJLA
+2dC/r8kGorzdbwR0YnVAZn9lxoVvP+/3RMDVfbd73hA9cdk6UJeB8K9yEipjyYiC
+HwSF54gq74N5gY0BhqZRmLgO2LgRiL+TOOEIOf07E4sUOQsXvKa9Qy46yQSwFohc
+99RG8pwvw3FOINTCtONwNWBe5xyKysYRBJTaoMyI6MIFt/tN50dtOW1mcaw1A2H+
+dM+iNXXaC9GMaKo9YynOWgpFtv1xElKffphVklQReqS6VclQVULMggW7ePrMgJqA
+WovTMZ1r7hWfV7lwcfWO7y7HtoKnRDDnEn18FP7s1r6d48pC1rLzB1FB0Mrxos6d
+wLPAT7T/CDWxrpN/1CSI
+=jriV
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.jar.md5 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.jar.md5 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+e6ba76e3f832ef465d86e3d3cc6fbb06
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.jar.sha1 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.jar.sha1 Tue Jun 21 12:13:46 2016
@@ -0,0 +1 @@
+075e8ce5cf7673b1a575070657b2aae3ed37ea04
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.pom
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.pom (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.pom Tue Jun 21 12:13:46 2016
@@ -0,0 +1,405 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>5.5.2</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-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</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.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.concurrentlinkedhashmap</groupId>
+      <artifactId>concurrentlinkedhashmap-lru</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.spatial4j</groupId>
+      <artifactId>spatial4j</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>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.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.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.htrace</groupId>
+      <artifactId>htrace-core</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}</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </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-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.pom.asc (added)
+++ dev/lucene/lucene-solr-5.5.2-RC1-revcfb792be2c783fc0dfee97a779281e0ef0148006/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.pom.asc Tue Jun 21 12:13:46 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaMk0AAoJEHGGsG4e0TnnLtMP/jd4rMci+yI8xaZ0mQi1ahTC
+h2hvTeDOWqQufGLUyQTpW9//1MyFNmdqmIDqAcoefuQsRMiAqhvLtOKRw45XpmTl
+cQZjI+n2djZBzQ1Qzlk62frjjhvCKfYQEhXyyU1RIh6JcUmRuB4Ju17xFjJ8Oh16
+CnasKXohFKrHZ702Wae0kyU2B5ADpkHmMEVbPGsx2vbiAYg0qN9e0UtuUKD6ApnP
+DkGz7WqEa1lMOxor8BtRYSCb57pjSo2kCkqgyVd29BWDwg6iC0gRWI6MUbaPZjph
+CFBn0RaZfd8WxuU1KFI0KTJ9GyT6KTGuQd8gNrIaej+cujzHcTPnHmJ/yHLgBJdZ
+V1unng4dsUseck9HUsoiZ5K1vJ4mdWTmLB/kYqKfh9jTOVZbkhZOqmPqWEIAlzHl
+x0PzNXUbd7nHMB/xita689j/sF2DzQa9UGETal+ykS8WlGzyJfvIjtOC+TNzJwFG
+kzCI7UHqkIqo3Po4sSxFxsC2ZmBbJpZVio+9RnZK/dEHoAOU0AbHSuFiocdRfcph
+oJzKtWTrMhLyMbYJdSOdmSITYTeW5nbdLw7nu6GUejC2g3j7gY7KaKVpEjdMaysR
+PpxOSOsKXefd2tyUP7azAjkz3n2kn2T4kNfzrmAQEZJtkWDbQ8VdQc7gp55OYLCe
+ws6KiV3SBsqzyiIXXuwT
+=TQVN
+-----END PGP SIGNATURE-----