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:34 UTC

[sling-parent] branch master updated (6ea4511 -> efe63a9)

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

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


    from 6ea4511  SLING-7384 Revise dependencies
     new dc9fb69  SLING-7384 Revise dependencies
     new efe63a9  SLING-7384 Revise dependencies

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

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

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

Posted by ol...@apache.org.
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>.

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

Posted by ol...@apache.org.
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 efe63a9d42efebe073aa0a23ea76a6732121ee11
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Jan 16 13:55:14 2018 +0100

    SLING-7384 Revise dependencies
    
    update slf4j
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 099b438..3c557d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1144,7 +1144,7 @@
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
-                <version>1.7.6</version>
+                <version>1.7.25</version>
                 <scope>provided</scope>
             </dependency>
 
@@ -1191,7 +1191,7 @@
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-simple</artifactId>
-                <version>1.7.6</version>
+                <version>1.7.25</version>
                 <scope>test</scope>
             </dependency>
 

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