diff options
author | Dan Timoney <dtimoney@att.com> | 2023-08-10 20:46:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-08-10 20:46:56 +0000 |
commit | 8f708e94e2798d42f1b107828c910304bc5cac6b (patch) | |
tree | b82972b8fe8087a0c5e6c6c0b91c84d46e108ed4 /sdnr/wt/pom.xml | |
parent | fad3167f42d585e3144547db4c6dd7d00ea7b18a (diff) | |
parent | c35ad79f3939eebf531f477d62755221789bca12 (diff) |
Merge "Update features for Argon release"
Diffstat (limited to 'sdnr/wt/pom.xml')
-rw-r--r-- | sdnr/wt/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sdnr/wt/pom.xml b/sdnr/wt/pom.xml index 840446fdd..a6c8efb69 100644 --- a/sdnr/wt/pom.xml +++ b/sdnr/wt/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.4</version> + <version>2.6.0</version> <relativePath/> </parent> @@ -40,7 +40,6 @@ <module>common</module> <module>common-yang</module> <module>data-provider</module> - <module>apigateway</module> <module>helpserver</module> <module>websocketmanager</module> <module>devicemanager-core</module> @@ -50,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> |