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 49b28e06b46549af8e9200dd4f8ce42d887ec5a0 Author: Oliver Lietz <[email protected]> AuthorDate: Mon Jun 21 13:12:47 2021 +0200 remove workaround for missing java exports (KARAF-7176) --- bnd.bnd | 2 -- 1 file changed, 2 deletions(-) diff --git a/bnd.bnd b/bnd.bnd index 70ab586..902ac8b 100644 --- a/bnd.bnd +++ b/bnd.bnd @@ -14,8 +14,6 @@ Require-Capability:\ osgi.service;filter:="(objectClass=org.apache.sling.commons.crypto.SaltProvider)";effective:=active;resolution:=optional,\ osgi.service;filter:="(objectClass=org.jasypt.iv.IvGenerator)";effective:=active;resolution:=optional --noimportjava: true - -plugin:\ org.apache.sling.bnd.plugin.headers.parameters.remove.Plugin;\ 'Require-Capability'='osgi.service;filter:="(objectClass=org.apache.sling.commons.crypto.PasswordProvider)";effective:=active',\
