This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.fsresource-0.9.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git
commit fc83e32163fdf2fdce3572346420d34d5b444098 Author: Felix Meschberger <[email protected]> AuthorDate: Mon Jul 28 10:31:02 2008 +0000 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) git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/samples/fsresource@680315 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 14dbb95..cd8b918 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
