Fixed camel-jsonpath Karaf feature

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

Branch: refs/heads/master
Commit: 4e361ab86f055f613cfb01fcc4f6cb75076e3cdb
Parents: bbc6eec
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Mon Sep 19 11:11:53 2016 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Mon Sep 19 11:21:44 2016 +0200

----------------------------------------------------------------------
 components/camel-jsonpath/pom.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4e361ab8/components/camel-jsonpath/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jsonpath/pom.xml 
b/components/camel-jsonpath/pom.xml
index d86aca4..b30fe6b 100644
--- a/components/camel-jsonpath/pom.xml
+++ b/components/camel-jsonpath/pom.xml
@@ -31,8 +31,6 @@
   <description>Camel JSON Path Language</description>
 
   <properties>
-    <!-- need to import spi as felix-bundle-plugin has a bug and do not 
include this package despite we use in the source code -->
-    
<camel.osgi.import.before.defaults>org.apache.camel.spi;${camel.osgi.import.strict.version}</camel.osgi.import.before.defaults>
     <camel.osgi.export.pkg>org.apache.camel.jsonpath.*</camel.osgi.export.pkg>
     
<camel.osgi.export.service>org.apache.camel.spi.LanguageResolver;language=jsonpath</camel.osgi.export.service>
   </properties>

Reply via email to