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-19 13:46:35 +0100 |
commit | 907af9b57aa0db3ace5dc8fdaef9fb84c1392ec9 (patch) | |
tree | 02399ced147b3af57091cdba1c125d979b4c1899 /sdnr/wt/pom.xml | |
parent | 45b972d7cf03d4815db77c3af3d49ef01040f8a1 (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 ccd263ec8..9031e8b96 100644 --- a/sdnr/wt/pom.xml +++ b/sdnr/wt/pom.xml @@ -49,7 +49,7 @@ <module>odlux</module> <module>netconfnode-state-service</module> <module>mountpoint-state-provider</module> - <!--<module>oauth-provider</module>--> + <module>oauth-provider</module> <module>featureaggregator</module> </modules> </project> |