From 846c01f42aec3bfb11115c610dc2cdc8e5d7424f Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Thu, 15 Oct 2015 08:19:49 -0400 Subject: [PATCH] [test] Bundle TestShardRouting in test jar Plugins want to use this too. Closes #14133 --- core/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index 023d9296fa6..c30d8bd38c2 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -270,6 +270,8 @@ org/elasticsearch/common/cli/CliToolTestCase$*.class org/elasticsearch/cluster/MockInternalClusterInfoService.class org/elasticsearch/cluster/MockInternalClusterInfoService$*.class + org/elasticsearch/cluster/routing/TestShardRouting.class + org/elasticsearch/cluster/routing/TestShardRouting$*.class org/elasticsearch/index/MockEngineFactoryPlugin.class org/elasticsearch/search/MockSearchService.class org/elasticsearch/search/MockSearchService$*.class