This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-distribution.git
commit 26306f7d56635958729482ff4b4e114c96d12259 Author: Oliver Lietz <[email protected]> AuthorDate: Mon Dec 19 19:22:10 2016 +0000 use jackrabbit-oak-sling instead of sling-jcr-oak git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1775162 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 13102f8..4c47f30 100644 --- a/pom.xml +++ b/pom.xml @@ -365,7 +365,6 @@ <feature>sling-jcr</feature> <feature>sling-jcr-compiler</feature> <feature>sling-jcr-jackrabbit-security</feature> - <feature>sling-jcr-oak</feature> <feature>sling-jcr-repoinit</feature> <!-- Apache Sling Launchpad --> <feature>sling-launchpad-content</feature> @@ -391,6 +390,7 @@ <feature>sling-servlets</feature> <!-- Apache Jackrabbit --> <feature>jackrabbit-sling</feature> + <feature>jackrabbit-oak-sling</feature> <!-- Apache Tika --> <feature>tika-sling</feature> <!-- Apache Sling Samples --> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
