You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ie...@apache.org on 2013/03/29 00:06:54 UTC

svn commit: r1462343 - /sling/whiteboard/ieb/oak/launchpad/pom.xml

Author: ieb
Date: Thu Mar 28 23:06:53 2013
New Revision: 1462343

URL: http://svn.apache.org/r1462343
Log:
SLING-2788 fixing NPE by binding to snapshot version of jcr.resources incorporating SLING-2773

Modified:
    sling/whiteboard/ieb/oak/launchpad/pom.xml

Modified: sling/whiteboard/ieb/oak/launchpad/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/ieb/oak/launchpad/pom.xml?rev=1462343&r1=1462342&r2=1462343&view=diff
==============================================================================
--- sling/whiteboard/ieb/oak/launchpad/pom.xml (original)
+++ sling/whiteboard/ieb/oak/launchpad/pom.xml Thu Mar 28 23:06:53 2013
@@ -130,6 +130,12 @@
                     </bundleExclusions>
                     <additionalBundles>
                         <bundle>
+                            <!--  required for SLING-2773 fix -->
+                            <groupId>org.apache.sling</groupId>
+                            <artifactId>org.apache.sling.jcr.resource</artifactId>
+                            <version>2.2.5-SNAPSHOT</version>
+                        </bundle>
+                        <bundle>
                             <groupId>org.apache.sling</groupId>
                             <artifactId>org.apache.sling.oak.server</artifactId>
                             <version>0.0.1-SNAPSHOT</version>