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 2018/01/17 08:37:02 UTC

[sling-parent] branch master updated: SLING-7384 add some more comments about OSGi artifacts

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 0a705a5  SLING-7384 add some more comments about OSGi artifacts
0a705a5 is described below

commit 0a705a5be359620aaf6b82ae80f5c9c7311b8722
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Jan 17 09:36:57 2018 +0100

    SLING-7384 add some more comments about OSGi artifacts
---
 pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index de198fd..9e6c8b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1131,28 +1131,35 @@
 
         <!-- OSGi -->
         <dependencies>
+            <!-- Aggregates (rather use individual artifacts referenced below) -->
+            <!-- Core R6 -->
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>osgi.core</artifactId>
                 <version>6.0.0</version>
                 <scope>provided</scope>
             </dependency>
+            <!-- Compendium R6 -->
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>osgi.cmpn</artifactId>
                 <version>6.0.0</version>
                 <scope>provided</scope>
             </dependency>
+            <!-- individual OSGi spec API artifacts (preferred), all part of OSGi R6   -->
+            <!-- Configuration Admin 1.5 (https://osgi.org/javadoc/r6/cmpn/org/osgi/service/cm/package-summary.html) -->
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.cm</artifactId>
                 <version>1.5.0</version>
             </dependency>
+            <!-- Service Component 1.3 (https://osgi.org/javadoc/r6/cmpn/org/osgi/service/component/package-summary.html) -->
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.component</artifactId>
                 <version>1.3.0</version>
             </dependency>
+            <!--  Event Admin 1.3.1 (https://osgi.org/javadoc/r6/cmpn/org/osgi/service/event/package-summary.html) -->
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.event</artifactId>
@@ -1191,19 +1198,22 @@
                 <scope>provided</scope>
             </dependency>
 
-            <!-- OSGi annotations -->
+            <!-- OSGi annotations (OSGi R6) -->
+            <!-- https://osgi.org/javadoc/r6/annotation/ -->
            <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.annotation.versioning</artifactId>
                 <version>1.0.0</version>
                 <scope>provided</scope>
             </dependency>
+            <!-- https://osgi.org/javadoc/r6/cmpn/org/osgi/service/component/annotations/package-summary.html -->
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.component.annotations</artifactId>
                 <version>1.3.0</version>
                 <scope>provided</scope>
             </dependency>
+            <!-- https://osgi.org/javadoc/r6/cmpn/org/osgi/service/metatype/annotations/package-summary.html -->
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.metatype.annotations</artifactId>

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].