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 16:48:12 UTC

svn commit: r14076 [18/19] - in /dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a: ./ 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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-morphlines-core/5.5.2/solr-morphlines-core-5.5.2.pom Tue Jun 21 16:48:09 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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-morphlines-core/5.5.2/solr-morphlines-core-5.5.2.pom.asc Tue Jun 21 16:48:09 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaWGBAAoJEHGGsG4e0TnnAw8P/14/h+mmESgi2RCZ6U6rbKQn
+5QpetiT9Pus47Tr89tQpGSKiwtzay5J2Ck6H93sOkKyGuf1VN9qP4OkCW660xZ9g
+D3JXFWLffvCDW5jhCmTlb0Pkyupa7CbWcoRt+XpoJok6OYttzaHCLawTUL5Ly1YP
+PmqbKsGKMFxDESMprxwHI+0/bzi0sttSZ2nTFpGi9AG/LnALvtcuG+CxT7HVyRNb
+qkFCrb31/0MhWhORQA8nAO/uovKhh2viHaGTr+p0bRIGA4QiRmn98q3akbtvhuIp
+pODZfif674g1GE802osC4m1bV23EPC663BQ8v8r5WW/EUoUs9nqnBYC3GiO4oPFI
+J6kYbXgHVu3KjS11ZwQTI45/oJW6+3OQRgEMwKHpKuxa5qwVfcsYys1WbRA7BV9R
+IgwDrEKX8LTo9tpsOFkAdAolQic4Ay7HUTfr/b4csxgltB5N4unE1+VJGMK7L263
+zPEI1FPV1wp7JjOU09TZjdi4J8yY/AIEHduSO94FO776r4v1areU1Na7H08URPF1
+fMcahseDAI9088FJqGJwEB1UYyuRPALTXW1AibNlTX3PPlPQIudkrZ7/jo+eq8jZ
+YkJBljm1U0z2KlBxrby2TI0PnJMWsCOWXN9lc4L9Tcu1fTeY57NOrK/HPJG6cP/D
+N68CX9QsJWnZmE984aOg
+=8Qbq
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-morphlines-core/5.5.2/solr-morphlines-core-5.5.2.pom.md5 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+9643b05a78e02db529c4ecd5f36c6825
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-morphlines-core/5.5.2/solr-morphlines-core-5.5.2.pom.sha1 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+d516714623c9d8644e70808d6a6789771d4a708c
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml Tue Jun 21 16:48:09 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>20160621154645</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.md5 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+2bf5872fbf8b6793cded501ee9ba8900
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-morphlines-core/maven-metadata.xml.sha1 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+5b6766602a367fc717fc0937bda33817280ec40a
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom (added)
+++ dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom Tue Jun 21 16:48:09 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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom.asc Tue Jun 21 16:48:09 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaWGCAAoJEHGGsG4e0Tnnb2kP/REH0U8kIooaY3N/PQzYIrOQ
+XVOF/715uABayfSFSM7rWg/HhNX1gOG8yPqQo0IyouBg7g/CBigrNfQxD0ydu2xy
+viSMaOeE4qfjRYhhSgMLxiqf9bnjKC66cMQQ8l5sr9dnLqtd+0Jxkh8mpvzzMddM
+tENeryGHnPq2UvKGrZcp9QDBF9eKZE8UmvpHMT/HMl65VsxgEnhhYMUcmhyubCRa
+aSXtAaZTnKEEd9n55Q3C2WQCH4OBvmy8M/qTzdfUeg76Dx0fsT8RsiYnM1Ukqsku
+pK1Jc5Jgvpyx7XzsOguSgi+haZ4xHhqOq9IN5Vx1p+bbJ2niVVOPN0DjHLxjQI2t
+OXaSsecJ0JVFyp9+VTCz43eJExsBv13DsbWsx77eYEOFu9B69z616RA2+MbTpsOQ
+saZG5FzdEkAHkIi69ykf2TtsUqDg8TaYGDqWaH3oL3zy+IEeXluUkeg9Y6C+zCZc
+Bk69mpTwMz69Chx9TuMC1c79HFb0lKDot4lI3mVx2dLuy936AiO6ZYbokX+zxXxe
+Zc/pfaeTJpsHOOsRxsKlwuHmb4IKLX8qQ7RPEf23CxaeFmMtY1LtsLBN/b6hOCL5
+Ex9UeokA8QPinAfKDTjMZzbBbzdfEGGFD382USJApVH/me25q/v8HxWLhnhKz+Xi
+Rxz1aGFCCWCcIP6cRs79
+=kfFH
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom.md5 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+44ad942ab41cb735285ad751dda3d684
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/5.5.2/solr-parent-5.5.2.pom.sha1 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+38967d5cc0a3c85e6b1aa5cd4da3310454c4f48f
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml Tue Jun 21 16:48:09 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>20160621154609</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+6b752d8433aed0ee8fb77ccb171533f4
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+767747cd0a4a619e805678e0a7de58e4a36cd5e4
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-javadoc.jar.asc Tue Jun 21 16:48:09 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaWGCAAoJEHGGsG4e0Tnn44YQAJb4lNAZNFMEzKTl72IdVhc/
+qTn8MmUf5+G2TRqrCJQImT9f0XCVlC7qzmtsrduA0nPuD6GXSIv/Goq8F4gjFGJk
+tk80pkZCS8bUd8+wn+V59klvMCUIta2o3i3eupPgXp62lpBbhIPkSfOP/ZB3fWJG
+65M6fgsEL+P72HCDK11LyWaajaXxD7/0CFEvnduuQp133kzsBw6CS+ad9x+oKDa3
+ThDdEWei7yUqB6vOkrB2kHcuQ2HmdxG6/5Z139xgXQq3Y4EGlbOf/FjX3IAtPVYn
+aa0/T7A8E+wxog3yCz7q/h+ZCWyIown0BaRk3uOUBrFwKQF640HOk0YRHGmqO7dF
+7jPJ6Up7nQ7e1f511gHlNNo8695eM9ZABcEho1U53G2zIhwbn8LkCmrpyhW905IL
+Gv8ofcJ8V0qN5XMQB3u152hrubdqL97nw6YloiXcsKgYSoIg5mjttSBEsetJAYHU
+MOIMIEDa5e/aO2Q6V049D3xT21vA+PoL9wbiEe/NUo5S63qikCvqKpcp5xuykuNj
+ymFrvZvz8PFqFhvWUZI+rzwf8OUQ6+T9n4LOihI8vcmQsfYw9hXQ/LULVhCtDf85
+4xI81fv60zvuYE25XT9Jn/yVVxRyd7sgyWyRYZwkp+1/j8V2pT3SwqqaO/Y9AMds
+KJuHCuFztJ411FrMO9sx
+=tPmV
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-javadoc.jar.md5 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+717cdc24e619ae3763ae4caece323873
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-javadoc.jar.sha1 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+66368620e1d104349fde07ca58cc432ab1056375
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-sources.jar.asc Tue Jun 21 16:48:09 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaWGDAAoJEHGGsG4e0TnnXjkQAJSVqquHVmy2IxRtNOhwa98U
+ss3fFFwyV768tSc+oGBNe+sMwlR4J5BtEHfRfocwkwOqJCnxlGtgiz9M11dDVKY1
+zuWP1ozi5DOQYVhhFqgxBgHnEHjSXGnr+sPT7rOqbe8xlhNEk7MPJzWRzmd2YAAk
+O1K5w7sXh0Go7uiMJoAyltVOfJ60xb3WiAIkqj5l29fIDYPYk0y32V3DYUmrnrN8
+ZG0v3CeymDzHLHuMpxtfz9gjrpIPF41Jlqnpr4JZyUwYglLsl8twTGvoGh5NyyA4
+ZRiCn2BugsPlJiLjRJaSnAS/A+fa3RVcgpiekV/Lp0BA6XC/pDqUJS4lgotfA+xU
+NKgFFXmjbF1Y8jwVcnsDiF/fzG9qnmX2FZXwnZYrF/fQ3B0NdPYXFurjbIa2Ifia
+h2uJ9clzdtSZS2KXL5CRYMh3v4EjDs/FHxxOfhqn8uE0mwU/d+X67ihWbyYYDQfv
++wFJsaFTFcudYqCVWpytNY2SCKYCUCAwjmji4FZuk48CKiPm4LHPvO9tKRYy9Z7p
+XcZJbt5BW3DVlJZUbMkAZglcuVZto5XpYbkmLEdsnY2/+Xlh1XE+CMYacZ4qbk2/
+l+IL5EXT6/wwFfPp3ktLtOC0pPcO0a2oHKt5n1+C5N2cycbLxvhpc16dq1gWCdYA
+A4IOqv+CHbiJV2BVl74/
+=pFzf
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-sources.jar.md5 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+1ac5da5e2c93cf9ed4b55b25569dd136
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2-sources.jar.sha1 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+9177c7454dd30cf86d807fc3e4ac324f439beeaf
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.jar.asc Tue Jun 21 16:48:09 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaWGDAAoJEHGGsG4e0TnnkFkP/1lmA9xNFYFVVVmbHacTVMS8
+O+/Fxf7JvtQdBCUIIUBr34XTIlaEeZXfZxYOxKfYL0CJFudOwdLbfE6Ec/121wfD
+jb9vPFzXjD6PMhv8lDpzLDHWXkSQUG2AZz6aPt4O4pv4bI0Lx4QcCyMFKMiNRGgM
+aUjMCFd2gQtXtwvEjFmts7cg898l9UppCObm4XEF22xx+MDkh+FC/jLa7KBAADhL
+wLKMzWmXT8u85XR0CtWpsfoXABGRMAYn7bYOd3/z5OIPYB7qu7/Qwcv7/hKMdlPU
+9SmZCH5R9Xm4PDO4gxhgcxymYgb3JIoeTaqlrtVijROwxUfgAeNE6IgOTHotqlWY
+xt1n0F1tNg8IC6rMtHSgPM52SKfwZE5kG8vSHiuCKdwEUAxereBffsJakKFN8BuJ
+sf/ZvleLtEf+1BWdFCYGVnb5FW31xgkUq0LS++ZvD9vzFogeIesTyuUI1ZWyHaHQ
+/eUU778P1lAnbvtnvwGuS7SrYWhGHr7Rac5V4B6D5dOELzoHx60UkoLWJ6cSAbK/
+9W+OmsoO0qYypVEcAdYurNv6sbW4I4WmO8raKBu3QRoIx1uOLneKoJiOM59Ity6+
+8vS6whJXFCfDOVmmAKnLs5fgGLmpWROcQI9/nJ5XNUxteSXByCoeg5lw59gHalYz
+sXCc86JP/JFd07B9cFpe
+=j2oI
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.jar.md5 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+62c30b9fdc7944c0ad61f98c71a4eaae
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.jar.sha1 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+a1bcb51e393ab7aec773676635d34dcb4c6f5111
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom (added)
+++ dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom Tue Jun 21 16:48:09 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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom.asc Tue Jun 21 16:48:09 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaWGEAAoJEHGGsG4e0Tnn8GoP/0tA23w3AAr4Z55J1kOtah2U
+brEBH1GxSafA654jMpXdyc+WP1ovshYMMWRcumfAogBd+YQMyaKG33QtpDNstvO3
+M7xA7T5bPPGD36qw4ahdRv/OdMkuAum4ix7/VDSDdS6cF1j7LV2QnPbZ38HKCCet
+LifrC/Vw9bXINzSweL3Eel7mieCMQbuwXE9ri6nUlC5I5Rvs+qFw+dfBGJPn32BQ
+tk3dpBiSysO6UXp3PHXJSRk+GQlgkTSjS75L3+vGJHhbN4KRrmfwExTczCctKnkj
+MFpJUb6vJgKAm2CIPecXbRm76z7jAjISzIYTuXC1G72MfuXENUGIjpEvchf/IEUI
+p23k5ScGEqRibmUDtU3ZZgyi9KAgFWseDG1vlXPQ3WEQtly2zDRtw1dyeSkAE8Vk
+CxJvE2ioo7/V/OZaU7AGgjfY7kJNC3+DzBUkzMppAzf89hg8MRTMVA0rIi8o/QfY
+EnHIyIVqgmcWEHv0QdMrEANz3iSpr67iYWvoj2SoaVFW961bnLJd528yzDVM2pVj
+kK3Wc5W7h8I+F9gXteN6z5mR572Op7UjXIfTkzAOVeAVAuWvqmPiGH1dU4IYDpJx
+NxIdBSYXWYjCIS8EX3k5ZqFOXCR6iL5YohoyabRdEYwiFyqJuojbersFawjRzG8U
+aPaTYgc00Jwe0FV9hoV4
+=M8s7
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom.md5 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+bb73094d9afb87f3c538ef736fe6a1f3
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/5.5.2/solr-solrj-5.5.2.pom.sha1 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+976b124c5a9cdf7f66a48666185048f84a8a6143
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Tue Jun 21 16:48:09 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>20160621154612</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+2768b3e0b984efd6e8b39b6b1580180c
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+d5009b75d66032c3a5690418cb6b5e87bc709bc2
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-javadoc.jar.asc Tue Jun 21 16:48:09 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaWGFAAoJEHGGsG4e0Tnn3eoP/3mfAAHBe3mXhluA2TvdsSKQ
+GHd57DC4W7qCUBwL867oOXu2IQvgavSoFxp4AgnB2R96oUAxDL6iQqSfA4VUFTzM
+4AdHbPx7uMbL4WDO7nWVh7Dm3OFlzsWusA+/wVA6QiLobmkiH1pwc+FfNFELbYTQ
+lIH4ahpZnZr2v84C1euO6qjwZI10qVdL0+jSTuq+2fwtW76OtLVpU/YwoWp++3t0
+y5yEsdQLNpv9mkEuHw42EXe4Sw+7SllK3ORi5M92j8eAdO6OVd9PM6vN7/JCOFxL
+Vnk/JELG8n4h3hun08ZloTTFSXPAuGhbeweL0+SOz83DsLyXUy8rhcEU1k365DY3
+nx/0awHRM24pPE0D2RxAmKyOF1iI5100Ma0laOgc479F1sTY17H0urOJZcJfG7Bo
+bKJMgty877ksynYQBqNFmodSV4KtDATPr3PEjhuEuK83yv/F65UliPS32RnR2oIa
++TWuUcKkvYorC0nIH5AgWYyCyZc8qXqjx8K6B1BajfD7nzFcod9eUVLW5Hj1rrWF
+v/xOo7J1cw/u/nm8Ld6VeD5SmShflAe8SGsN9imHXoeQN8aUN46k+5jf2yjLRAl8
+V+eq4qpyJi5uLpa9n1yaHOiJUaYNia7EU9T1HBr/AxXnAhBBUGTf9MiwwAfVuOtd
+dVeGc9cfz6LHmIQun4X8
+=Ndj0
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-javadoc.jar.md5 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+75ef615d2dc27107ecd4d6390176df7f
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-javadoc.jar.sha1 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+693c12338ce8c70af8128511469f8e4faa8f1c2d
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-sources.jar.asc Tue Jun 21 16:48:09 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaWGFAAoJEHGGsG4e0TnnnH0P+wYDHU4pIDXGblks95xi4qsj
+2em7v/dnJHxLrreR/DM9nzrcswLvooGm5Gh5ZJFkWJoOyBbllk4HqEwuPOrjrp1M
+6vEJdje/X8W1juMYRdP0ltm69jyhOoKxHrFp+gs2zR2iL48cuJQTA6n5FOuFEE9M
+Fukbq43G/gGcSRZMVcBRlam47M0aol7WcyL/8j6hJPrFVNZ3v2t4kbi9M+iDVVqq
+cBYsSLWoVLyQ+9bxeitWy1hbSUsVf+2t0Uy9XBXGFgQuaGHQCHO0VqkB/lbDVhE6
+erDhosrZltJ2uXK8YERD+9hNCR3SfAi0afscHSCH3Zakjc74PDJaEoKTQ4IZs0lx
+Kosuplr1PzhwQlHMyNM63xCO75bDdrXSJk8HIb3NmLsU35bIRBaR75LroBdmFKdE
+PIakVeBFkcj0w44DmWRH4wiqjmLOitJ8sjlefJorETKygzhDpqytney/4ncoxFai
+KZ/wRMA94pwpHd7GgSRR7eiq6AZlOdVF3qfR3ZA+P7FNoOxZvFn7tEJfZlq0JZmY
+Jo7jzCu2l/akbLkc93rbL5oJjd/iFIRNHK+55jJVKzLIdcGKv0A/Ne1xTYUlOyHX
+tDN6x6E3QPFbVa8WJKpmNTe/vDDdkW+pVvieCTqu/vr4qP51nFMyKmfcgYlbdNgn
+8zZbkNRZ85aqjqktwTFY
+=g/n8
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-sources.jar.md5 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+1e802a5369fd41a0b867f95fdfb30d67
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2-sources.jar.sha1 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+f4d2a61514619d2beccda8ead9f42cb291631b25
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.jar.asc Tue Jun 21 16:48:09 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaWGGAAoJEHGGsG4e0TnnLJgP/0B3BEIknqoA2whdjZc8NLjx
+VSvfeIaJQ8aOh0tSNxPW+Cg45Wa4/mnEX9/kL6fisTU0bU9Zr3Nh/BzdhS3MaFHA
+SUdYlR4maTy+Zz2D46besTJfr15EAFupt5Lc6rqqR/wX2aOSFTgHZr4H6qOreipQ
+aRkPHltZMRsixJZEPLZ9oEu5ElAqsL1h9ajx8zxWZc8iNUmVrrxp/W03BAI6X4vw
+me9YpYaeYA2ex0kmcCSYOFeuPQIHauIqIDHfyl4AOGzNScXegqB59XbWNtCOpp8Y
+KM2EuGcGaxHYuhn0KpYV7ERdPoWreykAJNWWDxWsddQnPGqdCMAL7IYJ6hze3E3T
+lpsrSTT8Gh3xntSpV0IlAeu9Z6c2ocQjeWM8m14dNXCtVinCfMQ9ivLSiboWA0X4
+aFrcF58Sfx4ovK26XSfUMnqbZP+k+4VIyL8CMGBZdP93zJ81TIFHQAavga6xd28y
+XrdKiLi0gT7Ltv0M+P/3h16tDCBGETlm4YJeJqdAfP3HlNdRfyGxSKLPxMXlDF8o
+GJrh26+OFu5uUstSsXNZg4RQMhNIuxqVvuHVbBIUEqdGQ/PdtQh1z/0xl3OWoB53
+qPaVKclf3PimHB7T7phNDyaVS4vFIPhO/OkSeRs4iCs6lZZ511CjmDwYAyH7zCWi
+i6tGizBUvXZ1MmEJaeIG
+=+QZW
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.jar.md5 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+f9e71e90aeef71101c337eaacf146dda
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.jar.sha1 Tue Jun 21 16:48:09 2016
@@ -0,0 +1 @@
+3b5c38528381b06b71ad69bc5c1e5ab4b859f6c7
\ No newline at end of file

