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/11/07 09:21:27 UTC

[sling-org-apache-sling-commons-compiler] 07/17: Add explicitely dependency to OSGi core to avoid framework import of [1.7, 2)

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

rombert pushed a commit to annotated tag org.apache.sling.commons.compiler-2.2.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git

commit 99db0d837a27fbd9921440ad9af549ff66c1ec3e
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Dec 10 04:37:07 2013 +0000

    Add explicitely dependency to OSGi core to avoid framework import of [1.7,2)
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler@1549756 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index c21c794..9e93e94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,10 @@
 
     <dependencies>
         <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.annotations</artifactId>
         </dependency>

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