You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/07/28 12:31:02 UTC

svn commit: r680315 - /incubator/sling/trunk/samples/fsresource/pom.xml

Author: fmeschbe
Date: Mon Jul 28 03:31:02 2008
New Revision: 680315

URL: http://svn.apache.org/viewvc?rev=680315&view=rev
Log:
SLING-583 Latest change introduces dependency on JCR API (because a
directory is not returned any more as a resource if a repository
item with the same name exists)

Modified:
    incubator/sling/trunk/samples/fsresource/pom.xml

Modified: incubator/sling/trunk/samples/fsresource/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/samples/fsresource/pom.xml?rev=680315&r1=680314&r2=680315&view=diff
==============================================================================
--- incubator/sling/trunk/samples/fsresource/pom.xml (original)
+++ incubator/sling/trunk/samples/fsresource/pom.xml Mon Jul 28 03:31:02 2008
@@ -81,6 +81,10 @@
             <artifactId>servlet-api</artifactId>
         </dependency>
         <dependency>
+            <groupId>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
             <version>2.0.2-incubator</version>