Define pax-http-jetty dependency in http feature

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

Branch: refs/heads/master
Commit: 1749f356f437f9b42fe8ecd7ea3f7270c96447c2
Parents: d7a37f8
Author: Jean-Baptiste Onofré <[email protected]>
Authored: Tue Jun 23 11:11:51 2015 +0200
Committer: Jean-Baptiste Onofré <[email protected]>
Committed: Tue Jun 23 11:11:51 2015 +0200

----------------------------------------------------------------------
 assemblies/features/standard/src/main/feature/feature.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/1749f356/assemblies/features/standard/src/main/feature/feature.xml
----------------------------------------------------------------------
diff --git a/assemblies/features/standard/src/main/feature/feature.xml 
b/assemblies/features/standard/src/main/feature/feature.xml
index 5144b2b..f0aabf6 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -342,6 +342,7 @@
 
     <feature name="http" version="${project.version}" 
description="Implementation of the OSGI HTTP Service">
         <feature>pax-http</feature>
+        <feature>pax-http-jetty</feature>
         <bundle 
start-level="30">mvn:org.apache.karaf.http/org.apache.karaf.http.core/${project.version}</bundle>
     </feature>
 
@@ -382,7 +383,6 @@
         <config name="org.apache.karaf.webconsole">
             realm=karaf
         </config>
-        <feature>pax-http-jetty</feature>
         <feature>http</feature>
         <feature>aries-blueprint</feature>
         <bundle 
start-level="30">mvn:org.apache.felix/org.apache.felix.metatype/${felix.metatype.version}</bundle>

Reply via email to