From 934dbb765be113e5eea4da73da90e464d6fa0716 Mon Sep 17 00:00:00 2001 From: Michael DÜrre Date: Tue, 9 Feb 2021 08:14:07 +0100 Subject: add oauth-provider MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit new feature for more login security and external logins Issue-ID: CCSDK-3142 Signed-off-by: Michael DÜrre Change-Id: I6a564a0d1dca44b69bfea2e692fec1f4315cab83 Signed-off-by: Michael DÜrre --- sdnr/wt/featureaggregator/feature-oauth/pom.xml | 61 +++++++++++++++++++++++++ sdnr/wt/featureaggregator/pom.xml | 1 + 2 files changed, 62 insertions(+) create mode 100644 sdnr/wt/featureaggregator/feature-oauth/pom.xml (limited to 'sdnr/wt/featureaggregator') diff --git a/sdnr/wt/featureaggregator/feature-oauth/pom.xml b/sdnr/wt/featureaggregator/feature-oauth/pom.xml new file mode 100644 index 000000000..e03c6a079 --- /dev/null +++ b/sdnr/wt/featureaggregator/feature-oauth/pom.xml @@ -0,0 +1,61 @@ + + + + + 4.0.0 + + + org.onap.ccsdk.parent + single-feature-parent + 2.1.1-SNAPSHOT + + + + org.onap.ccsdk.features.sdnr.wt + sdnr-wt-feature-aggregator-oauth + 1.1.1-SNAPSHOT + feature + + ccsdk-features :: ${project.artifactId} + + + + ${project.groupId} + sdnr-wt-common + ${project.version} + + + ${project.groupId} + sdnr-wt-oauth-provider + ${project.version} + + + ${project.groupId} + sdnr-wt-oauth-provider-jar + + + + + diff --git a/sdnr/wt/featureaggregator/pom.xml b/sdnr/wt/featureaggregator/pom.xml index 6edd34c19..88df2244a 100755 --- a/sdnr/wt/featureaggregator/pom.xml +++ b/sdnr/wt/featureaggregator/pom.xml @@ -44,6 +44,7 @@ feature feature-devicemanager feature-devicemanager-base + feature-oauth installer -- cgit 1.2.3-korg