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:25:32 UTC

[karaf] branch karaf-4.2.x 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 karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 681cdb0  [KARAF-6323] Add jetty-proxy bundle in the jetty feature
681cdb0 is described below

commit 681cdb03b331b2f8f55b1f56553b8d07a9e2f795
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>