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

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


The following commit(s) were added to refs/heads/master by this push:
     new 900722e  SLING-10223 include OSGi framework jar in libs (#64)
900722e is described below

commit 900722ed2966f4cecda71819188b131163001089
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Mar 17 07:39:05 2021 +0100

    SLING-10223 include OSGi framework jar in libs (#64)
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 09bce1f..c97c1d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,9 +165,9 @@
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>osgi.core</artifactId>
-      <version>7.0.0</version>
-      <scope>compile</scope>
+      <artifactId>org.osgi.framework</artifactId>
+      <version>1.9.0</version>
+      <scope>provided</scope>
     </dependency>
 
     <!--

Reply via email to