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 2021/01/08 14:27:31 UTC

[sling-org-apache-sling-karaf-distribution] branch master updated: SLING-10047 Provide Webconsole Security Provider feature

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 664ec79  SLING-10047 Provide Webconsole Security Provider feature
664ec79 is described below

commit 664ec79041f4d325c429e9a7217852720d6b1af8
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Jan 8 15:26:25 2021 +0100

    SLING-10047 Provide Webconsole Security Provider feature
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 47fcca6..ff830f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,6 +108,7 @@
             <feature>sling-discovery-standalone</feature>
             <feature>sling-distribution</feature>
             <feature>sling-event</feature>
+            <feature>sling-extensions-webconsolesecurityprovider</feature>
             <feature>sling-featureflags</feature>
             <feature>sling-fsresource</feature>
             <feature>sling-healthcheck</feature>