You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2018/09/17 08:06:05 UTC

svn commit: r29431 [14/18] - in /dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b: ./ 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-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/7.5.0/solr-cell-7.5.0.pom
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/7.5.0/solr-cell-7.5.0.pom (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/7.5.0/solr-cell-7.5.0.pom Mon Sep 17 08:06:03 2018
@@ -0,0 +1,644 @@
+<!--
+  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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>7.5.0</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-nori</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-spatial3d</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.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess-encrypt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.pff</groupId>
+      <artifactId>java-libpst</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.rometools</groupId>
+      <artifactId>rome</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.rometools</groupId>
+      <artifactId>rome-utils</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>joda-time</groupId>
+      <artifactId>joda-time</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-lang3</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.logging.log4j</groupId>
+      <artifactId>log4j-1.2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</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-jdk15on</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcpkix-jdk15on</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</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.jdom</groupId>
+      <artifactId>jdom2</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.rrd4j</groupId>
+      <artifactId>rrd4j</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.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-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/7.5.0/solr-cell-7.5.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/7.5.0/solr-cell-7.5.0.pom.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/7.5.0/solr-cell-7.5.0.pom.asc Mon Sep 17 08:06:03 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJbnocYAAoJEPmME8+loTXYAngP/RCO4GUKuRnyHKLFioOAeeNU
+5xaIYYNPz/+xyGisHTw3QJNPWSPQYve7FHV92i30IziDla7zZcsDUTi8zmhQPGNZ
+DeRNVoQzb3Tr7thMTLGOd1E+N7rByNNSv7nfa4GDJu+TOxrxuT9Z3SCfT9fJcAZ4
+DjwEG607Vg/aL/RxgOn7dyPpuKBlWQp5OdXnyJWdvlBDtCej6OtDB9yb7fRZZRa9
+rVbpMU5x44XJfhGmXHPja0lyg+8NYnAAGeJqXHts2Ieg+TG/jIB5sUOLgPJMeIxS
+w3fmWD3Xh9z3qckLsryEjTcdrySx396KnJgnep6oP3wGf/aY+frkGLKPJU3Z49fX
+7ItMmoZIzK8U6BOgP8hqS70LAFSVdRXEFM/X/S+WZnRYByolZ6PYEsSMAXLg9Juo
+24+Dcs1OuBqi/sursIIQtmfqJNz4svfKfzsiVBl8HPGRpHv6XGFcYV+BtIWFxaBY
+LcOgb9/fheEi5R87R96h2syhHGUXFqzMK6332jI5ud59lZdJ2WHGS6Xlk92Fdryu
+xemkWs5hdCRicoM57+uOgtXaEDPA95TZJSmKlDYH+UgjtilwrGH4QqSJRPFpcJOf
+y8ziSllrfdQp5DlUdRDBFlRBQitquGp4GxvwXZ5lbiIUWHWzhIBV8NsCQdFd7F6H
+wK4gjxBWtHF05QiX/YzD
+=YifQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/7.5.0/solr-cell-7.5.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/7.5.0/solr-cell-7.5.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/7.5.0/solr-cell-7.5.0.pom.md5 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+b6f1e5b255367180a11f4791dad31d50
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/7.5.0/solr-cell-7.5.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/7.5.0/solr-cell-7.5.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/7.5.0/solr-cell-7.5.0.pom.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+e182f708ca77318a7d14b658e138e2fc91b5d515
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml Mon Sep 17 08:06:03 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-cell</artifactId>
+  <version>7.5.0</version>
+  <versioning>
+    <versions>
+      <version>7.5.0</version>
+    </versions>
+    <lastUpdated>20180916163826</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+082b473e762601f8104a2d41c94876e3
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+b8c67714bb0a2b013636f2e320676a8e13dc40a4
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-javadoc.jar.asc Mon Sep 17 08:06:03 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJbnocYAAoJEPmME8+loTXYNDwP/RpaT8opmi5H6CLwqIP+Tds1
+Fp+iquiE8dj8iC7YGInbaljl/y8yFXKb4FIsyl22dO7J1Gi1020G8r7yGkxJoQnQ
+jZ8bxUnRsIilweD1Ez1bELbYNh58qHv0aHu3bz9HFx3KCI3KRglHhrEksS+/ICe8
+WIjIqnhEBtINhGtR+eOICDsXextpj0SwMsPXROD///8rFBYOGr7Peiln/oQEC+j7
++fZYyS8rDCZYx6KzqFJREpBhFa8BKGnCWSt1PHzLrruVjKJCvHUO0wpEZr6m0roc
+x04gIpbK+u8t25sOXXNH+LcAwIPn7y15o1kIzaHsXp+PZHQnA/OQcIeZhqpUDAme
+XSkMqc5OQUE/t/ac6sjVbxcOyc1F1uP/wWNGE1HAD2GB/C9WUopWyflbpko1t+BQ
+QtEuadu9Q3jjtwBhd9ZSNYLCJw92TtARjGtsJVOxF53CzenVq+PX4uFxSkX+GAsN
+yY4PQCeT46LXdHmxmKa9Z/rBpoG2+oi2A7TJsQ9MBVW7FR1RgAHSQDpjpCfcQ5tS
+zPSW8aGb54xXU5sJPvhYT7v7lz+tPrCePyks8RFGqjrfEyW8s98XlkZhVTVIlrPO
+X3MeUyRXek/QlLj33IzhGWX6xZEbveeyV5Aww2wLP6EJ3zxuCVuShDWaso+tPqxz
+8NF555/J8SJ41CcLs1kN
+=gvwi
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-javadoc.jar.md5 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+dd7b361b03272ad0c65b1c1d4c77679c
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-javadoc.jar.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+15f245a576fcff0ec14ed8f68b95a8c0aa619d03
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-sources.jar.asc Mon Sep 17 08:06:03 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJbnocZAAoJEPmME8+loTXYWLEQALKUojD8MedtJoTHZJRuDexF
+42gPRlZkmCW0DnOXbhSWYdpieBzVYBFs5Aku7WGBZmEmDPqNIWTj9S6o8FjqIS3q
+1eWRd7S5t4ZZWeuLuoL0QkRZn5CMUBX+7f7ZLKMfbVrkVii4blDfpLVa/c3VSgVd
+XrJK63pJwZG2xEMouCheDoTYqgfHTREaxCER0RTHW6O1HTp422NDogIiErt6rAcC
+CshoVHS9m3FhhjW1G5jJInFmj6L/Y1SxxHcQnR0nZluUfgbLR5IFu0O+4wngGsNu
+UBpvPNA5tD0ow0FIBsa2CV0SXhWRVCkE68jt36xsCfowVcfa1P9T6fi+EJZxIyGm
+ScayZd9s3Rb2cc7qA3s06nFCKr7EKfIf9bphriuEwL9JDSFwhzrjqoEZihZaahrx
+MTLXu8AJvkdT9J0VkkmJnGpYlDBqweZyAMIY9tMSXnt8E9TC9GPN1xAdoluoCSpX
+ae5No47Es9//jSxTizMAXvFgaTGvOjM+bVfmfYzo+1Uwue46x0D7k7KPvIcXDdDr
+a1t5JLXHEoPF9ikroGHD0NYgVR3JGH20ykyERd8boMwJReAzW0xt+Iu60mdE1VLN
+AItxuHLYQ8KITKAZWPCI8pyfa4NlO+oAWUU24yGnuuoiLhrrymXzObo24rtmhIjO
+foqrUSD5JGp1qyVC8JM5
+=A7w0
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-sources.jar.md5 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+5af1c75b194fff145cdb3d4513291049
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0-sources.jar.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+ad1d04942168822165e0ad21099613254765249f
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.jar.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.jar.asc Mon Sep 17 08:06:03 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJbnocZAAoJEPmME8+loTXYPfcQALNCZ+QexDT/ZYHA+6qEs5SR
+q7+mICZE+LrD+e2wAnt0776gfLZrYPHfAOSkdov7MdOrNR8JDawTOylCyiHjiivo
+73EaolwFBD03Rv6FbhZLyhLaPhmiXTG98KV8D+BnRXT6Cijgw4h3aMZpnNwsnHqe
+vb++H+1KfaKccvXyoH8ZcqAzWrL62pHUat2z1kAsAGMkT7uj4B6IOETrbn0bCcFX
+sIddBGbuXrUtMbTEFncTzRdUTwPQNC1bHa9sj8ac/hLaAWnJBDRzNRwMaCkyfKdP
+yOCcliO645/YJPiyMB6wqMXE6FRr1ywtPJIQBpHo4+plGl4g3CmXaO70vyQkPM/P
+tM4Ic9YJs1p8U0wdpzDRUvkPr/dJyLHpQNJVS99jntjphmCJqxVR6en5FMfXfr2c
+0HkVWB9Fse0guQviA9z2GClnHeluTUxSXpR3GF9v3AX0NkrTf+KzKPlrIPCvmrux
+eoeSMfmdGzGlPoiCAa+N+deo3o14E5xw9/vWUgBjaKcWQSqSWSuBJV+L8N+4PQkd
+UgpU648JS1Cyx0zh9sqT9hDiE6v9q5W6ZZZMqvrwgAcqq9LGAUAjuoox7EFGuwAS
+8yvZC89thjEy+LrjMyBHThdoZyXh/Hw6dSdBbjEZTitobkr9/0OfIdEhK72+8hyf
+hJtAKNdCQtGfhJznHd8H
+=F46G
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.jar.md5 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+1d95c8aaf4cef140bc193e8a6cd4b9a5
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.jar.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+059a3fbd2515cc40d62ca4725228cdb91adb4c7e
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.pom
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.pom (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.pom Mon Sep 17 08:06:03 2018
@@ -0,0 +1,497 @@
+<!--
+  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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>7.5.0</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-nori</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-spatial3d</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.lmax</groupId>
+      <artifactId>disruptor</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>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-lang3</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.logging.log4j</groupId>
+      <artifactId>log4j-1.2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</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.rrd4j</groupId>
+      <artifactId>rrd4j</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>
+
+
+  </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-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.pom.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.pom.asc Mon Sep 17 08:06:03 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJbnocaAAoJEPmME8+loTXYJKQQAMX2T1Fn8nKKF6rf0bI1HnfT
+tBCFB0HyLbXNRagVTo/KxG0aIXEcTW1NBVkjrMpeyORea7j0U3EMA7Wi24oEzQNS
++batOl2Hfiv2MFHyxvULUe6/owqJh82eIo+mc10lM8gZVllCLar/lLnmVPM5sRa0
+gSfFnX2MSXgaA/Gv+bn1F7wbCI2NeKCcsCG9fWgi2wPozcgd8kwqruEgVvH7aurt
+sCwmlc638knOhSTlNXr+hFSD59yqY0I6zAUzozyuJRJYEhkXWiTC2e45lnHKgx3z
+MopDhLL7XbdRlO8PiKdEE+8jSTpe+D+dNNpIVam9MHRGOX/bk0QZahXfCNA/Qhip
+BEYTjxg0QCrPo/KIHJgF3uA5zShM1D/2xSylT/e7ZRkYjp8T6oEgrDoqcw+i+MxO
+zn8WLRkdJh+mAPNhmRUzVYDUntLusPkbUrnKyyJOVZjut5Y8tMiSj9xF7ZODU7dh
+QnfNlan86bIOIqGV87HDTLB0JJg5poyuuIBTxml/kzxkD8YjInp5Mq/MV/+xtGZH
+KmjpCQ6D+dw5+/llhcrOjEfUzXBmqgGgH90GLDvxtb4Se6nMv6tuki5LH7IOGqkY
+G5XcWhPltj3nIWKjqkBOGCWmGHt53AvN6HJvB0j/rDw1DJHSfZEYV9TqTXA8a2MG
+1PZcBUx8Cr1ezHHlaTLq
+=w2EP
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.pom.md5 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+1401084c98ec9610bee7ad7803f611af
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/7.5.0/solr-clustering-7.5.0.pom.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+243c4ef33977650e06b27c37117c99b0f3f4ce2c
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml Mon Sep 17 08:06:03 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-clustering</artifactId>
+  <version>7.5.0</version>
+  <versioning>
+    <versions>
+      <version>7.5.0</version>
+    </versions>
+    <lastUpdated>20180916163816</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+bbfb8e4dd0508d3bde8c5e600bc263c6
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+f4f58cc21067b7a0fb3464b76831811986eaafdc
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-javadoc.jar.asc Mon Sep 17 08:06:03 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJbnocaAAoJEPmME8+loTXYcKYQAK/lYIez5XE122zRl9hGiCKl
+SqT/iozxxO5uiZnVc6Zi9q4rdjTuh5G0uWKPh2kZ/bOKRokX7n9D5A7+sB8JNKjM
+gVZWxuMC2BI15IwBeHz7Gnb7S2I560NQYDeG4zGn7IX98dvKl8uBh8uWOIgBZblS
+dWruSOHoyfJ9/IgZD4fOru3i/fkOCItliRKw6OfLz0Ay3zOwEgiy7UEQJgE++/6N
+1nUo/Hw2hMFgTQtIXau8XoeqiVKdUOAk0GlKK8tx7XCGWsurEU2uxOXgcAH0syKO
+Z7UlMzXcISKelSynoWjRbPFaiBZvdILUcJunMmlwh2wqaTrH+DznBxmR9kZvNGSq
+12PlA4BWHoJ4ZQFNYXfHQFsawWd4W5N+74kkA46FBVALIy2Xy0z9Ew1hihfRbfGB
+GxWPAlzCx16fOfHS15sspfzlqAhD5qB0viMEHVtNL64L8qz0JAX+rq3t4akGPvoF
+Ry1a7CNdwx6FPkH7wA6UjdQMc38f+h+2WDfnx1Ek8M3oHievrZjfwxdqiJoMpUMV
+z4VTGKZ6Al/dMeGsuVoiieUcbzaaZ73AaYL0/frnlzr25rLXkgrLB/griOVSnXJ5
+RO3ubbq2HJUxSoElreqxM99iO5SEvfQoV+qZ8x5zfaVeEkfTWmK46KF/NXAH8tX9
+g5puukFj7YLicR+sJoSr
+=eDWQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-javadoc.jar.md5 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+867add5c690713769e6fffbc21ac75c4
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-javadoc.jar.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+7e83325dc940b6e887dc1608051c168aa2ad688d
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-sources.jar.asc Mon Sep 17 08:06:03 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJbnocbAAoJEPmME8+loTXYXJgP/ivVS+/4AGvF+9Nw/diEwG2n
+2uyKPHgneeskfsOrt5iPDuxmXXnYbkiMDeyL2q+UMHC+EXzG/3P7xCNV+lKp0q0y
+O9M6o/91ZfaLGrXhkPJk3o6eS5TUIGur04v7LGU+lOo7+SJR7RraqQwj589G3ESv
+AOyjk1BIcWiahuqjEXOnNy0zxEfW5dCzIZ2cHujs3hHPlr3Ms5ygBFVSrnX3qMdK
+HTuJLur3v0JVXKGIeouSfJ6/Pxge9wEngGrntvurK7LP+/VmY+W68Ugqgu27mwDh
+VhHiIpStdBkay3XYgb34vH9jwbYcCnpe/6nqT8u+oZs8IO+uad7xG9WHePuQX0iF
+nr4Jk9fauVMlF3UfFwWVCyfysKFdfRrGOQ34cXwpHNB9Iwsbw2DY/82lK5Til5LR
+D5fH41QjCEAbjd52t+CtMJEumbwRqfoYrrgNobpUvsnI4SGs9EQBTw/Y+35OCNuB
+D0cZra+qkW89x3Iw+ySHpMNh7ZK2oNDdpYvuwCHzXZ3BfPRQsHCzOIb9GME7sO4/
+7tFQOIGOpNu6DUAqWDt+t7+V49usj5bUKM6CJ+2XFmyKRIFjHoT15mC6zncRKVGl
+eiZcB9VbVY0nRXR4Zb8wjIZkRS/B2fgT6Qw3JFdOZRQUQrU68D53R1FVJGtdKMC4
+4ADztkhk4RKrQdRFEZ7n
+=5NW2
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-sources.jar.md5 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+c8d0387d78e3406c229e9ce38df83c63
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0-sources.jar.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+68767a69fcf213c33a73de080d147f774beca5c6
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.jar.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.jar.asc Mon Sep 17 08:06:03 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJbnoccAAoJEPmME8+loTXYqV0QAMEMdQOFiWWYAmxWHfir95tn
+9Ild/dH/om4Fp7RJMZ8XLXtdPR4Zy3+pXgrffeh9nomFrd9Ezg0NelMGCHRCbBUl
+cwXW9MfCcCOHCNTou3u11msEsoiO+S+XRgqusD4BtZwx5Mpy9ytTXC9lYTic9vVn
+kvEk+pVA4VKl7uVWQq4Gar0aUKltg2VwXLu/Qna1CK5HnMVER1d08saJYK6JfD3Y
+cIANW2ZeWulQINKhjMrshh+/3IcrrNug8LHcVB67aDLi4EKmxpVTmZPfDM7HMAYg
+spn0G1WCNjAEyv9an04tGhHYtOP/eQDE48n6ju/ZSYIgH+Is0RyL/d+4EwM7dsvB
+H2nDRCpx8IJrzzRfG4PRDjMBhEMVAvSTJNReaVzByak5GtUJjm+XmZT3Q6PDc5X7
+vqSoQEltAQ9LRqjANpNiix9d/aULkMVQz8J0PZWkUtOkXiywr0QUIFKLVyNPS5vb
+e/9Bt/s56BEFKZe45kCpMiQ8/PBt9hYXcJEwebPb1zNPtc6fQyXkfoNIGTszvcvA
+fQcGOvOYJjn4mJCMhaVyzlvsgd/80wYAukaUheDARo5LpMcK5eNNbt0bCbQ5EHUd
+sdS9Et6NivRzcYLuCRx76E8caVmH6shjLzie5emaWsqC6cbT4+680TvuVZ26J+HF
+/9WK/5WNiO2WCWTrfwA4
+=SzDC
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.jar.md5 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+c44d298697e34645a86422a1ecbb57be
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.jar.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+cf753defd133bee1b4a779ad8aa811ddec8902aa
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.pom
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.pom (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.pom Mon Sep 17 08:06:03 2018
@@ -0,0 +1,483 @@
+<!--
+  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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>7.5.0</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-nori</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-spatial3d</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.lmax</groupId>
+      <artifactId>disruptor</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>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-lang3</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.logging.log4j</groupId>
+      <artifactId>log4j-1.2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</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.rrd4j</groupId>
+      <artifactId>rrd4j</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>
+  </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-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.pom.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.pom.asc Mon Sep 17 08:06:03 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJbnoccAAoJEPmME8+loTXY9a0QANsxF2qsxwkliOStjHNS/ybD
+iSl+hU2uj4OB01QvsarrwW8vvnxyhMvvWkL8mDE0o7BtCXw19NJUwd+V9OZM5/gF
+pNZJIj81s8/qkJdivqlUiKUF1DSmjdKlcLOxKUXZCnZTjfyrnFVYVwmBQGu4mQKP
+3VrWJhaRN1sIIlgbhGzPvRx2g1RiZka6JzA7eNcSrDmld4m1fOnwv2p+6ENR8Rvb
+yeoirnabxrifTxJfVvcIbEKxmgg56vsgAueC4DJfBtBOyBn9zHX8mpKYxpsKpXAY
+AWP+WGn7jXC1nvfmqHuN/VweoZzJM3aocn3h7g8HUhMUcGkc6auLdLBbHh2+EL9j
+DUYZ29InYMy+2ByXcbueWh/rrajm3/AMVAEeli8PvFodxh9/jrrDWBHax0xZbhT6
+3BoPFfgUgrnb+CZZDgooLWJinnZPU5CCx4Afz0q45gBYkaXflJ6jnSblwQlLmzy+
+NeVxevM+ulyTeIdFxJJdYHZbcrNIrUlgU4w+h2VKYn6lZ9StP0dDbUWCPKl0+Zmn
+HjQ+1jqYgqkpHBDYy6pI46RJLM/14E4GseCW+EWsP+my6Y2USPKtt4vZPekXkxVA
+/Ib3p2sv74d9dOVukdytoy2RfNa5HH+APkI7KQvtQJm0PKsis2AuKHzrsGOS6F5U
+obp8e7YAHWDQ73vLPx3q
+=JOJV
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.pom.md5 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+37310820637d24872037f08c471cfae3
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/7.5.0/solr-core-7.5.0.pom.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+9c26156ab2bea845fddf0d6358d34ea70a636328
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml Mon Sep 17 08:06:03 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <version>7.5.0</version>
+  <versioning>
+    <versions>
+      <version>7.5.0</version>
+    </versions>
+    <lastUpdated>20180916163800</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+831b0d70acc5b05302b3a889445c9d05
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+b54e153aa7df66820cb9f852d54c3321e795a7cb
\ No newline at end of file