You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ch...@apache.org on 2017/10/28 05:49:56 UTC

[sling-org-apache-sling-commons-log] branch master updated: SLING-7221 - Update osgi core dependency to 6.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4df7eb1  SLING-7221 - Update osgi core dependency to 6.0
4df7eb1 is described below

commit 4df7eb1af0e9575d8b9348ab0362acfe03d03c5e
Author: Chetan Mehrotra <ch...@apache.org>
AuthorDate: Sat Oct 28 11:19:45 2017 +0530

    SLING-7221 - Update osgi core dependency to 6.0
---
 pom.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 81937c8..045817a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,15 +268,15 @@
     <!-- OSGi Libraries not included here -->
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <version>4.2.0</version>
+      <artifactId>osgi.core</artifactId>
+      <version>6.0.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <version>4.2.0</version>
-        <scope>provided</scope>
+      <artifactId>osgi.cmpn</artifactId>
+      <version>6.0.0</version>
+      <scope>provided</scope>
     </dependency>
 
     <!--  OSGi Command Line Shell support -->
@@ -296,7 +296,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>4.4.1</version>
+      <version>5.6.2</version>
       <scope>test</scope>
     </dependency>
 
@@ -334,7 +334,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.configadmin</artifactId>
-      <version>1.6.0</version>
+      <version>1.8.16</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -359,19 +359,19 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.eventadmin</artifactId>
-      <version>1.3.2</version>
+      <version>1.4.8</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.metatype</artifactId>
-      <version>1.0.6</version>
+      <version>1.1.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.scr</artifactId>
-      <version>1.6.2</version>
+      <version>2.0.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>

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