You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gg...@apache.org on 2017/06/20 08:08:21 UTC

[2/3] camel git commit: [CAMEL-11427] Fix OSGi manifest for camel-leveldb

[CAMEL-11427] Fix OSGi manifest for camel-leveldb

(cherry picked from commit 546359a7cbf93ba28b2f1d9c87ecb867097330ba)


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/deba022d
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/deba022d
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/deba022d

Branch: refs/heads/camel-2.19.x
Commit: deba022d4ebf89d6b58975898d534367bee668bf
Parents: 5e67943
Author: Grzegorz Grzybek <gr...@gmail.com>
Authored: Tue Jun 20 10:07:38 2017 +0200
Committer: Grzegorz Grzybek <gr...@gmail.com>
Committed: Tue Jun 20 10:07:50 2017 +0200

----------------------------------------------------------------------
 components/camel-leveldb/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/deba022d/components/camel-leveldb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-leveldb/pom.xml b/components/camel-leveldb/pom.xml
index 5678155..2933345 100644
--- a/components/camel-leveldb/pom.xml
+++ b/components/camel-leveldb/pom.xml
@@ -37,7 +37,9 @@
 
         <camel.osgi.export.pkg>org.apache.camel.component.leveldb.*</camel.osgi.export.pkg>
         <camel.osgi.import.pkg>
-            *,
+            org.apache.camel*,
+            org.fusesource.hawtbuf*,
+            org.slf4j,
             org.fusesource.leveldbjni;resolution:=optional,
             org.iq80.leveldb;resolution:=optional,
             org.iq80.leveldb.impl;resolution:=optional