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 2022/06/23 08:47:19 UTC

[sling-org-apache-sling-commons-johnzon] branch master updated: annotation library should not be transitively inherited

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 71f4f6a  annotation library should not be transitively inherited
71f4f6a is described below

commit 71f4f6a40116ab5f1ec5e32c1edf99410b73bcc1
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Jun 23 10:47:14 2022 +0200

    annotation library should not be transitively inherited
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 554a2b9..38f445d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@ Provide-Capability: osgi.contract;osgi.contract=JavaJSONP;uses:="javax.json,java
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.annotation.versioning</artifactId>
-            <scope>compile</scope>
+            <scope>provided</scope>
         </dependency>
     </dependencies>
 </project>