You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/01/11 09:26:42 UTC

[sling-org-apache-sling-karaf-distribution] branch master updated: SLING-8988 Remove NoSQL features

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-distribution.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b8c47c  SLING-8988 Remove NoSQL features
2b8c47c is described below

commit 2b8c47cd2d949a04a4312e93a26246363967dd65
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Jan 11 06:57:56 2020 +0100

    SLING-8988 Remove NoSQL features
---
 pom.xml | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7dcf1f9..00d80ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,30 +262,6 @@
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.karaf-configs</artifactId>
       <version>0.1.1-SNAPSHOT</version>
-      <classifier>org.apache.sling.nosql.couchbase.client.CouchbaseClient.factory.config-default</classifier>
-      <type>config</type>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.karaf-configs</artifactId>
-      <version>0.1.1-SNAPSHOT</version>
-      <classifier>org.apache.sling.nosql.couchbase.resourceprovider.CouchbaseNoSqlResourceProviderFactory.factory.config-default</classifier>
-      <type>config</type>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.karaf-configs</artifactId>
-      <version>0.1.1-SNAPSHOT</version>
-      <classifier>org.apache.sling.nosql.mongodb.resourceprovider.MongoDBNoSqlResourceProviderFactory.factory.config-default</classifier>
-      <type>config</type>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.karaf-configs</artifactId>
-      <version>0.1.1-SNAPSHOT</version>
       <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-caconfig</classifier>
       <type>config</type>
       <scope>runtime</scope>
@@ -503,13 +479,7 @@
             <feature>sling-jcr-compiler</feature>
             <feature>sling-jcr-jackrabbit-security</feature>
             <feature>sling-jcr-repoinit</feature>
-            <!-- Apache Sling NoSQL -->
-            <feature>sling-nosql-couchbase</feature>
-            <feature>sling-nosql-generic</feature>
-            <feature>sling-nosql-mongodb</feature>
             <!-- Apache Sling Quickstart -->
-            <feature>sling-quickstart-nosql-couchbase</feature>
-            <feature>sling-quickstart-nosql-mongodb</feature>
             <feature>sling-quickstart-oak</feature>
             <feature>sling-quickstart-oak-mongo</feature>
             <feature>sling-quickstart-oak-tar</feature>