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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9d724f7  SLING-11704 : Don't import launcher packages
9d724f7 is described below

commit 9d724f7edda419beff6b34c062464846978162aa
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Mon Nov 28 09:37:06 2022 +0100

    SLING-11704 : Don't import launcher packages
---
 bnd.bnd | 4 ++++
 pom.xml | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/bnd.bnd b/bnd.bnd
new file mode 100644
index 0000000..ae38f37
--- /dev/null
+++ b/bnd.bnd
@@ -0,0 +1,4 @@
+Import-Package: !org.apache.sling.feature.launcher.impl.launchers,\
+  !org.apache.sling.feature.launcher.spi,\
+  !org.apache.sling.feature.launcher.spi.extensions,\
+  *
diff --git a/pom.xml b/pom.xml
index ea66c40..983e48c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,19 +61,19 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.cm.json</artifactId>
-            <version>1.0.6</version>
+            <version>1.0.8</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.28</version>
+            <version>1.2.30</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.3.34</version>
+            <version>1.6.8</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Reply via email to