You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2012/08/07 19:14:59 UTC

svn commit: r1370371 - /sling/trunk/samples/path-based-rtp/pom.xml

Author: bdelacretaz
Date: Tue Aug  7 17:14:59 2012
New Revision: 1370371

URL: http://svn.apache.org/viewvc?rev=1370371&view=rev
Log:
SLING-2557 - accept later versions of javax.jcr

Modified:
    sling/trunk/samples/path-based-rtp/pom.xml

Modified: sling/trunk/samples/path-based-rtp/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/samples/path-based-rtp/pom.xml?rev=1370371&r1=1370370&r2=1370371&view=diff
==============================================================================
--- sling/trunk/samples/path-based-rtp/pom.xml (original)
+++ sling/trunk/samples/path-based-rtp/pom.xml Tue Aug  7 17:14:59 2012
@@ -62,6 +62,10 @@
                         <Private-Package>
                             org.apache.sling.samples.pathbasedrtp
                         </Private-Package>
+                        <Import-Package>
+                            javax.jcr.*;version=1.0,
+                            *
+                        </Import-Package>
                     </instructions>
                 </configuration>
             </plugin>