Fix META-INF import in elasticsearch 2.4.3 bundle
Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/db6acdaf Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/db6acdaf Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/db6acdaf Branch: refs/heads/master Commit: db6acdafc10f0b3200261dcc8048b4a92ee289e0 Parents: 86244ac Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Feb 18 15:01:23 2017 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Feb 18 15:01:23 2017 +0100 ---------------------------------------------------------------------- elasticsearch-2.4.3/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/db6acdaf/elasticsearch-2.4.3/pom.xml ---------------------------------------------------------------------- diff --git a/elasticsearch-2.4.3/pom.xml b/elasticsearch-2.4.3/pom.xml index 88c41f3..0e847de 100644 --- a/elasticsearch-2.4.3/pom.xml +++ b/elasticsearch-2.4.3/pom.xml @@ -64,7 +64,8 @@ org.tartarus.snowball*, com.twitter.jsr166e, com.tdunning.math.stats, - com.carrotsearch.hppc* + com.carrotsearch.hppc*, + META-INF.*;-split-package:=merge-first </servicemix.osgi.private.pkg> </properties>
