From: Mathieu Baudier Date: Sun, 29 May 2022 06:50:04 +0000 (+0200) Subject: Explicitly import javax.xml.namespace X-Git-Tag: v2.3.10~215 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=779b016ad36d8efde46c12041131225f1deb9b39;p=lgpl%2Fargeo-commons.git Explicitly import javax.xml.namespace --- diff --git a/org.argeo.api.acr/bnd.bnd b/org.argeo.api.acr/bnd.bnd index 6e839c070..ea0a76ba9 100644 --- a/org.argeo.api.acr/bnd.bnd +++ b/org.argeo.api.acr/bnd.bnd @@ -1,4 +1,5 @@ Import-Package: \ -javax.security.* +javax.security.*, \ +javax.xml.* Export-Package: org.argeo.api.acr.* \ No newline at end of file