You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2018/11/14 06:58:12 UTC

[sling-parent] branch master updated: SLING-8093 : Add comment about component propertypes annotations

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 086c007  SLING-8093 : Add comment about component propertypes annotations
086c007 is described below

commit 086c00776000ee5136a404c9777bd97cb00722b7
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Nov 14 07:58:03 2018 +0100

    SLING-8093 : Add comment about component propertypes annotations
---
 sling-bundle-parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index 34606c1..dab982d 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -239,7 +239,8 @@ Bundle-SCM: url=${project.scm.url},connection=${project.scm.connection},develope
                 <version>1.6.0</version>
             </dependency>
             <!-- Service Component 1.4, R7 (https://osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/service/component/package-frame.html) -->
-            <dependency>
+	    <!-- and component propertytypes (https://osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/service/component/propertytypes/package-frame.html) -->
+	    <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.component</artifactId>
                 <version>1.4.0</version>