You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2017/01/17 16:00:58 UTC

svn commit: r17848 [21/22] - in /dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124: ./ 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.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.pom (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.pom Tue Jan 17 16:00:55 2017
@@ -0,0 +1,463 @@
+<!--
+  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.4.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-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.facebook.presto</groupId>
+      <artifactId>presto-parser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.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.airlift</groupId>
+      <artifactId>slice</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>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.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.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.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.pom.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJvAAoJEHB7fZ9v24EFWYEP/1PbA3M+aztChR5bDrj600Al
+ROu53Fox1BrCh7ULlwlxQdZvkOWr+I/wGTPh/kC4x2urBjGNZAIOL9w9YUyhFjB9
+yadbm3IKi4aJPZ1AJAFXaWyNWh5D3LRkTUKPIwT6TE2MX8gfKwkOEfXdLnqm2hof
+mbn51p9kwFtLUXuPiIIibsjxEswbU9rPdWQRnuoXXifGHzBGFN1Yk1gsv45txPUw
+dOeSLsqtNR9zE9VI4El6jw7NcUmu60UMu0GDZXdonDB47EK22T+4d7ibRJJcqJth
+HpzkB3nIpZvqVkvYN7OMzDHNd8YDnnKVRL5UAb35dEwCMWn0wNCyH/6e6mGsT0Uo
+ovEnFG84qkWyPfxKcZxQWBfhFkgWfcL3GGCZmed9etY/1RneftXT9H/jXUcRuUC9
+AQcXRRgeNewiDtNpAxYFUt8HqGZJkZPL/8TyiL84gE9IUgCU/uSxUzB0AMrnjzPl
+kkZxEOuKkaj3f/MZ3xyoAetyxh+R8ZF7bXaAsfBTHxYyIdMiHfazcAT9YSgWJ0AR
+F/GASjnMOVv9mxMsizK6jj9AleYast3BD9KaS8OG+H5Mxn8GfKz0gDDs9RwwI77J
+/WSOO7NDphOthcjlUdWEU9aYa06kZ6LIFLyc3f2vG0lf+CO1GSPaCJzlZIdC37zr
+pNFPCfPKUej2Q2AUekXp
+=SBFW
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.pom.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+16d319934847ff0fc82f7ee479c4bd6f
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/6.4.0/solr-test-framework-6.4.0.pom.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+cb1edb17e2bdbd084dfa26e8e7ababbf20e12519
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Tue Jan 17 16:00:55 2017
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-test-framework</artifactId>
+  <version>6.4.0</version>
+  <versioning>
+    <versions>
+      <version>6.4.0</version>
+    </versions>
+    <lastUpdated>20170117150327</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+40b8b34d1ef5e73797d779f25f4ec9c1
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+58b35d4cc19b862aa9d92789e8a24ffd9a8dc6a5
\ No newline at end of file

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

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-javadoc.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJvAAoJEHB7fZ9v24EFLjIQALE/WRhi1g3IVzPgb+ixZBG6
+/BEJNQ8Y4UbxFqizJtAw2rfEacF7Yq/Kl7jo5eI0lHmSBS6Hdh9zIv4opbaZ5b8v
+154X6JOVr0BRebuPonQic+LqOhHnRpFpshl0snMRHiIRT45cM0Q78v/Wux2PyhXo
+VYCDB6kxX7Xjax4mn5ZEqcyxdZQ61ptYKO8gszR9dLEnp/nz5FfhhlG0zkOEyZMz
+kw9jO78bEcbp6wOm0vmCJtahnqOscWt63a1psWiQZVEjz8ZrGxbJul5S8U/5d9f0
+fU2qWO/gWN66Ti0LXnOAQGlhKHMmtP04+Vb+m/899Wp4dRQeAhbuVfTlDXEv96Ne
+LhtZYac3Pujw/eJmbsvKjsSdkEZTbHBVMdLQ5VBddlwu7zjU+mGCHm0m9IfVXf+K
+GFS0XBRnHry2UpKcyu9h6Eghi6o9g8HJJSW3irKXWV3XqvUyADFKDBxUu/1bcm+8
+kKD18Enaow0RU2OENKGotD43d7+CXB9Ebh8nXV5eXV6W0PrHnU1bMLVCuvfWaBXj
+8370XS0FvKVHKdjz2DA54TiWV3BVxGWB+y6uajmohPLzlvf3wbRS/V0c5+sP1JAS
+RXl1qPYDf4d1q8xDFIlWsBDcDUDuOKE1aHkcGBGm4dCAh1fIe6IyygzkBXZwoPJ6
+12Jk2FNFdpQeU7oAo67e
+=6QYn
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-javadoc.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+dc8ca1aa6bab95c2c10e6a814e1f5994
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-javadoc.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+21342eb16b81c827b382c7683a29113b18048eda
\ No newline at end of file

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

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-sources.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJvAAoJEHB7fZ9v24EFpQYP/38Bef3nCycFNKH0LrGB9RUS
+HFpig5321stRZaE5/2ZELBQyMoNCN6nb4sSGD/aUo/C57d3ozRztKZg344p5DfK4
+jHtQ1L2gpMlKuV0t3X7fAEjfldzlH8MHkJL4LXUhwJqs8k+a8GONaLLmMXxIKqto
+YArR+Tr13JmTNTD4lMbf1Pf9hRE7Vrnfepe/Q16dHhQUFDT2VfkuMaAzqzWJfmmY
+pBIEDHSDuC8Gj/6M8dgd/EN3swsaKUJw+u/y26kj/4mmb3k1HX4LZngtlhtKfcWQ
+khUm/zGQsRDYbmpK15igUqeV/l++T4+iSzAMQjbjnKJFYXWqa42DLLWqHfTug2sR
+aWVndCkjhT6F3LBzkw6nK6nS40l81eM88KKwBEoDnvLLkT0c1qkzTAPNl9xrW/63
+7JZ3BuZfQo0FZ699Xx0x4vUaTJaDTslNsfCR519cCu4S8EucehYa9QfFEKRPdlrS
+g5oHQcEvxG5MdK1dgQeDtvf56b2BWAzEqGSAjBN26p7VPufq1rCOSLsqdAFo5sFN
+5PEECdQ2Fmo9LqScQ72XpW3becHUvFT2qGmIVr+vCu4S/WGxkH4mB1SBP/5RPQlJ
+VHajwEdfxm2euLrQAaJ9BgwgQTsRBlYCWIki36yOIIqYXIObMvwCcJd8b88IAsRs
+V/BFt0rhQhDUkWgzSbqM
+=0FrD
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-sources.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+b9d9efd01aaa57403caaf88489c2e62f
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0-sources.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+960a8e41cc4a40b5cf9551845ee1e5c19165e464
\ No newline at end of file

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

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJvAAoJEHB7fZ9v24EF8pIP/RCRAMeBHSJORzAVzw9gURTn
+B3JCOHu6D1aXJOwyx7ePdl5Gz1F5TIFxzxKQw+SbvF6ZclrfRFbciIg+9lxU2hQC
+MVHnF7kqVsOzrX5BW5iFA9m4im5+piq1mNW+7afNBTrwCkny9BEBm96nHf/Ks8gy
+Exy0ixZJ/8UZVy9Zm/bxh4El1SE+gm+n4Mz8Hh4sC3/79g4ynB175sWGEFpDFrvO
+VGTlyaifVlrbFshm/hJ+TXzd6TGcBkjUlmszSZkGKlcM+fGBJRn/66T+7OonEdNU
+nf+A//mJ8T+T/WaNle5I3kZLpz36hdXOjgZcbomAx21elqIAfYMm6i8ALjtaCq/F
+eYoGsgJOy3kNvt/3Za99lG1EoFopFTEMsylZKlAP4Xpl6Kk/GouDbLiU3zqSXFvB
+ftTK5dBTvKW/k/Svdb5K6kmpnKuQxqB/pOD3t2RqR0dC7yq+UCGZfgjsrKiwRgAY
+6ac6h0ldIViTaLYI0RJYX2AxUk2EvBDRufDFzAGM/BuA/Y/7XHyvC1teCXC3dbNc
+SbFiGdLtIvN0EDQX85eei5NkpMQuNJYX5/S8Mys6OJUUeHJh8Y/V1DKQ6FxzbqMx
+8ZuWVmxuw6VOqHKxETVAOr7IaZozZdyaiDiguYW+e53L2I/thz63kxVMjVkP96Df
+akTeIiivpRHaYc6JnjB5
+=vukO
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+98a26061f3c3062e19034633c4576284
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+40aa8d7e99a900f03c8d62e2fc04502f685653b5
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.pom (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.pom Tue Jan 17 16:00:55 2017
@@ -0,0 +1,459 @@
+<!--
+  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.4.0</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.facebook.presto</groupId>
+      <artifactId>presto-parser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.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.airlift</groupId>
+      <artifactId>slice</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>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.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.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.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.pom.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJvAAoJEHB7fZ9v24EFoU8QAJ3vPTS2x+9yjxsfH+Hzd5pz
+Rugwlkcu+k9Bi/7wflmeynIKgp+eKxxMW3W1IoffZQvCpbj+fJQU75lbFTX/r9tN
+QcY2AmBv2eCiyfdpdwaYRVEBvgiFUPioipcma9LkpHwO2OCHD3f/ZHOTRb5gL8kK
+lNTMg7VKyQSkDp0o9fuJJCGAJAH6HDnt0TYsl092lIZeGKI1eO/47SC0JUp/liNe
+rlEafqwilqkcNXTs0LG5kAMWwfGogT71Zyh/1gX+TET1PvbgXQt7X6+S/NkOghR8
+PkxRLgi/djIovW6uZBZITLM3dmFaw/GDvg/mqW8lKn7dkbnSwi7adFBI1uiQjwO8
+7iOcnsV7fiYB3pFBLKo0fUiQVyoRt9vrBvHRGk/N6r0JpWdoSsRI85FvF+Mvh+wv
+kwWa7kGja+e7u8XON0deZ89UBMQdI37E8k0jIiQLEgB51ZGZ8DcZJexzZeKoPMZV
+E/2LFzfK6RDBzT/g/H16RK4PbkcTPZCD4wvLLfcDsgD3mJTdPDgqvLk1Rbi3KfQk
+j77lKDO6d4nR5uyRtznew0ZNi1cdWj03IhpSYO194ms5Lzg6DAFERUtDpDviQTFr
+sQz+Ir48FjUmx907owSR431q2lNJWrW2acoIUXCCe0rMu4/IQYN5J298JNm0vmXp
+H1Xh01S9muWexOu1lhrV
+=7lge
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.pom.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+bb804101b262f92f9c02d5b989f1daf9
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/6.4.0/solr-uima-6.4.0.pom.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+1191fc5efb884e1376f1960a6e4a732536977c37
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml Tue Jan 17 16:00:55 2017
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-uima</artifactId>
+  <version>6.4.0</version>
+  <versioning>
+    <versions>
+      <version>6.4.0</version>
+    </versions>
+    <lastUpdated>20170117150404</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+dbbb75910692ff99ae7b788439cd8e08
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+0343aa9ea1f78c190c3170f56e5568f2bcbeb428
\ No newline at end of file

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

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-javadoc.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJwAAoJEHB7fZ9v24EFLjcP/A2bkaq8y6t88+LEJkNNoCAo
+Iq9FlT19DMHDsX/49YWeByMZ8+bQz4qVla5vsj6HEYd7xl1wROSn6VEMmG87wYH4
+3oIpwEWAx3Qnf3ve0jySWZ6zTjpGptCJ+w579UeO7BSF7hqxAiD+uWwq4kPqs5az
+D2y0CFE1icpKpvOj5OsCaY6dHWU7f8tuQZhgG2M5DsGO40+VornkCEYTNn6+70GD
+4SudCUMkuC2Ht6f8BbYZd2jn1qxlvd8OOHubwfUHR2YLP43RmBJ9mQhEqo4aXoXJ
+6feweu9+KDI8gyAbgzbhbqnYGwjZu+BGXMwlVkljjHaqiHaZ2UpbR5ozMyImPzdG
+WhCG7WNtcANx7XDpWayJdWTLyrkpm6XGblKq8AxzfQVaizQOdxwVC3Z9NYrFbJx7
+TzM+UhFEEFbRFNRCT/6g1fwoZzd+G823TVe7gzkd1b4UHj2FzEQQw5kOJTHO5Qyc
+k3e/SO91RRFAhHyHSQto+BXi1LdtEx46cQBrVre+kXDKvH7BKSB7nS3wWXXyiE+Y
+tv4NLTtwSkc7WUN/+d+0a4GrKB4+sKgHxXHAXiGtwigOItx0KjvU0pwTef31nImw
+Uv6ltkpgp/tbsbYNjCFJLhnEGvCH/R+MQoJ+9tCph9UX9DmYm0zRSeFN/cia7UhS
+c8s+s0JoKbANYMv9/288
+=36Iq
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-javadoc.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+1060a4b6a5e655bd86d6e0bb3b43d13d
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-javadoc.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+3e878d54aa23215e0f6971098a87f3d2aa2c021d
\ No newline at end of file

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

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-sources.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJwAAoJEHB7fZ9v24EFCRAP/RLn+o86KuHqbxIfSqBnZOay
+h5cqxqLQ2lQYTt+nXpzNDmfL0c4LihBwnbd6A6J6iM32OU06vKmTsCMwUsq4orTU
+hud/47OCns5EPwBgzpQRuPgWftXyV6a3db4MhcqsSzNVukbQbUzaq6t17pQdmaX4
+G2Ag1V0IbZajOvwofUGaUrK+Z6udi/f9VYVDlJ4Arzk8sIc3VR/F0ZAre5wBs31w
+FvS2zJXFHXqF5ubfmzbzOF3Lra1HcJt3F/qvo8RLBajrFIoSaGKPB8/X8BfPJ72R
+0UOZiQmWMJuEzZW1ZLfedsh8PKB45bVyDbRnpf5EjfMOFwyEF/G2iZ/6qu9SNDHE
+Y6qN5ECuDg/mPV+BmBp5EIDJIz5CC7mDcuWEX+FjjpItb8xylbvyHv78ZrFeeEoo
+E6smLEwfhwLCaKq8vejPVBFG5nLfxEiAldu7/ulR+FxELxrmIMDb52OJAU1negyb
+LGu+a4LiEGmFf2bUGnJ4Kg6Vl9FDTdsk190mlDnEnjsoHawA/Ha0E+DTmCVqqaVB
+yadhXM5m2b9TSgUN4+8lBjomFh6yB60l8n5GTgy/V3RRn5XafDfdt7hrsyMLOEaW
+//UsCFulkZo4IiH0rV6IuPTPd5xjq9QdRy7Wz8q6w4mvOlE91sVoNcxQG5LBDxTV
+z2aWeI5BWmmDw3pOxPBW
+=K/8e
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-sources.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+f063750f2c44758a8f285e5e09cb5752
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0-sources.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+334ca5a16b12b81433223b550bbf525d436bbeea
\ No newline at end of file

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

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.jar.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.jar.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJwAAoJEHB7fZ9v24EFncAP/RMtp2x+Ohok8ByeEWASF8oE
+HDAZjOybL6z1iyIad4Xc2BuMFsFAl13nnJgCgKyYp2Wzzmatkrkj63FYrUywCJq3
+9sIqpKCvzX23XywdkdqpzArarH4V89lDlLvNSbIsP07Q7CS2mqm3B3N8cg4PW9nl
+3isMYgbMeF0hnWzxxvPWSYqmicLfEEa8n+iYezivGiFYPYEWsM0bnfteLXKCt32r
+j4rkUXvfyvtQFl8ugqcmqK+xskwuZmXllx1//nvpLg7Yha1i/zqvrZHCrCuCPOFe
+l0KgXa3B0+Mr6VVwVxkkhXCRrUNYeNCpPBWngBtSlYbC5HxxjYDYLJRXN1n8haLH
+xVIqm95JqRw8m5ye4+UWt8Xgo0CQLTsNC6Hjq6bKhTyycFo/iXmG+jg2eIZPlS1p
+GAQEWHyP/7mOVDKxTtUn6pV6GYxNM0CbIWsgL2eEJe7lDFk06ElE8XrqLxsu8WFh
+h5e1RBfje9rfy8/jmzNGFcrxoh4JsQRXcxaVbZ9qaxc4qPJRGYja4fRtWskgMSSn
+lW5nNREmLdUwhHqXxiLwiUCAglpSSQuJFdtsVDLZRqYZJPdJbX81GDeJFcmABwhx
+w4fvK9aBpRRTXGwA5hVxWI140oOjDwKup/XYxfxdnksoUTNugAk0UPoB4LpqMmuc
+63MYdj/gOFN3Ww3yReQ0
+=tm5A
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.jar.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+4e4dd7ab9e022b8ec393b2e4fe91ff30
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.jar.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+c46ecfc3acb7ffcd3e19e4699da385dd98fc1d50
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.pom (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.pom Tue Jan 17 16:00:55 2017
@@ -0,0 +1,449 @@
+<!--
+  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.4.0</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-velocity</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Velocity</name>
+  <description>Apache Solr Velocity</description>
+  <properties>
+    <module-directory>solr/contrib/velocity</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.facebook.presto</groupId>
+      <artifactId>presto-parser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.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-beanutils</groupId>
+      <artifactId>commons-beanutils</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.airlift</groupId>
+      <artifactId>slice</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>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity-tools</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.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>
+    <resources>
+      <resource>
+        <directory>${module-path}/src/resources</directory>
+      </resource>
+    </resources>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${module-path}/src/test</directory>
+        <includes>
+          <include>velocity/*.properties</include>
+        </includes>
+      </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.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.pom.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJwAAoJEHB7fZ9v24EFt9cP/17MbhfQ2rEPx8+fD11I6oC5
+zjeNyJO8NHwRn04lQcF2WsQmC1lkKITffwPZEVL0ODAh357wSrcszw2DFvkRWiTk
+IKETi60++d3RghPZjo1Avc6lAhlhrXfyAipUSoymvOLZ6Up027Shwusi78Mdtzbw
+9yOFivKVkygk9l+JIG6kBVsEcIZfXD9k72WuraDcgCidpej+zXOGZ7kBnptJ/uFY
+85Mn8Umgq8Ws7HnV8xMRdwSN/so9m2UE0zbXBMKhMsg6bVo41Nbbpen/Z+ZbAVfv
+aW+ifATHq7t9QcmMil5PAbSxbhmehfDWld84NvOsy8TEszqutFlf3OnTW5uS6EBI
+d1YDWjmQnSXBRUJ1Ii55PbfenyqAGrbBBxRbOY/ezIKDSbSEzoR8PMs/bHUPzThV
+ofZur1LtC+j15ANYg2gdeRLL7ZeNn1XGUbQ67ktAGbI9c/XUGPOGLx+Vy/0QKyr2
+XCGWhIUz34yS65pd0hUYYjlJBoovWT8OVQQfQX24xjvcjo3FHRVFMXY17JObsrRR
+wyhHuuM5/n0cwh8dxr3NekuUqXrT3AfCJiXaoQ3X1Af0g7NitRq+d9akmSKBqJ8n
+SwVneZFTB7EjBQkV3XTEFzVxhN/EjNwOVTHv7hGB6AlF2GfbKC/40qd77kJl9bmC
+F2jKY3zPW2a+wTWXixLX
+=OXLC
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.pom.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+adef47e2d782acdf7b4988f4e5d0a031
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/6.4.0/solr-velocity-6.4.0.pom.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+e20f06dbb39e96afffadfb9e6e8df56a61cd979b
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml Tue Jan 17 16:00:55 2017
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-velocity</artifactId>
+  <version>6.4.0</version>
+  <versioning>
+    <versions>
+      <version>6.4.0</version>
+    </versions>
+    <lastUpdated>20170117150407</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+ca397be4b042ecc5b091fdd0f085f958
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+d3328206edf69000a70f57a0fc6344183c8b7ca4
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0-src.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0-src.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0-src.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0-src.tgz.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0-src.tgz.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJwAAoJEHB7fZ9v24EFQr8QAJe8KAFQvOo40RlLsN7GJumN
+GqBDgC6NlNY1Yw6FCNx6NQqk68dG0i1wX8uBPI17Vgvx9GYBFUMZnFWTi4ZmUp/w
+Pd5pF4I1x53zOMBvIH73kBc7HHt3OH3QykacMAtWgqe6cM5ZidnxiKs95KI/r4yf
+mPFs/PuYQRo3df/P2cocgemVYPS3nTPpz4EuHtAfDRP8HkCru0C1WRKyDFcRhWoF
+TYaNp3dff1d7MkfAPuZDGVpszaRh9vQwX4bNDnKr0wT0y3AaE6sWaSVGxN5BoUPY
+if9ulfyfuK/VqLV+Z7NkqPDLqL+mP3a96DZfoI94662/ZXRWO98vNav/UABM4nHh
+piyReeHCMtqkQ3VXOaJ3Gz1zmTATbOLDv7CIOe8D5qWVvlh6jGcxDKgO6/VR6pNK
+ZRwvBZC+hay7J14MMgzFzNI9NJ0tVUbm5YQrR2ZCczv44bGL0c0tCCQQn36mpihA
++C/jL/BkIdin4OMSLBhPQQfQuuWvSAMxUN23mwkm6Wm6AjdIfv+lqgQatTYI9SWG
+mb/+nbW9/CrfYwbLToGKtqLnjF6Yfxm+yK/jeDWBxo4hyP2cIb8zds3FHSn9C0aP
+IwePkz+y//2TwdCbwVni0WzoQNw8N2bIsz41Yk98dYkzEvgZsqxNgdytw582M35r
+1ksJDjkcixinCVzUPXxL
+=fKLk
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0-src.tgz.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0-src.tgz.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0-src.tgz.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+f9e54da45c4699646b6313cc9a070a19 *solr-6.4.0-src.tgz

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0-src.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0-src.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0-src.tgz.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+1ca56d72d0323f6a096152945fa408a4943f519d *solr-6.4.0-src.tgz

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.tgz.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.tgz.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJyAAoJEHB7fZ9v24EF1ZgP/AiH1nEWDqC0R1tLvW13GESD
+NoE7PLiK2sBl7nR/WVNz+CHdF/fR3oKpKntftsqD/f/qFKXRenSOCd8QM9VyXMOS
+LXwWIcaigP8UguUUFS5vzwtw3v6f34Rz2yv1l0gSrZEtW5xVQ61oIckkL5c4Bvdu
+k7LTTPIR5iCcw23INOjHooMEYU10zItQgG5JseUtg2O/S3rA54y+VIEjA4KDxBzl
+RPcGNf2Gd6XO1fNE4VsILSsAcfHlOE/qcfPyvgpWBwBGDyTFh3ICnLfr6JqT054L
+XIgKZy7kd18BA0BpKjPHxVA8IBSZZ/BeYhvdc2wEgs8O9pkz7TKikIDtEr7OtG7u
+bG5qruVMbqVekNBmRITmTcecc7HS+8F5LSY4zwwbnReD3dsRcV3lLweTtWL2Clln
+4GJeiIwVTEnrBU78SybWzpPp7XFSUjwGO3/9Yc6n3xdZFzGKbqoG8RheR/seiEUe
+5ZuqhpEbNqX7i1rTmE39rk+PhqTI8B15QijsN/eBcEzmzdsYgiQiNIZgQ7IDsnPG
+3VKscXI8y+fsJKbOmAXE47GQnwxn1TTXwPHSlQl6GXBfOtU/twYxljCYyGfcCm7I
+dwPTK1pv5KU1SYQOWOLzpNbBuAyJTQJbPl5aNJ9fKj/gkuc4NnJC1I1YtSnUJ3uN
+UpGizG7RGY1ikiwZmYyk
+=HyUB
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.tgz.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.tgz.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.tgz.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+86ce95af25f9ce99b574bd4e9123dbbb *solr-6.4.0.tgz

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.tgz.sha1 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+dbe9ebfac5d2b3aef22496f008cef3f4cb3127b7 *solr-6.4.0.tgz

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.zip.asc
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.zip.asc (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.zip.asc Tue Jan 17 16:00:55 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJYfjJzAAoJEHB7fZ9v24EFHj4P+QHmX8HIt8Sxbo7s1scuCDBA
+2Q/z+7crdGE71QTY4/cn1wNT7epK1jpt9CXDcKZfAYcbKN1jMhg8wowjQ+T7DChQ
+B5fvqoL+6I9cMwpGO7VLBsbmKDfKPvaCVbv0PSt0EX+anunds3Ck4ew0w3mSTRh+
+zgaaeXqjGXqu0L4QNhuW4P6QZtXt4OEoT1CVt9tUdVftqKOqb5KFUD1PBDJijI86
+ebC+l+TB8/CE5F/G8gHSobQrQCyr7SGcL0Gzr5Re+cBKJwkL+eZqdjn2QjFJdH07
+ahW3xxYkwsZttJUyeFa0nECjx9vnD7m9G/rxUujIJBRW0HNTCYXw7lY+xOd7S8L7
+UpXTxUT66SsP2Hq/4+jpjbUQGgbQiTQKos5XClMNO51wAsxJ089uo/us2AgJJbpv
+nKPjYQcXaDiWvjKSqq8v9Frc4sbWOHuDmaMOReBRV9qh0mbaNnUt4Xe7zngtHNGb
+c0+LuY2AoKAIHnOoeNaXn6P8UgcYDP46G5fPsRz20JbcRsVrqwxqCg/93D3NB3f0
+s/o5Lkbn27hRNr1jwaAFoy7bhxCXsrZgbVRBUZ0QhFOcPg3doQowbosMbEzcYgAO
+7TK5hRl46yU2eTPdDlV+LUuYF1HnZdsNCYIrqmZ+aLuV0DA64/NJpubBjW9QeXUk
+dOZeSopOeV+sApavEpJH
+=wMmy
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.zip.md5
==============================================================================
--- dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.zip.md5 (added)
+++ dev/lucene/lucene-solr-6.4.0-RC1-revbbe4b08cc1fb673d0c3eb4b8455f23ddc1364124/solr/solr-6.4.0.zip.md5 Tue Jan 17 16:00:55 2017
@@ -0,0 +1 @@
+889d2bfc6b2e4ce108ce4e3943810d68 *solr-6.4.0.zip