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/06/11 09:24:49 UTC

[karaf] branch master updated: [KARAF-6323] Add jetty-proxy bundle in the jetty feature

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 22c6bac  [KARAF-6323] Add jetty-proxy bundle in the jetty feature
     new d03c368  Merge pull request #874 from jbonofre/KARAF-6323
22c6bac is described below

commit 22c6bacc869e4984bdeabeb6cb77482939dbe965
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jun 10 15:24:41 2019 +0200

    [KARAF-6323] Add jetty-proxy bundle in the jetty feature
---
 assemblies/features/standard/src/main/feature/feature.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml
index 1b5ab7f..b779316 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -915,6 +915,7 @@ org.osgi.service.http.port=8181
         <bundle start-level="30">mvn:org.eclipse.jetty/jetty-client/${jetty.version}</bundle>
         <bundle start-level="30">mvn:org.eclipse.jetty/jetty-deploy/${jetty.version}</bundle>
         <bundle start-level="30">mvn:org.eclipse.jetty/jetty-jmx/${jetty.version}</bundle>
+        <bundle start-level="30">mvn:org.eclipse.jetty/jetty-proxy/${jetty.version}</bundle>
         <bundle start-level="30">mvn:org.eclipse.jetty.websocket/websocket-server/${jetty.version}</bundle>
         <bundle start-level="30">mvn:org.eclipse.jetty.websocket/websocket-client/${jetty.version}</bundle>
         <bundle start-level="30">mvn:org.eclipse.jetty.websocket/websocket-common/${jetty.version}</bundle>