diff --git a/dev-tools/src/main/resources/ant/integration-tests.xml b/dev-tools/src/main/resources/ant/integration-tests.xml index 2582cab3c6c..fa454983130 100644 --- a/dev-tools/src/main/resources/ant/integration-tests.xml +++ b/dev-tools/src/main/resources/ant/integration-tests.xml @@ -286,4 +286,26 @@ + + + + + + + + + + + + + + + + + + diff --git a/distribution/shaded/pom.xml b/distribution/shaded/pom.xml index 9b1d7b08963..f7704f94e9a 100644 --- a/distribution/shaded/pom.xml +++ b/distribution/shaded/pom.xml @@ -51,6 +51,7 @@ + @@ -74,24 +75,10 @@ true ${build.directory}/dependency-reduced-pom.xml - - org.elasticsearch:elasticsearch - com.google.guava:guava - com.carrotsearch:hppc - com.fasterxml.jackson.core:jackson-core - com.fasterxml.jackson.dataformat:jackson-dataformat-smile - com.fasterxml.jackson.dataformat:jackson-dataformat-yaml - com.fasterxml.jackson.dataformat:jackson-dataformat-cbor - joda-time:joda-time - org.joda:joda-convert - io.netty:netty - com.ning:compress-lzf - com.github.spullara.mustache.java:compiler - com.tdunning:t-digest - org.apache.commons:commons-lang3 - commons-cli:commons-cli - com.twitter:jsr166e - + + org.apache.lucene:* + com.spatial4j:* + @@ -106,10 +93,22 @@ com.google.common org.elasticsearch.common + + com.google.thirdparty + org.elasticsearch.common.thirdparty + com.carrotsearch.hppc org.elasticsearch.common.hppc + + org.HdrHistogram + org.elasticsearch.common.HdrHistogram + + + org.yaml + org.elasticsearch.common.yaml + com.twitter.jsr166e org.elasticsearch.common.util.concurrent.jsr166e @@ -122,6 +121,10 @@ org.joda.time org.elasticsearch.common.joda.time + + org.joda.convert + org.elasticsearch.common.joda.convert + org.jboss.netty org.elasticsearch.common.netty