You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2021/01/08 13:17:20 UTC

[sling-org-apache-sling-testing-sling-mock-oak] branch feature/SLING-10045-deps-2018 updated: SLING-10046 switch to individual OSGi artifacts and make them compile scope

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

sseifert pushed a commit to branch feature/SLING-10045-deps-2018
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git


The following commit(s) were added to refs/heads/feature/SLING-10045-deps-2018 by this push:
     new ae89a53  SLING-10046 switch to individual OSGi artifacts and make them compile scope
ae89a53 is described below

commit ae89a53468c933ebbd20750a9dad26bee4328cdd
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Fri Jan 8 14:09:34 2021 +0100

    SLING-10046 switch to individual OSGi artifacts and make them compile scope
---
 pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3030c75..bfdfa1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,12 +56,7 @@
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
             <scope>provided</scope>
         </dependency>