diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2024-03-14 11:54:26 +0100 |
---|---|---|
committer | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2024-03-14 11:54:43 +0100 |
commit | ccea526a9ba642d726817b6bc1eeb1d4062b53cb (patch) | |
tree | 06a4844d0705f09b0a8e095886746ba21a1592ec /sdnr/wt/pom.xml | |
parent | c1a053e3bcaeb3006b822e98b80c564c330e2bf3 (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/pom.xml')
-rw-r--r-- | sdnr/wt/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/pom.xml b/sdnr/wt/pom.xml index 13a34cd47..04fb07291 100644 --- a/sdnr/wt/pom.xml +++ b/sdnr/wt/pom.xml @@ -47,7 +47,7 @@ <module>mountpoint-registrar</module> <module>netconfnode-state-service</module> <module>mountpoint-state-provider</module> - <!--<module>oauth-provider</module>--> + <module>oauth-provider</module> <module>featureaggregator</module> </modules> </project> |