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 09:22:26 UTC

[sling-org-apache-sling-jcr-api] branch master updated: Annotations 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-jcr-api.git


The following commit(s) were added to refs/heads/master by this push:
     new dad874b  Annotations should not be transitively inherited
dad874b is described below

commit dad874be3f25f7f1e5e2dee8491108007e6098a4
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Jun 23 11:22:22 2022 +0200

    Annotations should not be transitively inherited
    
    They are only relevant at compile time (class retention) anyways
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 5fda018..574aeb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.annotation.versioning</artifactId>
+            <scope>provided</scope>
         </dependency>
     </dependencies>