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 2016/07/22 05:32:41 UTC

svn commit: r1753748 - /sling/trunk/bundles/resourceresolver/pom.xml

Author: cziegeler
Date: Fri Jul 22 05:32:41 2016
New Revision: 1753748

URL: http://svn.apache.org/viewvc?rev=1753748&view=rev
Log:
Use latest SCR annotations

Modified:
    sling/trunk/bundles/resourceresolver/pom.xml

Modified: sling/trunk/bundles/resourceresolver/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/resourceresolver/pom.xml?rev=1753748&r1=1753747&r2=1753748&view=diff
==============================================================================
--- sling/trunk/bundles/resourceresolver/pom.xml (original)
+++ sling/trunk/bundles/resourceresolver/pom.xml Fri Jul 22 05:32:41 2016
@@ -102,6 +102,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.annotations</artifactId>
+            <version>1.11.0</version>
         </dependency>
         <dependency>
             <groupId>javax.jcr</groupId>