You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:23:07 UTC

[sling-org-apache-sling-jobs] 12/13: add missing Felix SCR and bnd annotations

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

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

commit 79cb2b62806424e1cdaad328d704a966274ec98d
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Mar 10 20:47:03 2017 +0000

    add missing Felix SCR and bnd annotations
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1786441 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 700569a..95e22c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,6 +98,16 @@
             <artifactId>jsr305</artifactId>
             <version>2.0.1</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.scr.annotations</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>biz.aQute.bnd</groupId>
+            <artifactId>biz.aQute.bndlib</artifactId>
+            <scope>provided</scope>
+        </dependency>
       <!-- Testing -->
         <dependency>
             <groupId>junit</groupId>

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