You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2021/04/21 07:14:04 UTC

[sling-org-apache-sling-auth-core] branch master updated: Update README.md

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-core.git


The following commit(s) were added to refs/heads/master by this push:
     new a9280cc  Update README.md
a9280cc is described below

commit a9280cc00465b6880f2993bcaf206e1c29e19de0
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Apr 21 09:13:55 2021 +0200

    Update README.md
---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index f1f38ae..f596dbe 100644
--- a/README.md
+++ b/README.md
@@ -7,3 +7,12 @@
 This module is part of the [Apache Sling](https://sling.apache.org) project.
 
 The Sling Authentication Service bundle provides the basic mechanisms to authenticate HTTP requests with a JCR repository. The algorithms for extracting authentication details from the requests is extensible by implementing an AuthenticationHandler interface.
+
+## Installation
+
+This bundle should be installed into an OSGi framework together with the Apache Sling Framework.
+Beyond Apache Sling it has the following requirements (bundles to be installed in at least this version as well):
+- Apache Commons Codec 1.13.2
+- Apache Sling Commons Metrics 1.2.8 (starting with version 1.5.2)
+- io.dropwizard.metrics:metrics-core:3.2.6 (starting with version 1.5.2)
+