You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2019/03/29 04:04:46 UTC

svn commit: r33321 [16/17] - in /dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/l...

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/6.6.6/solr-parent-6.6.6.pom
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/6.6.6/solr-parent-6.6.6.pom (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/6.6.6/solr-parent-6.6.6.pom Fri Mar 29 04:04:44 2019
@@ -0,0 +1,186 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.lucene</groupId>
+    <artifactId>lucene-solr-grandparent</artifactId>
+    <version>6.6.6</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-parent</artifactId>
+  <packaging>pom</packaging>
+  <name>Apache Solr parent POM</name>
+  <description>Apache Solr parent POM</description>
+  <modules>
+    <module>core</module>
+    <module>solrj</module>
+    <module>test-framework</module>
+    <module>contrib</module>
+  </modules>
+  <properties>
+    <module-directory>solr</module-directory>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Solr User List</name>
+      <subscribe>solr-user-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>solr-user-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/solr-user/
+      </archive>
+    </mailingList>
+    <mailingList>
+      <name>Java Developer List</name>
+      <subscribe>dev-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/lucene-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Java Commits List</name>
+      <subscribe>commits-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/lucene-java-commits/
+      </archive>
+    </mailingList>
+  </mailingLists>
+  <inceptionYear>2006</inceptionYear>
+  <repositories>
+    <repository>
+      <id>maven-restlet</id>
+      <name>Public online Restlet repository</name>
+      <url>http://maven.restlet.org</url>
+    </repository>
+    <repository>
+      <id>releases.cloudera.com</id>
+      <name>Cloudera Releases</name>
+      <url>https://repository.cloudera.com/artifactory/libs-release</url>
+    </repository>
+  </repositories>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <configuration>
+            <overview/>
+            <windowtitle>${project.name} ${project.version} API (${now.version})</windowtitle>
+            <doctitle>${project.name} ${project.version} API (${now.version})</doctitle>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <systemPropertyVariables>
+              <tests.disableHdfs>${tests.disableHdfs}</tests.disableHdfs>
+            </systemPropertyVariables>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-check-forbidden-apis</id>
+            <configuration>
+              <!-- for simplicty with servlet-api and commons-io checks, disable this: -->
+              <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
+              <bundledSignatures>
+                <bundledSignature>jdk-unsafe</bundledSignature>
+                <bundledSignature>jdk-deprecated</bundledSignature>
+                <bundledSignature>jdk-non-portable</bundledSignature>
+                <bundledSignature>jdk-reflection</bundledSignature>
+                <bundledSignature>commons-io-unsafe-2.5</bundledSignature>
+              </bundledSignatures>
+              <signaturesFiles>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/base.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/servlet-api.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/solr.txt</signaturesFile>
+              </signaturesFiles>
+            </configuration>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <configuration>
+              <!-- for simplicty with servlet-api and commons-io checks, disable this: -->
+              <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
+              <bundledSignatures>
+                <bundledSignature>jdk-unsafe</bundledSignature>
+                <bundledSignature>jdk-deprecated</bundledSignature>
+                <bundledSignature>jdk-non-portable</bundledSignature>
+                <bundledSignature>jdk-reflection</bundledSignature>
+                <bundledSignature>commons-io-unsafe-2.5</bundledSignature>
+              </bundledSignatures>
+              <signaturesFiles>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/base.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/servlet-api.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/solr.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/tests.txt</signaturesFile>
+              </signaturesFiles>
+            </configuration>
+            <goals>
+              <goal>testCheck</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemPropertyVariables>
+            <java.util.logging.config.file>${top-level}/solr/testlogging.properties</java.util.logging.config.file>
+          </systemPropertyVariables>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+      <id>windows-tests-disableHdfs</id>
+      <activation>
+        <os><family>windows</family></os>
+      </activation>
+      <properties>
+        <tests.disableHdfs>true</tests.disableHdfs>
+      </properties>
+    </profile>
+  </profiles>
+</project>

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/6.6.6/solr-parent-6.6.6.pom.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/6.6.6/solr-parent-6.6.6.pom.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/6.6.6/solr-parent-6.6.6.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/6.6.6/solr-parent-6.6.6.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/6.6.6/solr-parent-6.6.6.pom.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+46414f3e5c9a8536650be33d50970b14
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/6.6.6/solr-parent-6.6.6.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/6.6.6/solr-parent-6.6.6.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/6.6.6/solr-parent-6.6.6.pom.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+80faac37f562ddf3290d3d71ad9914c2022d84d1
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml Fri Mar 29 04:04:44 2019
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-parent</artifactId>
+  <version>6.6.6</version>
+  <versioning>
+    <versions>
+      <version>6.6.6</version>
+    </versions>
+    <lastUpdated>20190329034437</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+a4d7209d10faf432cdac2ffa2423e6a7
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+2422b66174be386995eb6166fe669c60c601c967
\ No newline at end of file

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

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

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

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6-javadoc.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6-javadoc.jar.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+f45f8dccde3a9740d40278a4bcd5435c
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6-javadoc.jar.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+f6050026b7d4a8fed77930c8169bc02685c4243c
\ No newline at end of file

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

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

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

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6-sources.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6-sources.jar.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+0d990061e50f5824b9e6862638ec180c
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6-sources.jar.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+b627fcba6e731e292f3d3bb918726468d039f7ee
\ No newline at end of file

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

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

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

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.jar.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+b06969bdea6aeac8fe65b4944484f5a1
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.jar.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+360fbb761139a0d327b95b30246649a5256983dd
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.pom
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.pom (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.pom Fri Mar 29 04:04:44 2019
@@ -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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.6.6</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>

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.pom.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.pom.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.pom.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+f0f12c0ae74d0c2715c5290cc899f6ef
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/6.6.6/solr-solrj-6.6.6.pom.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+f3576d543c3cf2b7b74e4fc8efa073f3e0537ae8
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Fri Mar 29 04:04:44 2019
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-solrj</artifactId>
+  <version>6.6.6</version>
+  <versioning>
+    <versions>
+      <version>6.6.6</version>
+    </versions>
+    <lastUpdated>20190329034439</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+9d58499713a586e9a4fd7bf892e49f8e
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+60fc3c47ef887f26589a10da859f97d9860b4e72
\ No newline at end of file

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

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

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

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6-javadoc.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6-javadoc.jar.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+7eef91fa4ca251d03a8ac9d07ec77140
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6-javadoc.jar.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+e11b16018784d567cbfecd261a96e7a3912278db
\ No newline at end of file

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

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

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

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6-sources.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6-sources.jar.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+8c7a584a44a912ba626fe052dbaf380a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6-sources.jar.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+4c1d5c725f66df64b1a4a3794a25d633d8b3fdd2
\ No newline at end of file

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

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

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

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.jar.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+4accbd1643d97dddd1effb1289cc993c
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.jar.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+962a1c2eb5fa7cfd811e406a1705dc201d3907b6
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.pom
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.pom (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.pom Fri Mar 29 04:04:44 2019
@@ -0,0 +1,491 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.6.6</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-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-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>

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.pom.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.pom.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.pom.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+65a6e97eb035c0d122d1296954c2ac01
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/6.6.6/solr-test-framework-6.6.6.pom.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+f9293c1fcc7713e2a64916679f94824108d54dce
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Fri Mar 29 04:04:44 2019
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-test-framework</artifactId>
+  <version>6.6.6</version>
+  <versioning>
+    <versions>
+      <version>6.6.6</version>
+    </versions>
+    <lastUpdated>20190329034441</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+9d5b71ee7d7901d0863fc15d63f37bf5
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+95c21e6bb0b884360a603c77d077bf03d40874d0
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-javadoc.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-javadoc.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-javadoc.jar.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+eebeb4ed0f4c4903030914258d1b64ab
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-javadoc.jar.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+6433ed7198d5ed1ae0fe382e3016c2dc841a8d9d
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-sources.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-sources.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-sources.jar.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+2b5f7f5476016d9321b38da959238ee5
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6-sources.jar.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+a7237f552e58125fc3db16ed04229623f5beca8c
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.jar.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+18506e4a968259b9fd0848f7798a5057
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.jar.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+dea1f6d198f4d177c717c32d7d031fe299faabfc
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.pom
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.pom (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.pom Fri Mar 29 04:04:44 2019
@@ -0,0 +1,487 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.6.6</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-uima</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr UIMA integration</name>
+  <description>Apache Solr - UIMA integration</description>
+  <properties>
+    <module-directory>solr/contrib/uima</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-analyzers-uima</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-digester</groupId>
+      <artifactId>commons-digester</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>info.ganglia.gmetric4j</groupId>
+      <artifactId>gmetric4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-ganglia</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>AlchemyAPIAnnotator</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>OpenCalaisAnnotator</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>Tagger</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>WhitespaceTokenizer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-core</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>
+      <testResource>
+        <directory>${top-level}/dev-tools/maven/solr</directory>
+        <includes>
+          <include>maven.testlogging.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.pom.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.pom.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.pom.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+0db2883887966f354d0f5ab25bf0d517
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/6.6.6/solr-uima-6.6.6.pom.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+2ba071b4c638fd2d58c2e013f11277cba130901a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml Fri Mar 29 04:04:44 2019
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-uima</artifactId>
+  <version>6.6.6</version>
+  <versioning>
+    <versions>
+      <version>6.6.6</version>
+    </versions>
+    <lastUpdated>20190329034501</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+489a67316a622d69da73fe3c9c97d439
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+e674277c1a25290bd2322c118f091d229f928d17
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-javadoc.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-javadoc.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-javadoc.jar.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+c2115748c141ba594116cd97941b9410
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-javadoc.jar.sha1 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+65417405d5bc0183f1865f5becddb0bee7311128
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-sources.jar.asc
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-sources.jar.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.6.6-RC1-rev68fa249034ba8b273955f20097700dc2fbb7a800/solr/maven/org/apache/solr/solr-velocity/6.6.6/solr-velocity-6.6.6-sources.jar.md5 Fri Mar 29 04:04:44 2019
@@ -0,0 +1 @@
+d2ab97aa607e1db3faf85bf25da19f5d
\ No newline at end of file