You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/05/16 12:53:14 UTC

[karaf-decanter] branch master updated: [KARAF-6284] Fix import packages in elasticsearch 6.6.x bundle

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/master by this push:
     new b55b0d0  [KARAF-6284] Fix import packages in elasticsearch 6.6.x bundle
     new 7b2fa8f  Merge pull request #85 from jbonofre/KARAF-6284
b55b0d0 is described below

commit b55b0d0496b54a7f307c997e92e3e35843b067d5
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu May 16 14:20:50 2019 +0200

    [KARAF-6284] Fix import packages in elasticsearch 6.6.x bundle
---
 backend/elasticsearch-6.x/pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/backend/elasticsearch-6.x/pom.xml b/backend/elasticsearch-6.x/pom.xml
index aa051e5..6093aff 100644
--- a/backend/elasticsearch-6.x/pom.xml
+++ b/backend/elasticsearch-6.x/pom.xml
@@ -80,6 +80,7 @@
                             org.apache.karaf.decanter.elasticsearch,
                             org.elasticsearch*,
                             com.carrotsearch.hppc*,
+                            com.carrotsearch.randomizedtesting,
                             joptsimple*,
                             org.apache.lucene*,
                             com.tdunning.math.stats,
@@ -99,9 +100,11 @@
                             !org.joda.time*,
                             !org.joda.convert*,
                             !org.noggit,
-                            com.sun.jna*;resolution:=optional,
+                            !com.carrotsearch.randomizedtesting,
                             org.apache.logging.log4j*;version="[2.8,3)",
                             com.google.common.geometry;resolution:=optional,
+                            com.sun.jna*;resolution:=optional,
+                            com.sun.management;resolution:=optional,
                             org.locationtech.jts.geom;resolution:=optional,
                             *
                         </Import-Package>
@@ -131,4 +134,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>