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/02/18 09:22:34 UTC

[karaf-cellar] branch cellar-4.1.x updated: [KARAF-6163] Extend http balancer import range to match Pax Web 7 for Karaf 4.2.x

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch cellar-4.1.x
in repository https://gitbox.apache.org/repos/asf/karaf-cellar.git


The following commit(s) were added to refs/heads/cellar-4.1.x by this push:
     new 76aed16  [KARAF-6163] Extend http balancer import range to match Pax Web 7 for Karaf 4.2.x
     new d9ee7f3  Merge pull request #62 from jbonofre/KARAF-6163
76aed16 is described below

commit 76aed167747fe64aabc4a1ccd8362b1e7cc01e60
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Feb 18 07:48:57 2019 +0100

    [KARAF-6163] Extend http balancer import range to match Pax Web 7 for Karaf 4.2.x
---
 http/balancer/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/http/balancer/pom.xml b/http/balancer/pom.xml
index c279e09..d125b27 100644
--- a/http/balancer/pom.xml
+++ b/http/balancer/pom.xml
@@ -113,7 +113,7 @@
                             org.slf4j;version="[1.6,2)";resolution:=optional,
                             org.apache.commons.logging;resolution:=optional,
                             javax.servlet;version="[2,5)",
-                            org.ops4j.pax.web.service.spi;version="[4,7)",
+                            org.ops4j.pax.web.service.spi;version="[4,8)",
                             *
                         </Import-Package>
                         <Private-Package>
@@ -128,4 +128,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>