You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2020/03/19 11:33:10 UTC

[sling-org-apache-sling-commons-johnzon] branch master updated: SLING-9218 add missing provide capability header for contract JavaJSONP

This is an automated email from the ASF dual-hosted git repository.

kwin 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 3f91df6  SLING-9218 add missing provide capability header for contract JavaJSONP
3f91df6 is described below

commit 3f91df6875fe7c0c1534eb9a966abef402fe3023
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Mar 19 12:33:02 2020 +0100

    SLING-9218 add missing provide capability header for contract JavaJSONP
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2f31213..418769f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,8 @@
 Export-Package: javax.json.*;-split-package:=first
 Private-Package: 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"
                    ]]></bnd>
                         </configuration>
                     </execution>