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/oauth-provider/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/oauth-provider/pom.xml')
-rwxr-xr-x | sdnr/wt/oauth-provider/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sdnr/wt/oauth-provider/pom.xml b/sdnr/wt/oauth-provider/pom.xml index 587d9679f..764c50c8d 100755 --- a/sdnr/wt/oauth-provider/pom.xml +++ b/sdnr/wt/oauth-provider/pom.xml @@ -34,14 +34,15 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-oauth-provider-top</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <packaging>pom</packaging> <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> |