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

sseifert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-impl.git


The following commit(s) were added to refs/heads/master by this push:
     new c32d551  SLING-12708 Fix bnd Import-Package statement
c32d551 is described below

commit c32d55190ad5d829c0e090be7cf1283510dcc0f4
Author: Stefan Seifert <[email protected]>
AuthorDate: Wed Mar 12 12:46:13 2025 +0100

    SLING-12708 Fix bnd Import-Package statement
---
 bnd.bnd | 3 +++
 pom.xml | 9 ---------
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/bnd.bnd b/bnd.bnd
new file mode 100644
index 0000000..6d91515
--- /dev/null
+++ b/bnd.bnd
@@ -0,0 +1,3 @@
+Import-Package:\
+  org.apache.felix.webconsole;resolution:=optional,\
+  *
diff --git a/pom.xml b/pom.xml
index 517daf0..9078c45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,15 +221,6 @@
                         <goals>
                             <goal>bnd-process</goal>
                         </goals>
-                        <configuration>
-                            <bnd>
-                                Import-Package: \
-                                <!-- WebConsole support is optional -->
-                                \
-                              
org.apache.felix.webconsole;resolution:=optional,\
-                              *
-                            </bnd>
-                        </configuration>
                     </execution>
                 </executions>
             </plugin>

Reply via email to