commit | 7fad3268515936c364dd05cd54472d46f82b7cff | [log] [tgz] |
---|---|---|
author | Bertrand Delacretaz <bdelacretaz@apache.org> | Fri Jul 30 10:42:36 2021 +0200 |
committer | Bertrand Delacretaz <bdelacretaz@apache.org> | Fri Jul 30 10:42:36 2021 +0200 |
tree | cce8f1dc23499f896e2b9d0f547ecebd4a3ecbf8 | |
parent | 1eb81aede0ea5ffb7bf1fede18d73cb8fe78736d [diff] |
SLING-10676 - remove SECURITY.md which is not needed
This module is part of the Apache Sling project.
Sling ResourceProvider implementation that uses Couchbase NoSQL database as persistence.
Based on the “Apache Sling NoSQL Generic Resource Provider” and “Apache Sling NoSQL Couchbase Client”.
Couchbase Server 4.0 with N1QL support is required for this implementation.
To run the integration tests you have to set up a real couchbase server and run the tests with this command line (inserting the correct parameters for couchbase host and bucket):
mvn -Pcouchbase-integration-test -DcouchbaseHosts=localhost:8091 -DbucketName=test integration-test