You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/06/28 05:23:41 UTC

[sling-parent] branch master updated: SLING-11415 manage version of HTTP Service and HTTP Whiteboard

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d06005  SLING-11415 manage version of HTTP Service and HTTP Whiteboard
1d06005 is described below

commit 1d060055f214534b83394dc5c8bf1b9dc3618482
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Jun 28 07:23:36 2022 +0200

    SLING-11415 manage version of HTTP Service and HTTP Whiteboard
---
 sling-bundle-parent/pom.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index 689b53a..0befd6c 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -268,7 +268,18 @@ Bundle-DocURL: https://sling.apache.org
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.event</artifactId>
                 <version>1.4.1</version>
-                <scope>provided</scope>
+            </dependency>
+            <!-- HTTP Service 1.2, Compendium R7 (https://docs.osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/service/http/package-summary.html) -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.service.http</artifactId>
+                <version>1.2.2</version>
+            </dependency>
+            <!-- HTTP Whiteboard 1.1, Compendium R7 (https://docs.osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/service/http/context/package-summary.html) -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.service.http.whiteboard</artifactId>
+                <version>1.1.1</version>
             </dependency>
             <!-- OSGi annotations (OSGi R7) -->
             <!-- https://osgi.org/javadoc/osgi.annotation/7.0.0/org/osgi/annotation/versioning/package-frame.html -->