This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-johnzon.git
The following commit(s) were added to refs/heads/master by this push:
new 51f153b SLING-9806 - Export the johnzon.core packages provided by
org.apache.johnzon:johnzon-core
51f153b is described below
commit 51f153bffca880081b4a011850e5c3854d37fdd7
Author: Radu Cotescu <[email protected]>
AuthorDate: Fri Oct 9 11:30:51 2020 +0200
SLING-9806 - Export the johnzon.core packages provided by
org.apache.johnzon:johnzon-core
---
pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 499ad7f..da427ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,8 +47,7 @@
<id>bnd-process</id>
<configuration>
<bnd><![CDATA[
-Export-Package: javax.json.*;-split-package:=first
-Private-Package: org.apache.johnzon.core
+Export-Package: javax.json.*;-split-package:=first,org.apache.johnzon.core.*
Import-Package:
# Taken over from the embedded geronimo-json_1.1_spec
Provide-Capability:
osgi.contract;osgi.contract=JavaJSONP;uses:="javax.json,javax.json.spi,javax.json.stream";version:List<Version>="1.1,1.0"