You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2019/11/22 22:03:47 UTC

[aries-cdi] 01/19: update felix http

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

rotty3000 pushed a commit to branch rotty3000/cdi-spi
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git

commit 81336bff9c7554537c9a7d341a7082c042bc19a5
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Wed Nov 20 23:06:04 2019 -0500

    update felix http
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 cdi-bom/pom.xml    | 2 +-
 cdi-itests/pom.xml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/cdi-bom/pom.xml b/cdi-bom/pom.xml
index 52b9365..ac4bc90 100644
--- a/cdi-bom/pom.xml
+++ b/cdi-bom/pom.xml
@@ -90,7 +90,7 @@
 			<dependency>
 				<groupId>org.apache.felix</groupId>
 				<artifactId>org.apache.felix.http.jetty</artifactId>
-				<version>4.0.6</version>
+				<version>4.0.14</version>
 				<scope>runtime</scope>
 				<exclusions>
 					<exclusion>
diff --git a/cdi-itests/pom.xml b/cdi-itests/pom.xml
index 76207b2..c3f335e 100644
--- a/cdi-itests/pom.xml
+++ b/cdi-itests/pom.xml
@@ -125,6 +125,11 @@
 			<scope>runtime</scope>
 		</dependency>
 		<dependency>
+			<groupId>org.apache.felix</groupId>
+			<artifactId>org.apache.felix.http.jetty</artifactId>
+			<scope>runtime</scope>
+		</dependency>
+		<dependency>
 			<groupId>org.apache.httpcomponents</groupId>
 			<artifactId>httpcore-osgi</artifactId>
 			<version>4.4.6</version>