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/04/22 13:40:37 UTC

[sling-org-apache-sling-commons-johnzon] branch master updated: SLING-9218 make API dependency have scope "provided" due to https://github.com/bndtools/bnd/issues/3843

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 9e36f6b  SLING-9218 make API dependency have scope "provided" due to https://github.com/bndtools/bnd/issues/3843
9e36f6b is described below

commit 9e36f6b85cf5df556aeb940d09f3942e1db91033
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Apr 22 15:40:26 2020 +0200

    SLING-9218 make API dependency have scope "provided" due to
    https://github.com/bndtools/bnd/issues/3843
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 418769f..1d3865a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,7 @@ Provide-Capability: osgi.contract;osgi.contract=JavaJSONP;uses:="javax.json,java
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-json_1.1_spec</artifactId>
             <version>1.3</version>
+            <scope>provided</scope><!-- due to https://github.com/bndtools/bnd/issues/3843 -->
         </dependency>
         <dependency>
             <groupId>org.apache.johnzon</groupId>