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:27:07 UTC

[sling-parent] branch master updated: SLING-11414 manage version of org.osgi.service.log

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 33f080f  SLING-11414 manage version of org.osgi.service.log
33f080f is described below

commit 33f080fb1553322457f678b0cf7c3d0e12c9b961
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Jun 28 07:27:02 2022 +0200

    SLING-11414 manage version of org.osgi.service.log
---
 sling-bundle-parent/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index 0befd6c..5c36a9f 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -281,6 +281,12 @@ Bundle-DocURL: https://sling.apache.org
                 <artifactId>org.osgi.service.http.whiteboard</artifactId>
                 <version>1.1.1</version>
             </dependency>
+            <!-- Log Service 1.4, Compendium R7 (https://docs.osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/service/log/package-summary.html) -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.service.log</artifactId>
+                <version>1.4.0</version>
+            </dependency>
             <!-- OSGi annotations (OSGi R7) -->
             <!-- https://osgi.org/javadoc/osgi.annotation/7.0.0/org/osgi/annotation/versioning/package-frame.html -->
             <dependency>