You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2018/03/28 17:00:59 UTC

svn commit: r26015 [21/22] - in /dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633: ./ 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.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.0/solr-prometheus-exporter-7.3.0.pom
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.0/solr-prometheus-exporter-7.3.0.pom (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.0/solr-prometheus-exporter-7.3.0.pom Wed Mar 28 17:00:55 2018
@@ -0,0 +1,484 @@
+<!--
+  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.3.0</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-prometheus-exporter</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Prometheus Exporter Package</name>
+  <description>
+    Apache Solr Prometheus Exporter Package
+  </description>
+  <properties>
+    <module-directory>solr/contrib/prometheus-exporter</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-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.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>io.prometheus</groupId>
+      <artifactId>simpleclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.prometheus</groupId>
+      <artifactId>simpleclient_common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.prometheus</groupId>
+      <artifactId>simpleclient_httpserver</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>net.sourceforge.argparse4j</groupId>
+      <artifactId>argparse4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.thisptr</groupId>
+      <artifactId>jackson-jq</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.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}/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>

Propchange: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.0/solr-prometheus-exporter-7.3.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.0/solr-prometheus-exporter-7.3.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.0/solr-prometheus-exporter-7.3.0.pom.asc (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.0/solr-prometheus-exporter-7.3.0.pom.asc Wed Mar 28 17:00:55 2018
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQFXBAABCABBFiEExdzTqriXCX14Fb1rBp6XQfPZf9YFAlq7m1sjHGFsYW4ud29v
+ZHdhcmRAcm9tc2V5c29mdHdhcmUuY28udWsACgkQBp6XQfPZf9aAiQgA0yn5/i77
+Cr/UjnXbcKBKCOuBUmVoSHZphoMN4jwc94qZnc7ptZl9Pd4rlM5PIL1cdB9xvUom
+Xk+uNibnlFWSx1Hml8E8tQDRrlmBaFtycexEAYvbx6/ESQzqYpqML6RqSs5fI4Dw
+cfQda51w8ylZEVeR+AI4mrP62zLcbmC1H0y7In2aWlIUBSbjLiCtimMaBXjnXBy3
+UuPacQpNNLS73awBKfOxHYNE0+DdiInKnTUpTuqUdim7VRKkRvLPRvZUMLKcBr8L
+Vpl+Xab/wzLgxpUrB/91gHU0dKTyJDjXWqRgdcHPl/AvkLiqtoQ5XdyWqNDXKNkE
+mBX+DESXj6BV7A==
+=JRyO
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.0/solr-prometheus-exporter-7.3.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.0/solr-prometheus-exporter-7.3.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.0/solr-prometheus-exporter-7.3.0.pom.md5 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+057247ad5be30477c901adfbd4e70dff
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.0/solr-prometheus-exporter-7.3.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.0/solr-prometheus-exporter-7.3.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.0/solr-prometheus-exporter-7.3.0.pom.sha1 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+a9ff8ee2e855e98ef9ebf423dbdc5648686aea3b
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml Wed Mar 28 17:00:55 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-prometheus-exporter</artifactId>
+  <version>7.3.0</version>
+  <versioning>
+    <versions>
+      <version>7.3.0</version>
+    </versions>
+    <lastUpdated>20180328134031</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+f488c2477a675ba6f902c5e4fb871620
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+e71de5a6a394d5d7682ca235fad1c58b2dfc80ab
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-javadoc.jar.asc Wed Mar 28 17:00:55 2018
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQFXBAABCABBFiEExdzTqriXCX14Fb1rBp6XQfPZf9YFAlq7m1sjHGFsYW4ud29v
+ZHdhcmRAcm9tc2V5c29mdHdhcmUuY28udWsACgkQBp6XQfPZf9YxnAf/VSD1nPyB
+ck1HGfnyLHE2NIreEL1izBXt9nmJg6NdaO6YqWTKp1kxtA+cQWysE0sbmrbprna8
+qyoEsVz5gH2HH89DIjk3jQZmdPcnunT00K+nfuNpHad0hUoHQp8EBHN+3qnBtKhh
+1sWjPst9e2zFEFvhpF7jt4FBBWHEvkJ22R2XsZvsImNaqc8gvKtRVWz7ANdgBQ/A
+9cZ9TKoVP1F8LGi6uU1/D9rLUKoH3XQOlGYRNyBYBHPEAdXkWv4684G82GCaeAKk
+IYCGU240jXKdIfhmEw2RnU8UfRbB4jmGXWtknNn+z3cTh4/1PrR+4MVLnCYO5/gT
+IH0/DF0AhoGrQA==
+=TGyd
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-javadoc.jar.md5 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+a262dd231fe6ad4f6e425117cdea96e4
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-javadoc.jar.sha1 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+b449afd4dd9b63e2c9715a131a70b2d484cc29c2
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-sources.jar.asc Wed Mar 28 17:00:55 2018
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQFXBAABCABBFiEExdzTqriXCX14Fb1rBp6XQfPZf9YFAlq7m1sjHGFsYW4ud29v
+ZHdhcmRAcm9tc2V5c29mdHdhcmUuY28udWsACgkQBp6XQfPZf9bZTQgAzLMKHEB/
+p6YdI76wBDqfERVsJzlHOTWJbKHNqodB/oMxVYoIgiwezYHjN9+n4D9/3Wm8Uumt
+BvA9k4RyoGTzgLZygliDZ0LM2RCuJdjFWeF182wFTWxOvJSn4CHzbBqriAHCI74S
+mIoN78bnR+U03IJEi4hTLMBrssrh+RNTxNc1jT5S8JLxjb/pfAIeNKeZQlRtptP5
+q90K1rHJIWCsjAV49uq3PHjulSHo6QBkCY0VbleiR6XAQKcn6A2zwwBfnU0vrjf4
+w14ra2yhBm170tIVKlN0HrYK2h71LLIb1TMXO+Mny2NGOzYFjAq794rSFt2Usy1T
+K2Gk8s1EdzvAEg==
+=89I6
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-sources.jar.md5 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+c7e7857dd4c544f7b257640d78df2f3d
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0-sources.jar.sha1 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+19bfb29483bfcc660bf881f5c3db34b1c09681d1
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.jar.asc Wed Mar 28 17:00:55 2018
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQFXBAABCABBFiEExdzTqriXCX14Fb1rBp6XQfPZf9YFAlq7m1sjHGFsYW4ud29v
+ZHdhcmRAcm9tc2V5c29mdHdhcmUuY28udWsACgkQBp6XQfPZf9b03Af/WGidcROp
+K7x5Gck4gpJkWOS8YhHsbXgahZKGcrE972TF2pPjghm0WE+HxVq9Q8qCcY7N5Pon
++i/VerpqAZ4ClU4T/+Gf0zWpsr5awEgp6g9fRyxRiTf3KkmJdXXwvd+grBGK1Agg
+rnot0GkduqdNSUAALd8Esu1GGXWGQmynLJ21wSDrFepMaaMktwZvYT4vJrjYMqOp
+y0JFOErAL7E5YzpabhvJOgO/BObEvxT33RIvJ8bqbTmNPz9PN2FsW5owJK+BxKnJ
+Vz3DkLTEatYyvkml0AEqekR6FW8S5ELFxBWGJsYpc5XzgtoXnDi8xZZH6qwfQb36
+PdKm3d3VFGiDIw==
+=cZhp
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.jar.md5 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+8e7ebb936b2bc348c51c92f4e5ebdf17
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.jar.sha1 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+2df27742ba8906fa3cd38f617b74db44ff4f15e6
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.pom
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.pom (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.pom Wed Mar 28 17:00:55 2018
@@ -0,0 +1,121 @@
+<!--
+  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.3.0</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Solrj</name>
+  <description>Apache Solr Solrj</description>
+  <properties>
+    <module-directory>solr/solrj</module-directory>
+    <relative-top-level>../../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}/src/java</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}</sourceDirectory>
+    <testSourceDirectory/>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- Tests are run from solr-solrj-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- This skips test compilation - tests are run from solr-solrj-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <phase>none</phase> <!-- Block inherited execution -->
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.pom.asc (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.pom.asc Wed Mar 28 17:00:55 2018
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQFXBAABCABBFiEExdzTqriXCX14Fb1rBp6XQfPZf9YFAlq7m1wjHGFsYW4ud29v
+ZHdhcmRAcm9tc2V5c29mdHdhcmUuY28udWsACgkQBp6XQfPZf9ZSUAgAx6oBCCpx
+tqeUr3/ssghK4eLV5y0wZMjwdJuodrVwI2mwaXch5NB7O5hAc1GDWryZc/8pKqC1
+8x5dixUfmTszSmn4+mnURIe/tFdUlLK/Yf2cJ6PZApA8B5Xq4RRosmcbAiSrY+41
+II8lwNuafKytECJ2pPEHKp/yb7pQI6J5F7LNB9pMTf7fUo5L1bOX0FemtSA8EG/f
+FsQhIuoeQc1T6FhHUSjCCVgd/fqJuq4XMBUk8KCzQtMI3f3kppqTPp+ch886MGLj
+Ixqr1n13QsO+dLMF19+ZePlSbmbEzUZ7xs5GzmwRe9snEzsbYin6VP/0TTeI9Xtd
+wU2ICtpdNaNG2g==
+=DKBe
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.pom.md5 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+4f26665df54f362b83a09859bc9b82e8
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/7.3.0/solr-solrj-7.3.0.pom.sha1 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+58e17c80d1d066f3c135004e7a4f9b196d442fc2
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Wed Mar 28 17:00:55 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <version>7.3.0</version>
+  <versioning>
+    <versions>
+      <version>7.3.0</version>
+    </versions>
+    <lastUpdated>20180328134001</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+651cf5e6851e64378a645588e84da736
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+809ed5df3d5311abdfd657d6fb5a3c8d4c7935ee
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-javadoc.jar.asc Wed Mar 28 17:00:55 2018
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQFXBAABCABBFiEExdzTqriXCX14Fb1rBp6XQfPZf9YFAlq7m1wjHGFsYW4ud29v
+ZHdhcmRAcm9tc2V5c29mdHdhcmUuY28udWsACgkQBp6XQfPZf9ZtKQgArsxNNyM1
+ytfKB/+nXuVbdbBhVpGCbebNxrw8vw45jLaYQJR6/krxhCcD2D768WIBiStpDkGG
+2MjYVYek3PHHdxsEHIwe9vjx9cvU89HmYEgFcyTvsbMulOCE9vtKmd2bzFJ2quvc
+gHuIBlxKQzi/eovJyeoy4MXX2Hn24nLEKIumX2PH1dVCD+Ubcey8Mx/qpEJam7s4
+xL0i2szIC8Wfmx+hoDAuwOrr2wSAiKycseDD19bbIMxGV0BRYNesTBF7Ia/CBhPw
++kZJ0AhyS26cKZRUj8DXUluoNzmrqujE7nhCFNSWU7qQYcIiyabR2+qSLbz+62aU
+ME4ss3CMLVQcmw==
+=Nh0U
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-javadoc.jar.md5 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+926ead03be039bc5a175d7f485ab1365
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-javadoc.jar.sha1 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+dd7210278fca77efbd471e7b643902ce24a5a805
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-sources.jar.asc Wed Mar 28 17:00:55 2018
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQFXBAABCABBFiEExdzTqriXCX14Fb1rBp6XQfPZf9YFAlq7m1wjHGFsYW4ud29v
+ZHdhcmRAcm9tc2V5c29mdHdhcmUuY28udWsACgkQBp6XQfPZf9Y9mggAxkIw/GHB
+zDPfKtChp0GyF3GSN6Vt5ekJnxjZLURiYfIVDG0kBCO/Ly/aO8cJCib0+oi57EJH
+mMoe5lVZe6/k76O9o6KVYRYOmIEF7NOgqcLFNwAsqMR7yYNJ1K861B1Qgyv0lToC
+zgty3G36qqDzTBlA6EAnotRwG9ruUBfdgIlwcRqeqfGmi7GlYiNduvRFvHiZh5Xm
+2tKQNKNllLvlWnXQIA7DecvoUmQqBT/z8WRKbol8hlUIaLLd7Pf3mV3jSh9igcHI
+nSvMrlV52KxH5wteQ2gvUZMgv3vEFfFHi/2/yjDqeOdgAOSNjneAOUIeh/8cyeIV
+IkVa1+eYqsRAYQ==
+=KfBk
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-sources.jar.md5 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+d6662e0646db9b6e165ff23417529632
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0-sources.jar.sha1 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+08fa40500a2bb8f1faac14d50950a64b4c179823
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.jar.asc Wed Mar 28 17:00:55 2018
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQFXBAABCABBFiEExdzTqriXCX14Fb1rBp6XQfPZf9YFAlq7m1wjHGFsYW4ud29v
+ZHdhcmRAcm9tc2V5c29mdHdhcmUuY28udWsACgkQBp6XQfPZf9YrqwgApyefm7nE
+AYawQ0MD9htJOfJnNrdgGnaEbglTGDqzCbWB+DCjWWPvwvw+I43kkO9SNtA4Y2K2
+jRSobsLPIQPhZlx5KUIW+li6AGlEDE65YJln52My6wxVxW5PdUeQv04apYIlG9PW
+AzvL3EqVgT0Amhsh8R7YB5DpUeHNMqjP00I9rk6fQt7kfNDFbMNyxCOyuVN9RULK
+fl7kr7RAtvXHVxBGI6ZyJupg1DMzAmo1eyHYolWUsm4higVj3x6iNKUTlww/svxt
+WTWuUWQSypQz3FxAA+NFW/ncIDO5hBP/bYIjhwlo01XXrwjMH8J0swzkUqpYvt5w
+4Md+haE79XTpeg==
+=gCVZ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.jar.md5 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+b3f4bc6798744edbede2ee66243311c3
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.jar.sha1 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+6ffcf63a0ca203aab55f6290f1e86a7c2e20657a
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.pom
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.pom (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.pom Wed Mar 28 17:00:55 2018
@@ -0,0 +1,499 @@
+<!--
+  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.3.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-test-framework</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Test Framework</name>
+  <description>Apache Solr Test Framework</description>
+  <properties>
+    <module-directory>solr/test-framework</module-directory>
+    <relative-top-level>../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <!-- These dependencies are compile scope because this is a test framework. -->
+    <dependency>
+      <!-- lucene-test-framework dependency must come before lucene-core -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch.randomizedtesting</groupId>
+      <artifactId>junit4-ant</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch.randomizedtesting</groupId>
+      <artifactId>randomizedtesting-runner</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-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>junit</groupId>
+      <artifactId>junit</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.ant</groupId>
+      <artifactId>ant</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.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}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/src/resources</directory>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+    </testResources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+       <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-check-forbidden-apis</id>
+            <phase>none</phase> <!-- Block inherited execution -->
+          </execution>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <goals>
+              <goal>check</goal> <!-- NOT testCheck -->
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.pom.asc (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.pom.asc Wed Mar 28 17:00:55 2018
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQFXBAABCABBFiEExdzTqriXCX14Fb1rBp6XQfPZf9YFAlq7m1wjHGFsYW4ud29v
+ZHdhcmRAcm9tc2V5c29mdHdhcmUuY28udWsACgkQBp6XQfPZf9YlMgf/S5+O1a6z
+22nyIsWYu1xvZ+rfIV5ZYXZP5HQJCcmaeSoD7KBvONhO2gSFJ6MHyZYeqlHO/Y7l
+w837wCIFPmXplkcSVRApfYuAk4Qo8q0Vq3ZhNOs0YBQfgPQ/lpzHAacf6GJ5xKkT
+S4pPByhWfguJ2XToVW3yUaQ/L+pn1wXDAONc5PBQ0+lH/k35I/AwoZUxL5cTf63A
+mozBBolevGlEcLaWIxY/kETB8eGF+f0dHTr91RfHHvVC1x1suKAk9azdP4uiQWlP
+B0RL19RV/iaNvctIbX8tPGQLnlj2bRnM0n3xKSyh2FNz/r20lFhD+WPxesoPN84f
+7Mp+O1Nxm54yPg==
+=a/Jl
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.pom.md5 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+3d0c36175faf68bdca3ae91e376b041e
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/7.3.0/solr-test-framework-7.3.0.pom.sha1 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+c7cfd7ed372ec9b733242395bccd719c3b2a60bc
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Wed Mar 28 17:00:55 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-test-framework</artifactId>
+  <version>7.3.0</version>
+  <versioning>
+    <versions>
+      <version>7.3.0</version>
+    </versions>
+    <lastUpdated>20180328134003</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+21c87517a886ece6e49b229e07836dbd
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+9f54c96f2997ca2de4e5c11f7b02060bf5425438
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-javadoc.jar.asc Wed Mar 28 17:00:55 2018
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQFXBAABCABBFiEExdzTqriXCX14Fb1rBp6XQfPZf9YFAlq7m1wjHGFsYW4ud29v
+ZHdhcmRAcm9tc2V5c29mdHdhcmUuY28udWsACgkQBp6XQfPZf9aLUgf/XjHmge0Y
+XXxYCKfe5G4a2P5+6HNN8r4qNYRnsvYOk+w7hDrFFkX4SoGlCbPICR9/PsRthvcB
+4ERBP3fpH3y1JNYEm/qyOv/0Co967R28jPN1FuTd74RrLE45KvOXb7ZN2s9aUv9S
++8khgkSlQFi+KdlHs/tCTqqvK22WXeTJ40h/ethfLN3kauY3Rp2kihtc1wmk8l/G
+V8Ngm9V+5ezii7c9qYFh6HIaxbrLiBHTWKUexWK9hj62O3/DOS4MvRiNSxet+Gvj
+AOhgr+7sAM3KWDtgrUCXrHlbnp/ZsVM+dlxvD7ncFLxdH60RKQ1qjeXIyAeCHur+
+9XEYrGpib4J32w==
+=yJ+4
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-javadoc.jar.md5 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+e3e25d014bb127e31fdfb34e74b62339
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-javadoc.jar.sha1 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+29ba219acefaf19a5223b7ab63eded624bc133cb
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-sources.jar.asc Wed Mar 28 17:00:55 2018
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQFXBAABCABBFiEExdzTqriXCX14Fb1rBp6XQfPZf9YFAlq7m1wjHGFsYW4ud29v
+ZHdhcmRAcm9tc2V5c29mdHdhcmUuY28udWsACgkQBp6XQfPZf9aOBAgA1PSp69LG
+GajT4tCj0W97vHKV8364nMAD31rJA9kGfrkk35Y7g836DB2flAaRyMomzfFcuci/
+EZzl49iUiyfbMYVykJ3TromScbDZbMLHnStzHvogcXrtiyt0KAPI4ci7Eg703BDQ
+t90vVdqnKPN29aSDG85Iph8cVUB+oZAYKUJB9iiATab6hM2HmnM5n4EBKMpLy3kV
+rJ7xyYZoEsRDkEHLdwO+2drkOeMj4gNc/zAIFWAvOdsy0d7PDKCP+e/3uvtZURWn
+kPpxPHSPK3kFim4XYJu9MpOItDlmCPx+YNVt84SViLbDKujRzJuJShvJ4pB04mOX
+wkYuQOppp71AWw==
+=i1D9
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-sources.jar.md5 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+2b666f870c0cb2aab1a2a8a5485d7c33
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0-sources.jar.sha1 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+ec613c6ba080c144f016bfed3cbb093fd8715d6d
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0.jar.asc Wed Mar 28 17:00:55 2018
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQFXBAABCABBFiEExdzTqriXCX14Fb1rBp6XQfPZf9YFAlq7m1wjHGFsYW4ud29v
+ZHdhcmRAcm9tc2V5c29mdHdhcmUuY28udWsACgkQBp6XQfPZf9bP6wgAvrIhVcXB
+5c/xtr6fvCOZeFyGEyKoO5DTv8L4MXmWaKbf48N6ios7zaEFjHJhrYuhUMHva80a
+kaKJW50KBuo2+445ucP5ZWCg9xkm8HxoDZhmG7FsMdrPWN9msUX+5o2euCyHLg+9
+/0b0zdA16Rtxp7uHp6i5aFqnPnMaSjeU/3OkVF19dFBTThnseMNdVJWTB2SLsT3F
+nExQtNp4yYiqG6Dop8/+zqp0u48dllJcV4JEhJ2UkEZD6FvbujVbIrY+hQI3kNdT
+4wJXcrbAUn1OWbitNivGnC+BmbKKDoaHds3s123smuzzarhV5ySs6Ll1CsQcvr2+
+M/5+aKgJR5ROgA==
+=d4UR
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0.jar.md5 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+5d59a283483e7933dfe4f0fd42bd36f9
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.0-RC2-rev98a6b3d642928b1ac9076c6c5a369472581f7633/solr/maven/org/apache/solr/solr-uima/7.3.0/solr-uima-7.3.0.jar.sha1 Wed Mar 28 17:00:55 2018
@@ -0,0 +1 @@
+b56f29d29e4e3dff4f7118c0d99d89af229d5447
\ No newline at end of file