aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/featureaggregator/installer
diff options
context:
space:
mode:
authorMichael Dürre <michael.duerre@highstreet-technologies.com>2024-03-14 11:54:26 +0100
committerMichael Dürre <michael.duerre@highstreet-technologies.com>2024-03-19 13:46:35 +0100
commit907af9b57aa0db3ace5dc8fdaef9fb84c1392ec9 (patch)
tree02399ced147b3af57091cdba1c125d979b4c1899 /sdnr/wt/featureaggregator/installer
parent45b972d7cf03d4815db77c3af3d49ef01040f8a1 (diff)
fix oauth code
split oauth to realm and web functionality Issue-ID: CCSDK-3394 Change-Id: I245a30a9df4e9a5c40af5dfe3e0d5318bceed9dc Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/featureaggregator/installer')
-rwxr-xr-xsdnr/wt/featureaggregator/installer/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdnr/wt/featureaggregator/installer/pom.xml b/sdnr/wt/featureaggregator/installer/pom.xml
index e857ae56d..76c3a6238 100755
--- a/sdnr/wt/featureaggregator/installer/pom.xml
+++ b/sdnr/wt/featureaggregator/installer/pom.xml
@@ -65,13 +65,13 @@
<type>xml</type>
<classifier>features</classifier>
</dependency>
- <!-- <dependency>
+ <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sdnr-wt-feature-aggregator-oauth</artifactId>
<version>${project.version}</version>
<type>xml</type>
<classifier>features</classifier>
- </dependency> -->
+ </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sdnr-wt-data-provider-setup</artifactId>