diff options
author | 2024-03-20 19:55:44 +0000 | |
---|---|---|
committer | 2024-03-20 19:55:44 +0000 | |
commit | d92053139c53d5b4ce33336168d64ca31397c5e5 (patch) | |
tree | 34092efd6264c736ac00a81317ca2d28d8d3e644 /sdnr/wt/oauth-provider/pom.xml | |
parent | a16f77b359bfa0d9684fc33761cfbcd736d3b6cf (diff) | |
parent | ccea526a9ba642d726817b6bc1eeb1d4062b53cb (diff) |
Merge "fix oauth code"
Diffstat (limited to 'sdnr/wt/oauth-provider/pom.xml')
-rwxr-xr-x | sdnr/wt/oauth-provider/pom.xml | 5 |
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> |