You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2018/05/02 10:43:27 UTC

[sling-org-apache-sling-feature-resolver] branch master updated: Add a direct dependency on the osgi core classes

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8fe0814  Add a direct dependency on the osgi core classes
8fe0814 is described below

commit 8fe08146d3bd015d624853dd268b6539442ee145
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Wed May 2 12:43:19 2018 +0200

    Add a direct dependency on the osgi core classes
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5d5eff3..6e87260 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,12 @@
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <version>6.0.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
             <artifactId>org.osgi.annotation.versioning</artifactId>
             <scope>provided</scope>
         </dependency>

-- 
To stop receiving notification emails like this one, please contact
pauls@apache.org.