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-commons-crypto.git
commit abc16460b69017213f9f75f649665cb0e394ab5e Author: Oliver Lietz <[email protected]> AuthorDate: Mon Jun 21 13:10:52 2021 +0200 use dynamic resolution directive with Import-Package header --- bnd.bnd | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/bnd.bnd b/bnd.bnd index d80c63f..c053c3a 100644 --- a/bnd.bnd +++ b/bnd.bnd @@ -1,20 +1,12 @@ Bundle-DocURL: https://sling.apache.org/documentation/bundles/commons-crypto.html -DynamicImport-Package:\ - javax.servlet,\ - javax.servlet.http,\ - org.jasypt.encryption.pbe,\ - org.jasypt.iv,\ - org.jasypt.registry,\ - org.jasypt.salt - Import-Package:\ - javax.servlet;resolution:=optional,\ - javax.servlet.http;resolution:=optional,\ - org.jasypt.encryption.pbe;resolution:=optional,\ - org.jasypt.iv;resolution:=optional,\ - org.jasypt.registry;resolution:=optional,\ - org.jasypt.salt;resolution:=optional,\ + javax.servlet;resolution:=dynamic,\ + javax.servlet.http;resolution:=dynamic,\ + org.jasypt.encryption.pbe;resolution:=dynamic,\ + org.jasypt.iv;resolution:=dynamic,\ + org.jasypt.registry;resolution:=dynamic,\ + org.jasypt.salt;resolution:=dynamic,\ * Require-Capability:\
