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/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new f32baba932 Avoid listing java packages in imports
f32baba932 is described below

commit f32baba932b993df5aa3cc4f3ba6941f38b9ea1e
Author: Carsten Ziegeler <cziege...@apache.org>
AuthorDate: Fri Dec 1 14:28:43 2023 +0100

    Avoid listing java packages in imports
---
 http/jetty/pom.xml   | 1 +
 http/jetty12/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 43d7fbf4a5..75330ca209 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -149,6 +149,7 @@
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Bundle-Version>${project.version}</Bundle-Version>
+                        <_noimportjava>true</_noimportjava>
                         <X-Jetty-Version>
                             ${jetty.version}
                         </X-Jetty-Version>
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 83c2a8733f..6bde76d8c2 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -149,6 +149,7 @@
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Bundle-Version>${project.version}</Bundle-Version>
+                        <_noimportjava>true</_noimportjava>
                         <X-Jetty-Version>
                             ${jetty.version}
                         </X-Jetty-Version>

Reply via email to