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 2018/03/02 22:08:17 UTC

svn commit: r25383 [16/20] - in /dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/l...

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/6.6.3/solr-cell-6.6.3.pom
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/6.6.3/solr-cell-6.6.3.pom (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/6.6.3/solr-cell-6.6.3.pom Fri Mar  2 22:08:13 2018
@@ -0,0 +1,605 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.6.3</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-cell</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Content Extraction Library</name>
+  <description>
+    Apache Solr Content Extraction Library integrates Apache Tika 
+    content extraction framework into Solr
+  </description>
+  <properties>
+    <module-directory>solr/contrib/extraction</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.adobe.xmp</groupId>
+      <artifactId>xmpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.drewnoakes</groupId>
+      <artifactId>metadata-extractor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.virtuald</groupId>
+      <artifactId>curvesapi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.juniversalchardet</groupId>
+      <artifactId>juniversalchardet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.mp4parser</groupId>
+      <artifactId>isoparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.pff</groupId>
+      <artifactId>java-libpst</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.rometools</groupId>
+      <artifactId>rome</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>de.l3s.boilerpipe</groupId>
+      <artifactId>boilerpipe</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>info.ganglia.gmetric4j</groupId>
+      <artifactId>gmetric4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-ganglia</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jdom</groupId>
+      <artifactId>jdom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-collections4</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.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-dom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>fontbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>jempbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox-tools</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml-schemas</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-scratchpad</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-java7</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-xmp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xmlbeans</groupId>
+      <artifactId>xmlbeans</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.aspectj</groupId>
+      <artifactId>aspectjrt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcmail-jdk15</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ccil.cowan.tagsoup</groupId>
+      <artifactId>tagsoup</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-tika</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.tallison</groupId>
+      <artifactId>jmatio</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.tukaani</groupId>
+      <artifactId>xz</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+    </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>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/6.6.3/solr-cell-6.6.3.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/6.6.3/solr-cell-6.6.3.pom.asc (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/6.6.3/solr-cell-6.6.3.pom.asc Fri Mar  2 22:08:13 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJama/gAAoJEHGGsG4e0TnnSwQQAIK2i1w2+Bq6aK1nJJ4UhcAQ
+NNZ/c0jAUai42F+6UmGV8Q46IXAaKQnLrOV+W3AfS2YdlVuhPBVFCuxacR1kTlNZ
+UDeT0+3Zr2uIKzkF2mQumrIKSmZbb5B3K4DgXFXcLS1H46v/1Wh0v9ixvKtk4tr8
+w30M9eNGn8iwtEIgma3eJtZVSKBh2a1ZLXk/1z6tMCnabVy3o+hU8nyTaTi+CwTf
+sPk+so/8YPSs4zRhd3BbvTi/pmQOR25m2H15oHC8qUj2cX2Fho59BuCHSv/lvQcJ
+pb2gYUsoIyo8x2zwbeYb54F3zb1G5db0DMpxoLT4rS6QCVJwvj1JbP86b1zp82GD
+VPhkHam8bo2/E1WbR3pMlCvcQeODsixniijKsQIoYghOCTUiazvB78dPQZUDZQII
+SLmzz3G3M6UA1iScpy7NHUetMrPFDjbiOgZI2bmbKxovwA55tk7wCwr526jmqYnC
+BpVGo6P53qnP7NifiD8zBFJ0M0pOW+Pz0TMyE9k5uohm2+Cr0iIej6ZPRymue1qU
+LbziAs3MmZs5dsuAIu7qembjyhebX1X1GlnGCLPJZ5lc9IpltHWiSp4VqqfvAvyQ
+cjKMwng76mf8OS7Rb78lqiaKe8cGCdtC76aPZZ7ME/nqs4bnRETeAw/Ufjl0EInO
+9NpwT98zllSxM+vux8lL
+=TC/Z
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/6.6.3/solr-cell-6.6.3.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/6.6.3/solr-cell-6.6.3.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/6.6.3/solr-cell-6.6.3.pom.md5 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+38ded2b61221b80beda09052c7bd657e
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/6.6.3/solr-cell-6.6.3.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/6.6.3/solr-cell-6.6.3.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/6.6.3/solr-cell-6.6.3.pom.sha1 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+3e0aa33665f0dcd920a611359e6b4cb715765096
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml Fri Mar  2 22:08:13 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-cell</artifactId>
+  <version>6.6.3</version>
+  <versioning>
+    <versions>
+      <version>6.6.3</version>
+    </versions>
+    <lastUpdated>20180302201103</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+22a6fba2808e35d96771d0d466da2d56
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+2e58f618bc9cb537cd1a1354fe499a2ba107ec03
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-javadoc.jar.asc Fri Mar  2 22:08:13 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJama/gAAoJEHGGsG4e0TnnQt0P/jnp4A4ZyOMp98WyK03QprYN
+xx/ylAa6kXgDB/wC0rgHBpdxzzdK47dOw7ZwL/1qwf1B6OAlWUFO7/fQcyh6wpdK
+qDagwOBG9AXBCzbrL1kAOU9hYgS2Fqs2ipZ8egVDjteQcVFZkHL5uXwYxsfrTEpe
+ap16XOXJij78MyZR3kS2UKzt0LbwQzfXI2pNrF4cVO0ICcNcopvL7iyxEqV3X/3B
+FEhKfnxYumwXWKmzZrPN2CMOux6pLNj/YAbroizv1Z1BDVFXAV/adgUa23vPaUUX
+XbealYPWGEHhCyog4L1j8KSSHkwaRTQwhSFqIAZYlW+HhlUM2k/BJe0jhuw9p2La
+q4cFypoDuwcXIOdYtSzkl1bxeY6en+RF2yeTu4PUIm81jF0SDMkanQPSeSmv5OXG
+toXd5OraSgvEeASdZUCdq4Dy+qfa3c2oRjr7JffRq3cExOBp8Z6SFbjGSDxZEEw0
+uzZ3nNg9VURbUZHLfNHwtMpkIOx7IPFOnC9xIRNCRQmVrMEi17gIbzHA5t7v90Fn
+qVH+Ynuw4vky9wcTmPcHhC2EvzVElH5PkZSgUnMfRXVHOGmm7t1ihRMLaFJayIB4
+oicq2xLuVCdybKoeueUx8O/gaw+jn28o6E1I0yoestRnuDnkd2TyclYQ8YKScO0x
+symtDLU2J5JYWB+NlKv1
+=9+Pf
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-javadoc.jar.md5 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+23f54ffcdae4127e3a4e708fd60b18b4
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-javadoc.jar.sha1 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+43d02160101c8612dde02e7ab58cb6204a1ad084
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-sources.jar.asc Fri Mar  2 22:08:13 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJama/gAAoJEHGGsG4e0TnndVMP/19SIBEB2hkHVXA9ry1M5dTn
+ia5tjH3JfvQBqavPJxvHMR/YtT0vUSj8utxyTWC9Wjn+NYIfYYt3LDGIvop7qP+o
+8d/dt9DqaBeRTlXjCsHmaWgjXBzJvtpWXLOocGqUEHYLvMCXoK/hHi8zOwT3dcPs
+WHs2hsU0eMb8SGM7+6CZbtpdmyJUyUBHmiBx7wmVpV+cJ1HWUtDwQ74Lh81gk22m
+qzQ2NDKxsskp6mD7jVWCSLMelG2BG7+nJoqHIc7co61gSBK21o2UInTz4fc/09CZ
+T6xrXO1E+a6uQ3gNx/a1kKVGYaZKJV6RiCmJRrRsHmsdbTVUAHL6QzqpAci9ozoD
+RtjwjN4RPS7HKAeb8CYd3hCPl8L/j3YsX6mhODCkD+LHFmxTaeFUXzXaHrHZZMZU
+D7nVnIBKwlBqoujrO7/yoJYvtUUfEWz3K/5BnoiZUgls2TpsApcvTTvMckerhpjL
+Kur9SSl6oMz/T+XCG02LZXM8+5giYGOMQJNfCBdzGz/xtLcVjc3QtRyiqVGgWvwV
+GtL5yxQ+GdmDtbhUO9WmKewxzis4mXCTOcBXhQ53q+wu5Ow3YUGp+7ogO7SveYdU
+ZB8a+5POGZAfQp/jlYMtmZODOS5i4YKA+6VMRvqJB5UgPtdYcIEyamQfm6LQi3af
+luLJ31m6fFkfUFWDxwx0
+=tAwZ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-sources.jar.md5 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+43241ec7d167abb54744fc8bd398c844
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3-sources.jar.sha1 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+e0f60bbb85eda0cf2f7386c69e3b4d508b4df5ed
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.jar.asc (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.jar.asc Fri Mar  2 22:08:13 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJama/gAAoJEHGGsG4e0TnnDlYP/0L0c7XQDGxZsknLCxSwbIH5
+hebAjJkz2cMRWCXAD/h+8crxHRwKl2ql9XEGLppczWqIxXYvUv+rjptrjYjQxqFR
+/uv+zXInL/DfcAzJaW89bag4tFHNPghq/q0DTcZPTTVMW7Zuk9qEudn7kZdHovOs
+FDE4InvITTwMoj9TzyUw4oAlBibXCuqxn5G07uQQymMADpP7GflLuuOIaI4qQSro
+yBERyoDDIqWsPQjPlc0+eAz0QexXigq9gm+MyiMxAOC1ZUonR5Tq+XO1Bo27PfbE
+hRta1jjEWb7ecvKTNQ8kPbVOiD1ZRWSYxnvNMuTTr/dmfRhYqK8oPQQiiw48fYyf
+/7qXRmfvfXtqi/YrbCdYFrWP6hA0grXnDxlfA26BNfy5VT0YLSYqGrHKcVypUN5y
+DU6sJKLFmWQrtmQBbOD/88p39nzvvao0IHJjug6OlQQmBZeLHVsipuWjbKmNUmPb
+FbQTW+jj+OZz2FWOWoWHM8bHX9dSsHHBmR+5BC0uHqkXIzTSnbxi2SOQKcQQbG0J
+qbS0plDydyGrpr9xvM5ZGTgEsfctljAFDV4TdA9miP7ZBPdwqVKo/nXazpdPOmSr
++wbB2ncveuske3J888SFx3vSxY9RgHr+gt7lQ+/DFMMjVqWn4LdnUgQTHlNwp1kK
+p1Z9rW9qscLNWu3rZLAe
+=gxfC
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.jar.md5 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+cbae19881e1b7af7f70a605e76cd17ad
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.jar.sha1 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+91deebb280c7018c7f8e64e19a8cd11abd94f12a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.pom
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.pom (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.pom Fri Mar  2 22:08:13 2018
@@ -0,0 +1,470 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.6.3</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-clustering</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Clustering</name>
+  <description>Apache Solr Clustering</description>
+  <properties>
+    <module-directory>solr/contrib/clustering</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-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.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>info.ganglia.gmetric4j</groupId>
+      <artifactId>gmetric4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-ganglia</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.carrot2</groupId>
+      <artifactId>carrot2-mini</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.carrot2.attributes</groupId>
+      <artifactId>attributes-binder</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.carrot2.shaded</groupId>
+      <artifactId>carrot2-guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.simpleframework</groupId>
+      <artifactId>simple-xml</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>
+    <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>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.pom.asc (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.pom.asc Fri Mar  2 22:08:13 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJama/gAAoJEHGGsG4e0TnnC64P/iK/R4gUnmXTBwfwQycgBAy0
+dbZU4ey4DVq/GNh1C0QtirJRczsU5a7TM0UkohFF7WsYIKn7ANQg6unAbOABdnA2
+5utDP+xVLcNMXsPkoKdyCoN4cF/OaGAJO4hfg1vexmzVNqmkgmI9Ze8oSxLlm/gS
+5Ty4m9En5Q+6Uz34s0mkSsVFNLdhgKGnQJBZ/741+2Meftz3P+LlTma9WpddewCV
+NvIP7bMdEProKhe1XIGxcuhqA6JOUpoqmkMWxMzC/CzqqW6nRlWOqJNZOQs4PIQ+
+pEgB+S66fvs95IxiacWmqF1R6upE61lm8O//Y/4g38035etqqBvBA49zCGZ6mboF
+CNuzils0hwJAKYjTsBXCib0dVJWNM5Cv51NS+3+tO0AOVFdxOpAxDdq7o4aYZCd5
+eNpAaVhEOc+y37jKClwoxesS2oaAEGhmC8SVccJm3QrHafqII3wIUQs2V5KHR1Br
+ElOCwJa1BrVNS0xkfoIIhFQrFX69O2MV+HslDx1DXBzpaBwCuieYpyzT4AGVnK1Q
+dH6IfudpElBBmg8omAr6+4IifFNlWmDldRVWiB1J7B569nvyzFfcXv5btGaIWGLA
+IT/3hS6DA6DWaMqBCgwzFwe40k2Q5eJCm6BKinl2xvmwI60Ku/56Gt7lGO5Lix84
+5+yy5jRCHtudgw6dFb4f
+=9IzL
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.pom.md5 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+7ebfebf3c12af40fc2a0101e05c2511c
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/6.6.3/solr-clustering-6.6.3.pom.sha1 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+0fb20b7cd7e3a961205be09c7669ce9cfbab2b37
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml Fri Mar  2 22:08:13 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-clustering</artifactId>
+  <version>6.6.3</version>
+  <versioning>
+    <versions>
+      <version>6.6.3</version>
+    </versions>
+    <lastUpdated>20180302201057</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+22621a7d279e75dd1ab7110e65dfdf31
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+8cb86286426c41538f700eed28b2bca9d0c215cb
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-javadoc.jar.asc Fri Mar  2 22:08:13 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJama/gAAoJEHGGsG4e0TnnpPcQAKD0imZ51cnz4ex+hY9nAJ+F
+ESDfv8JMIU1c7XrGeabo8vBDD2akfaqPOx0tvCppjPwZY7MjSAWFcZqK8Q/uHIIh
+/CaXyweeHtPxThkOYmvF2mdjdgCCpLSBxA/4HZO5FQ4iB0qoNg1lSPvGIquNb1h6
+BYQEkuLUT6+ni/ddStSyniLHVEVmFp75aHB2kQaxAgq+D65YIJiguaN1CIGm7n0z
+50B7lNOI0mh4hOj+3dDl9nTQkldKP6r+9hCxxEbrXihsM/17ReUpFqtDNcp98nZM
+jmUBpGTP5uTIt1dkfCpjVA7igObE1E229MgJG90vTkfCz+tNR4WmO/mRzBCnLFQD
+NBR1aQrIamyFEhwuUyiqrP6vicJlQNRdNK8Xq6LrN3GLUgiLwfWik8TxAQ2aWWcU
+DCbjZrBFL850XsSzJuIYFAdy8OsIGjE2gEGr/4BveoneAZNBnNZ/3HvLzdwYfRIF
+jl4zZM20EhCoi575KbbuWmPIvxuFpR04+iDc/3GoCqI01vKMiboZCtrS2Rzw9cfD
+Gg5yUbrTCQXancU/wAzePfLVvuJLi2vVCHhu6kIUfF8l36pldczemlTdGAwiY1xv
+W0VATcFP+jkQOQDvdHg99C7dtsEpdfYMzkb+G+3UWG8e0msZTF+LlA3oQvjhg1CP
+3y2mYAab1mkKO0qacUJT
+=rbgk
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-javadoc.jar.md5 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+49e462ca49688e68037f566eb3109b0f
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-javadoc.jar.sha1 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+f6b9b01946205c599274a626467604aece3e9e11
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-sources.jar.asc Fri Mar  2 22:08:13 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJama/gAAoJEHGGsG4e0TnnjQ4QALV2JgTN6V1suVRgOPCwZFvX
+XdAdplrB9DYd1gHmtf5VkknXZMjnPeb1xT43peGXavrjjS3yAK5hYZcZBe8aji29
+lkrZoxit2RYwdnd6Nnr4DmR81ACYYnCZK4Fi1fpqUDcTbEPct2oshyOufsPeCl0n
+dO6uVwC/Uu0QxHMPUwdZQekA2BkqvDIAATPOJUZT3dHZ/wxYlAv/ah0HOmKtoAgp
+Sos/cOGiGRYI9o+ibxYGhOr4AxaU2UwLGfZekYDHB+zan5H+JlK6vxrCiTNymFii
+JGqaRzO/pOTSwu6ZCf1G4Y6Af+keGpY3Pd6zkcaxr4+7naCNwfOY7veR1PBBHOVq
+DaPNGCdzq8uPGtoYOiMN7DMNXKaT0b08Xq2EOow8/zZ3QaO1uUTfwtHtK3pO0zTU
++68HeW0XMtKgbEyoLhyCpgk2AA9G7HVZ6olIznF4lItQvhRrF/GOUy7BKLSOgSA8
+H6EUapu6AuQusf/uTJdSMGAUQLm2KRSiAmPYTZzTUhrUNCvKThOyFZLQ1EwKKt/A
+unJA5wPioZvp/md9lyBtxIJnXLrkIhBarZwwz1RMvDyMZI3mFzwfQZW6Y3oJfvp2
+4u/GT1FC4H7GQ5R2C0zfEtj7/MkzJEfN7trr2dyTLRSJaW2ptSrnJ7Glws6G/O1+
+ZVzpuY3lqmONfbz5MddJ
+=VWW2
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-sources.jar.md5 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+650d1f04534ccbcf4cda2e719d5b2f2a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3-sources.jar.sha1 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+e5aae2ed1af387d5f68966983d27b02507d8575e
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.jar.asc (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.jar.asc Fri Mar  2 22:08:13 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJama/hAAoJEHGGsG4e0TnnmA4P/270OW6yOCgs0K1XYRRct4HV
+pLIrCO8b6OMGelUDDk5uO14jIgqr7mhDJX/5OqwoPs/1haaigVYME8l1ShRn7LL0
+4ECC73ijUAZNd634rNWfH5yaxYk8cUwASB+B8Bf9R0EFzSRwvpKYQALg9fq7qieI
+ddALZSkaBfAofTHfIvFQpFSGo+7wpH+8gcCBslDfd5I+5aW4OZNFN89Mu9y+fIJb
+FvpZlOJdevArz6N8s8URQM/O1A3kDJLLwq5V4hI0FQXL/C5bM/naL7UaOtbC1jA1
+PcAfuwpm1tYIGdtYWL05IYw3IrPi9bFl1vUhLydgiHQUPPziAqv+UlyAxuH0zlMh
+LlnJmi4LyjNx/BNtq0Hl43eJA2/w+F/tTemTpwGJ1i5F+Kaa9F6FPQlqa8Egdg2/
+BKZWE1L0JsWlRKM6h2u4h1LJJ3EYTI6Z8AuC931/UkHs/eKIU8NK1SXaVr4iE3Ll
+mKsAmzoijRLR4tqvgVTV+uJpviV7eqtU2/lQkGQy2GCqp9N37PKxVthynEKf+g/X
+1I4hnvqfGvURifl7Lzpljfh9hg2e3Snh1Pc9NrVkhzlIOcfpqkH+x53jaTwkAR5f
+SJ3Faz4dq7tsRn/Kyhi5Z6OGH8L7CZtVAPPLrjhkiP+yLqOZfsardDlGn4TpfwRj
+B3yWNYD052rkhxJslRjh
+=WIay
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.jar.md5 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+3177f23711bb5be9b1122a0c12dcbb23
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.jar.sha1 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+fc49804f7f707baed54234ccd63d17ac90be156e
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.pom
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.pom (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.pom Fri Mar  2 22:08:13 2018
@@ -0,0 +1,452 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.6.3</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Core</name>
+  <description>Apache Solr Core</description>
+  <properties>
+    <module-directory>solr/core</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>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>info.ganglia.gmetric4j</groupId>
+      <artifactId>gmetric4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-ganglia</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/../resources</directory>
+      </resource>
+    </resources>
+    <testSourceDirectory/>
+    <testResources/>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- Tests are run from solr-core-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-core-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <phase>none</phase> <!-- Block inherited execution -->
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.pom.asc (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.pom.asc Fri Mar  2 22:08:13 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJama/hAAoJEHGGsG4e0TnnP/cQAKQk6F0pJ2woQgpVJZppnyx6
+SL+BCLtWxZmlUBioSX6HeqrkXkE9yYjJuFh5m62DLHZSREraLQD0zlQN0TbpXP3s
+xZYjRrS8bnXshX0aRT3syWvXdbyui0l013oTdNSd2KphM9EOBBRTtiyWsw5pnpFb
+X0egtz7Sx/NOUqljDkvhIAlim3mtYUgMKdK+M3TjPSL4bS+HFirxNOSALxxSmWI7
+/lV4wWMuuHPjRbQKrQtZVqfXvWnNrch6aE4gM+v05Lp8fbkKURyJb0J5qY2aal6l
+VxUk8zLIIrZG52n3GVnFskEeqHEo/+7lZ5F8wAERsUZvBMUK/Tr3Un6hF1zQXzZn
++4PAXqkMbmf1fUAbWm0Vw+U99Rn0uU3cmBaYUZ4cXuNHnRtBSYmVDO8LSpCqgDdA
+PUm495x0DqHTMpx9HQTf4c23gXT8caX33vS8ikOxfKTgqIa52/+fHBq+a/xAiqFk
+22EH1sy1ufvnIwsdZz+bL6RpSg52npcPvkhJxFpXbn+nM3/kTB2ybwXUEmpMkC16
+6dYFVBbyAUybzpgCjaMy174UgKjXYJfmT/H26jVAPhP4ipqYpVvTrMsT3DvAlARu
+8oEg2mYNIRUqU9z5caqlkWf772ydGjsCpV28CPIKvKJMVTdY5/A5GGlX5MqUpd8l
+aPbiK4IqypFUhvVzmu/L
+=l4Mf
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.pom.md5 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+83ee61249da103bf3978e4b3283c7fe7
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/6.6.3/solr-core-6.6.3.pom.sha1 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+53c7eed82b44807d43cbee758c8be28e6e4c7b33
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml Fri Mar  2 22:08:13 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <version>6.6.3</version>
+  <versioning>
+    <versions>
+      <version>6.6.3</version>
+    </versions>
+    <lastUpdated>20180302201050</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+6e4a5c85bafdb3017c0a865ce8fa55e6
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+80e57995845eb1e43b2b8315b3d957df8b695678
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.6.3/solr-dataimporthandler-extras-6.6.3-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.6.3/solr-dataimporthandler-extras-6.6.3-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.6.3/solr-dataimporthandler-extras-6.6.3-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.6.3/solr-dataimporthandler-extras-6.6.3-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.6.3/solr-dataimporthandler-extras-6.6.3-javadoc.jar.asc Fri Mar  2 22:08:13 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJama/hAAoJEHGGsG4e0Tnnl70P/2PvGJ6TVK3Ejcaw8aPwbqzg
+v/UxmnWSnCuKWvSpFnbz+TlzfTPjLTEFn2Rsrl+xYPUKab0jLWBxyIqFI3MAK4Da
+cGetptUGuqTu7Vo/EKvMPIYSEdCre3Y5dZwugT+5wRsxcfwtq9qZ8ohNt81VbZBA
+iWTgdM6cvGxJsd2wOiPfWHtx/tY+QdDNBIAF0rBWx2olJdvT6JOEEL5TFBl+BpZa
+udh3boIRLK4AZOI2I266gfVI6CiNNZjoVBGzPCVI80MuAjEL5sGJ/Qc3uzWeUyK5
+OoxX65Lw6xZD+wzVJafpOtzuelgdF38+Tp7kmUzi3fJOWiJBFeqnc6gFnDeE0rzb
+vGlqXq51s3sjXqj+mkDeyohtNwbTJRuohH5Pxe82LHlxBP3Kbwz6ytHHXS1G74tz
+QXW5apgmyFrpv+3c52IqZrQJVl1Nhv0HGkG4LryLMzYJ8CmWStZRIAdYLtIqBs4N
+xpUEomf+C2OhSf7fTGF7YDlkpyYegq2QPlt7bWM/xq4QOqlzHlHSkxJl53Q7Tu7z
+Gpc8CVz6JObgmscz5Enxc7YZsc7+OHJ5T9pS4SXcHm4gXoz2KNfM+BPfObwAHqRz
+y+MUIK2DL2AFF64oNyBluVXZWf2lTsLb3l2d2JgGkvQygg/E51bK+kWtb+wwz6Rr
+Szmblo7aDrUzMOjk6+QX
+=XcXp
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.6.3/solr-dataimporthandler-extras-6.6.3-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.6.3/solr-dataimporthandler-extras-6.6.3-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.3-RC1-revd1e9bbd333ea55cfa0c75d324424606e857a775b/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.6.3/solr-dataimporthandler-extras-6.6.3-javadoc.jar.md5 Fri Mar  2 22:08:13 2018
@@ -0,0 +1 @@
+c8d49537112b82a0280c2773a40c5367
\ No newline at end of file