aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/oauth-provider/pom.xml
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-14 11:54:43 +0100
commitccea526a9ba642d726817b6bc1eeb1d4062b53cb (patch)
tree06a4844d0705f09b0a8e095886746ba21a1592ec /sdnr/wt/oauth-provider/pom.xml
parentc1a053e3bcaeb3006b822e98b80c564c330e2bf3 (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/oauth-provider/pom.xml')
-rwxr-xr-xsdnr/wt/oauth-provider/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/sdnr/wt/oauth-provider/pom.xml b/sdnr/wt/oauth-provider/pom.xml
index 587d9679f..c4dbef2b8 100755
--- a/sdnr/wt/oauth-provider/pom.xml
+++ b/sdnr/wt/oauth-provider/pom.xml
@@ -40,8 +40,9 @@
<name>ccsdk-features :: ${project.artifactId}</name>
<modules>
- <module>provider-jar</module>
- <module>provider-osgi</module>
+ <module>oauth-core</module>
+ <module>oauth-realm</module>
+ <module>oauth-web</module>
</modules>
<properties>