SLING-9218 make API dependency have scope "provided" due to
https://github.com/bndtools/bnd/issues/3843
diff --git a/pom.xml b/pom.xml
index 418769f..1d3865a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,7 @@
             <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>