This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch bugfix/include-osgi-framework-in-libs in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git
commit b95a239c1f3c6babde35cf88c290dc09cd12b4f1 Author: Konrad Windszus <[email protected]> AuthorDate: Tue Mar 16 18:29:52 2021 +0100 SLING-10223 include OSGi framework jar in libs --- 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> <!--
