You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/07/02 09:25:39 UTC

[sling-org-apache-sling-feature-resolver] branch master updated: Fix missing dependency

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

davidb 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 6450b2e  Fix missing dependency
6450b2e is described below

commit 6450b2e06e4d805f891b50a71aa6cbca53d4cbd0
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Mon Jul 2 10:25:32 2018 +0100

    Fix missing dependency
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4ebf873..dff266d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,6 +61,11 @@
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
+            <artifactId>osgi.core</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
             <artifactId>org.osgi.annotation.versioning</artifactId>
             <scope>provided</scope>
         </dependency>
@@ -73,6 +78,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>