This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-distribution.git
commit 85abd26168560b72e6fcec778f97f7f2e9ec5839 Author: Oliver Lietz <[email protected]> AuthorDate: Mon Mar 30 14:21:00 2020 +0200 SLING-9299 Provide Commons OSGi feature --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 0487e2b..87ee8ba 100644 --- a/pom.xml +++ b/pom.xml @@ -456,6 +456,7 @@ <feature>sling-commons-messaging</feature> <feature>sling-commons-messaging-mail</feature> <feature>sling-commons-metrics</feature> + <feature>sling-commons-osgi</feature> <feature>sling-commons-scheduler</feature> <feature>sling-commons-threads</feature> <!-- Apache Sling Extensions -->