Added: dev/lucene/lucene-solr-5.5.2-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.pom Tue Jun 21 16:48:09 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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/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-RC2-rev8e5d40b22a3968df065dfc078ef81cbb031f0e4a/solr/maven/org/apache/solr/solr-test-framework/5.5.2/solr-test-framework-5.5.2.pom.asc Tue Jun 21 16:48:09 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXaWGGAAoJEHGGsG4e0Tnn6cMP/Rj9cNFGzp8K3H/L7/I3DRvy
+YbCqe7gYyQyXgLn/zz+PFqVCPn8iPljbS0NAx0t9EO2SH6nYrzKxmn/2pYdVbB2C
+rjpWuvQ+a4shBSvD8pGx6OYjA+hxLz03Ll/oCWSF6oqDBoSlBYCe1dACpWr8+47R
+dwGz7y+gzc3nJTEayKiGLr0uykO5Fxn6OZC7hc8m4uYyXjScOrZyqQxL9Wg3EqRR
+vJ0QxG+peOQ1Nuz14YoIUg6fyPCA0rFKRhTP0c3o5Afo+TLGTyW/xuyAVGZ14yVc
+3Hqvl2hqMqU6bmXlNzEQUweDz3o8+EGnPh100v+Gbg8NhyzvzwVkbmEod4OkNw7y
+03/4L2bxXwrOAWPrEdnF34pmaUbCtfjg+z19u9tlMFRoalZpyMTb8oZdgcJSKgvs
+56n3839umtgoR+/de1A20KCkJ7aaUEmhD9cmX6ikAsPvm7vKsE8xk7Rc4rtLhnCI
+RLUrzB/+w6wCzQ2FdKX6frvgpAXCB+dUy7tjkghJV+K7pqljTvQU7aw6DKlnEB8j
+IqmyB/VWke2i2TZ4Zv/oGmgxdo9605XZKKi76KmMMKqeVQA2MwRi9iSoVuJcVkqW
+/buq3WImBLJO5tiOeUC0kr9aIgdTkmFZ/4K921R4ZQA33us1HSCWKGrQHJ2FUV8V
+EXPwiNzuK953BAEHouB+
+=l6rg
+-----END PGP SIGNATURE-----