You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/01/16 12:55:35 UTC

[sling-parent] 01/02: SLING-7384 Revise dependencies

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

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

commit dc9fb690d271bfa41fd8e40d0b4fdf13178518d0
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Jan 16 13:54:41 2018 +0100

    SLING-7384 Revise dependencies
    
    manage common OSGi dependencies
---
 pom.xml | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2db35f1..099b438 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1086,7 +1086,7 @@
 
     <dependencyManagement>
 
-        <!-- OSGi Core and Compendium API -->
+        <!-- OSGi -->
         <dependencies>
             <dependency>
                 <groupId>org.osgi</groupId>
@@ -1100,6 +1100,21 @@
                 <version>6.0.0</version>
                 <scope>provided</scope>
             </dependency>
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.service.cm</artifactId>
+                <version>1.5.0</version>
+            </dependency>
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.service.component</artifactId>
+                <version>1.3.0</version>
+            </dependency>
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.service.event</artifactId>
+                <version>1.3.1</version>
+            </dependency>
 
             <!-- Web Application API -->
             <dependency>

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