From c4f8c333ec5289dc52728c2dc1f489a8406a426a Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Thu, 13 Aug 2015 15:16:16 -0700 Subject: [PATCH] Fix test jar to contain Mock classes that were moved in 71a3bdb --- core/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index 8782a9ee95e..e1e9b5baa14 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -309,6 +309,11 @@ org/elasticsearch/bootstrap/BootstrapForTesting.class org/elasticsearch/common/cli/CliToolTestCase.class org/elasticsearch/common/cli/CliToolTestCase$*.class + org/elasticsearch/cluster/MockInternalClusterInfoService.class + org/elasticsearch/cluster/MockInternalClusterInfoService$*.class + org/elasticsearch/index/shard/MockEngineFactoryPlugin.class + org/elasticsearch/search/MockSearchService.class + org/elasticsearch/search/MockSearchService$*.class